Skip to content

Commit f03e8cc

Browse files
Update CHANGELOG.md
1 parent b6c3084 commit f03e8cc

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

CHANGELOG.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Dev version
66

7-
To add:
8-
* https://github.com/plotly/plotly.py/pull/2349
9-
* https://github.com/plotly/plotly.py/pull/2357
10-
* https://github.com/plotly/plotly.py/pull/2419
11-
127
### Updated
138

14-
- Updated Plotly.js to version 1.54.0. The main feature of the Plotly.js is the
15-
possibility to draw layout shapes, using custom dragmodes and corresponding
16-
modebar buttons.
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.
10+
- The sphinx-gallery scraper has been updated to work with different structures of galleries [#2149](https://github.com/plotly/plotly.py/pull/2419)
1711

1812
### Added
1913

20-
- The `hover_data` parameter of `px` functions can now be a dictionary. This
21-
makes it possible to skip hover information for some arguments or to change
22-
the formatting of hover informatiom [#2377](https://github.com/plotly/plotly.py/pull/2377).
14+
- The `hover_data` parameter of `px` functions can now be a dictionary. This makes it possible to skip hover information for some arguments or to change the formatting of hover informatiom [#2377](https://github.com/plotly/plotly.py/pull/2377).
15+
- It's now possible to build a development version of Plotly.py against the build artifacts from a non-`master` branch of Plotly.js, which makes for faster QA and development cycles [#2349](https://github.com/plotly/plotly.py/pull/2349). Thanks [@zouhairm](https://github.com/zouhairm) for this Pull Request!
16+
17+
### Fixed
18+
19+
- Plotly Express trendlines now handle missing data correctly [#2357](https://github.com/plotly/plotly.py/pull/2357)
2320

2421
### Performance
22+
2523
This version includes several performance improvements ([#2368](https://github.com/plotly/plotly.py/pull/2368), [#2403](https://github.com/plotly/plotly.py/pull/2403)).
2624

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

0 commit comments

Comments
 (0)