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
+9-6
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,27 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
-
## [Unreleased]
5
+
## [2.0.7] - [Unreleased]
6
+
### Updated
7
+
- Updated `plotly.min.js` to version 1.25.0 for `plotly.offline`.
8
+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) for additional information regarding the updates.
6
9
7
10
## [2.0.6] - 2017-03-20
8
-
## Added
11
+
###Added
9
12
- Added a new mimetype 'text/vnd.plotly.v1+html' for `iplot` outputs.
10
13
11
14
## [2.0.5] - 2017-03-07
12
-
## Fixed
15
+
###Fixed
13
16
-`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.
14
17
15
18
## [2.0.4] - 2017-03-07 [YANKED]
16
19
Note: This release's installation was broken. It has been removed from PyPI
17
-
## Added
20
+
###Added
18
21
- Added `dashboard_objs` to top level import.
19
22
20
23
## [2.0.3] - 2017-03-06 [YANKED]
21
24
Note: This release's installation was broken. It has been removed from PyPI
22
-
## Added
25
+
###Added
23
26
- 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.
24
27
25
28
@@ -77,7 +80,7 @@ gone.
77
80
## [1.12.12] - 2016-12-06
78
81
### Updated
79
82
- Updated `plotly.min.js` to version 1.20.5 for `plotly.offline`.
80
-
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) for additional information regarding the updates
83
+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) for additional information regarding the updates.
81
84
-`FF.create_scatterplotmatrix` now by default does not show the trace labels for the box plots, only if `diag=box` is selected for the diagonal subplot type.
0 commit comments