Skip to content

Commit ca40551

Browse files
Merge pull request #2268 from plotly/changelog-updates2
changelog updates
2 parents 30cad0c + 4c3bf0b commit ca40551

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## [4.5.4] - 2020-03-11
6+
7+
### Updated
8+
9+
- The documentation of the API https://plot.ly/python-api-reference/ now
10+
documents the full API [#2243](https://github.com/plotly/plotly.py/pull/2243)
11+
- New documentation examples for facets [#2235](https://github.com/plotly/plotly.py/pull/2235), legend [#2227](https://github.com/plotly/plotly.py/pull/2227), subplots [#2226](https://github.com/plotly/plotly.py/pull/2226), axes [#2234](https://github.com/plotly/plotly.py/pull/2234) and histograms [#2242](https://github.com/plotly/plotly.py/pull/2242).
12+
Thanks to [@SylwiaOliwia2](https://github.com/@SylwiaOliwia2) for all these great
13+
examples!
14+
15+
### Fixed
16+
17+
- Jupyterlab extension now compatible with both Jupyterlab 1.2 and 2.0 [#2261](https://github.com/plotly/plotly.py/pull/2261) with thanks to [@consideRatio](https://github.com/consideRatio) for the contribution!
18+
- Fixed a bug when using boolean values for the color argument of px functions [#2127](https://github.com/plotly/plotly.py/pull/2127)
19+
- Corrected import bug which was occuring with old versions of ipywidgets [#2265](https://github.com/plotly/plotly.py/pull/2265)
20+
- Fixed python 3.8 syntax warning [#2262](https://github.com/plotly/plotly.py/pull/2262), with thanks to [@sgn](https://github.com/sgn) for the contribution!
21+
522
## [4.5.3] - 2020-03-05
623

724
### Updated

0 commit comments

Comments
 (0)