Skip to content

Commit 6eac86d

Browse files
committed
v2.0.4
1 parent 2c7105d commit 6eac86d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7-
## [2.0.3] - 2017-03-06
7+
## [2.0.4] - 2017-03-07
8+
## Fixed
9+
- `import plotly` was broken in `2.0.3` and `2.0.2` because the new `dashboard_objs` wasn't included in our `setup.py`'s "`packages`". Now it is and `import plotly` and the other features introduced in `2.0.3` and `2.0.2` should work.
10+
11+
## [2.0.3] - 2017-03-06 [YANKED]
812
## Added
913
- Dashboards can now be created using the API and uploaded to Plotly. Use `import plotly.dashboard_objs` to create a `Dashboard` object. You can learn more about `Dashboard` objects by running `help(plotly.dashboard_objs)` and `help(plotly.plotly.plotly.dashboard_ops)` for uploading and retrieving dashboards from the cloud.
1014

1115

12-
## [2.0.2] - 2017-02-20
16+
## [2.0.2] - 2017-02-20 [YANKED]
1317
### Fixed
1418
- Offline plots created with `plotly.offline.plot` now resize as expected when the window is resized.
1519
- `plotly.figure_factory.create_distplot` now can support more than 10 traces without raising an error. Updated so that if the list of `colors` (default colors too) is less than your number of traces, the color for your traces will loop around to start when it hits the end.

Diff for: plotly/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.4'
1+
__version__ = '2.0.5'

0 commit comments

Comments
 (0)