Skip to content

Commit 86d1b75

Browse files
changelog tweaks
1 parent 0a2d5c4 commit 86d1b75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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-
## Dev version
5+
## [4.7.0] - 2020-05-06
66

77
### Updated
88

9-
- Updated Plotly.js to version 1.54.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.54.0/CHANGELOG.md) for more information. The main new feature of this version of Plotly.js is the possibility to draw layout shapes, using custom dragmodes and corresponding modebar buttons.
9+
- Updated Plotly.js to version 1.54.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.54.1/CHANGELOG.md) for more information. The main new feature of this version of Plotly.js is the possibility to draw layout shapes, using custom dragmodes and corresponding modebar buttons.
1010
- The sphinx-gallery scraper has been updated to work with different structures of galleries [#2149](https://github.com/plotly/plotly.py/pull/2419)
1111

1212
### Added
@@ -21,12 +21,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2121
### Performance
2222

2323
This version includes several performance improvements ([#2368](https://github.com/plotly/plotly.py/pull/2368), [#2403](https://github.com/plotly/plotly.py/pull/2403)).
24-
24+
2525
- Child graph objects (e.g. `figure.layout.xaxis`) are no longer created eagerly during graph object construction. Instead, they are created lazily the first time the property is accessed.
2626
- Property validation is now disabled for select internal operations.
2727
- When used with Python 3.7 and above, ploty.py now takes advantage of [PEP-562](https://www.python.org/dev/peps/pep-0562/) to perform submodule imports lazily. This dramatically improves import times.
2828

29-
## [4.6] - 2020-03-31
29+
## [4.6.0] - 2020-03-31
3030

3131
### Updated
3232

0 commit comments

Comments
 (0)