Skip to content

Commit 939d306

Browse files
4.5.1 changelog
1 parent eeb4e90 commit 939d306

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.1] - 2020-02-19
6+
7+
### Updated
8+
- Updated Plotly.js to version 1.52.2. See the
9+
[plotly.js CHANGELOG](https://github.com/plotly/plotly.js/releases/tag/v1.52.2)
10+
for more information on bug fixes.
11+
12+
### Fixed
13+
14+
- `update_annotations`, `update_shapes` and `update_layout_images` now no longer require the `patch` argument, as per the docstring [#2167](https://github.com/plotly/plotly.py/issues/2167)
15+
- `px.defaults` no longer accepts arbitrary keys [#2168](https://github.com/plotly/plotly.py/issues/2168)
16+
- better error message when `pandas` is not installed [#2125](https://github.com/plotly/plotly.py/issues/2125)
17+
- support columns of numerical type in `path` argument of `px.sunburst`/`px.treemap` and add values of `color` column in hoverlabel for `px.sunburst`/`px.treemap` [#2133](https://github.com/plotly/plotly.py/pull/2133)
18+
19+
20+
521
## [4.5.0] - 2020-01-22
622

723
### Updated

0 commit comments

Comments
 (0)