Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f35a6a1

Browse files
committed
Updated changelog for version 3.0.1
1 parent 5753e13 commit f35a6a1

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,25 @@
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-
## 3.0.0 - 2018-07-05
5+
## [3.0.1] - 2018-07-17
6+
This is a minor bug-fix release to 3.0.0
7+
8+
### Plotly.js version: 1.38.3
9+
10+
### Fixed
11+
- Several errors related to numbered subplot labels (e.g. xaxis2, polar3, etc.)
12+
[GH1057](https://github.com/plotly/plotly.py/pull/1057)
13+
- Error where the `v` property was ignored in `cone` traces
14+
[GH1060](https://github.com/plotly/plotly.py/pull/1060)
15+
- Assorted performance improvements when constructing graph objects
16+
[GH1061](https://github.com/plotly/plotly.py/pull/1061)
17+
18+
## [3.0.0] - 2018-07-05
619

720
This is a major version with many exciting updates. See the [Introducing plotly.py 3.0.0](https://medium.com/@plotlygraphs/introducing-plotly-py-3-0-0-7bb1333f69c6) post for more information.
821

22+
### Plotly.js version: 1.38.3
23+
924
### Added
1025
- Full Jupyter ipywidgets integration with the new `graph_objs.FigureWidget` class
1126
- `FigureWidget` figures can be updated interactively using property assignment syntax
@@ -19,6 +34,8 @@ This is a major version with many exciting updates. See the [Introducing plotly.
1934
### Changed / Deprecated
2035
Please see the [migration guid](migration-guide.md) for a full list of the changes and deprecations in version 3.0.0
2136

37+
38+
2239
## [2.7.0] - 2018-05-23
2340
### Updated
2441
- Updated `plotly.min.js` to version 1.38.0.

0 commit comments

Comments
 (0)