You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)
17
11
18
12
### Added
19
13
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)
23
20
24
21
### Performance
22
+
25
23
This version includes several performance improvements ([#2368](https://github.com/plotly/plotly.py/pull/2368), [#2403](https://github.com/plotly/plotly.py/pull/2403)).
26
24
27
25
- 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