You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [Unreleased]
6
6
7
-
## [2.0.4] - 2017-03-07
7
+
## [2.0.5] - 2017-03-07
8
8
## Fixed
9
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
10
11
+
## [2.0.4] - 2017-03-07 [YANKED]
12
+
Note: This release's installation was broken. It has been removed from PyPI
13
+
## Added
14
+
- Added `dashboard_objs` to top level import.
15
+
11
16
## [2.0.3] - 2017-03-06 [YANKED]
17
+
Note: This release's installation was broken. It has been removed from PyPI
12
18
## Added
13
19
- 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.
14
20
15
21
16
-
## [2.0.2] - 2017-02-20[YANKED]
22
+
## [2.0.2] - 2017-02-20
17
23
### Fixed
18
24
- Offline plots created with `plotly.offline.plot` now resize as expected when the window is resized.
19
25
-`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.
0 commit comments