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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-13Lines changed: 11 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,19 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
### Added
6
-
- Add `plotly[express]` extra for easily installing Plotly Express dependencies [#4644](https://github.com/plotly/plotly.py/pull/4644)
6
+
- Add `plotly[express]` extra for easily installing Plotly Express dependencies [[#4644](https://github.com/plotly/plotly.py/pull/4644)]
7
+
- Add `subtitle` attribute to all Plotly Express traces [[#4830](https://github.com/plotly/plotly.py/pull/4830)].
7
8
8
9
### Removed
9
-
- Drop deprecated `pointcloud` and `heatmapgl` traces from the API
10
-
- Drop `tenacity` dependency [#4831](https://github.com/plotly/plotly.js/pull/4831)
11
-
- Drop support for Jupyter Notebook version 6 and earlier [#4822](https://github.com/plotly/plotly.py/pull/4822)
10
+
- Drop deprecated `pointcloud` and `heatmapgl` traces from the API[[#4815](https://github.com/plotly/plotly.py/pull/4815)]
11
+
- Drop `tenacity` dependency [[#4831](https://github.com/plotly/plotly.py/pull/4831)]
12
+
- Drop support for Jupyter Notebook version 6 and earlier [[#4822](https://github.com/plotly/plotly.py/pull/4822)]
12
13
13
14
### Updated
14
-
-Updated plotly.py to use base64 encoding of arrays in plotly JSON to improve performance.
15
-
-Add `subtitle` attribute to all Plotly Express traces.
16
-
-Make plotly-express dataframe agnostic via Narwhals [#4790](https://github.com/plotly/plotly.py/pull/4790).
17
-
-Update `go.FigureWidget` to use `anywidget`[#4823](https://github.com/plotly/plotly.py/pull/4823)
15
+
-Update plotly.py to use base64 encoding of arrays in plotly JSON to improve performance[[#4470](https://github.com/plotly/plotly.py/pull/4470)].
16
+
-Make plotly-express dataframe agnostic via Narwhals [[#4790](https://github.com/plotly/plotly.py/pull/4790)].
17
+
-Update `go.FigureWidget` to use `anywidget`[[#4823](https://github.com/plotly/plotly.py/pull/4823)]
18
+
-Use modern [native ES6 import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) to load plotly.js bundle instead of requirejs which is [no longer under active development](https://github.com/requirejs/r.js/compare/2.3.6...2.3.7)[[#4736](https://github.com/plotly/plotly.py/pull/4763)]
18
19
- Update Plotly.js from version 2.34.2 to version 3.0.0-rc0 See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#300-rc0----2024-11-11) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include:
19
20
- Drop support for deprecated attributes `titlefont`, `titleposition`, `titleside`, and `titleoffset`[[#7212](https://github.com/plotly/plotly.js/pull/7212)].
20
21
- Drop deprecated pointcloud and heatmapgl traces and gl2d subplots [[#7213](https://github.com/plotly/plotly.js/pull/7213)]
@@ -30,7 +31,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
30
31
- Deprecate mapbox traces and provide links to migration docs for plotly.js and plotly.py users [[#7260](https://github.com/plotly/plotly.js/pull/7260)]
31
32
32
33
## Fixed
33
-
- Fix FigureWidget.show to return FigureWidget instead of displaying Figure [#4869](https://github.com/plotly/plotly.py/pull/4869)
34
+
- Fix a bug in JupyterLab >= 4 and Jupyter Notebook >= 7 that caused LaTeX to not render in plotly charts [[#4763](https://github.com/plotly/plotly.py/pull/4763)].
35
+
- Fix `go.FigureWidget.show` to return `FigureWidget` instead of displaying `Figure`[[#4869](https://github.com/plotly/plotly.py/pull/4869)]
34
36
35
37
## [5.24.1] - 2024-09-12
36
38
@@ -51,10 +53,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
51
53
52
54
- Fixed a bug in integer validation of arrays that threw an error when an array contained a mix of strings and integers.
53
55
54
-
- Fixed a bug in JupyterLab >= 4 and Jupyter Notebook >= 7 that caused LaTeX to not render in plotly charts.
55
-
56
-
- Use modern [native ES6 import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) to load plotly.js bundle instead of requirejs which is [no longer under active development](https://github.com/requirejs/r.js/compare/2.3.6...2.3.7)
0 commit comments