Skip to content

Commit ffa493d

Browse files
committed
update plotlyjs 1.25.0
1 parent 1389703 commit ffa493d

File tree

3 files changed

+78
-66
lines changed

3 files changed

+78
-66
lines changed

Diff for: CHANGELOG.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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.
69

710
## [2.0.6] - 2017-03-20
8-
## Added
11+
### Added
912
- Added a new mimetype 'text/vnd.plotly.v1+html' for `iplot` outputs.
1013

1114
## [2.0.5] - 2017-03-07
12-
## Fixed
15+
### Fixed
1316
- `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.
1417

1518
## [2.0.4] - 2017-03-07 [YANKED]
1619
Note: This release's installation was broken. It has been removed from PyPI
17-
## Added
20+
### Added
1821
- Added `dashboard_objs` to top level import.
1922

2023
## [2.0.3] - 2017-03-06 [YANKED]
2124
Note: This release's installation was broken. It has been removed from PyPI
22-
## Added
25+
### Added
2326
- 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.
2427

2528

@@ -77,7 +80,7 @@ gone.
7780
## [1.12.12] - 2016-12-06
7881
### Updated
7982
- 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.
8184
- `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.
8285

8386
## [1.12.11] - 2016-12-01

0 commit comments

Comments
 (0)