Skip to content

Commit 8a81385

Browse files
committed
reorg of changelog
1 parent d4bd812 commit 8a81385

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

CHANGELOG.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
### 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)].
78

89
### 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)]
1213

1314
### 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)]
1819
- 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:
1920
- Drop support for deprecated attributes `titlefont`, `titleposition`, `titleside`, and `titleoffset` [[#7212](https://github.com/plotly/plotly.js/pull/7212)].
2021
- 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/).
3031
- 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)]
3132

3233
## 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)]
3436

3537
## [5.24.1] - 2024-09-12
3638

@@ -51,10 +53,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5153

5254
- Fixed a bug in integer validation of arrays that threw an error when an array contained a mix of strings and integers.
5355

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)
57-
5856
## [5.23.0] - 2024-07-23
5957

6058
### Updated

0 commit comments

Comments
 (0)