Skip to content

Commit 26232a2

Browse files
committed
Update CHANGELOG.md
1 parent 8db1fbc commit 26232a2

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,29 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
### Removed
99
- Drop deprecated `pointcloud` and `heatmapgl` traces from the API
1010
- Drop `tenacity` dependency [#4831](https://github.com/plotly/plotly.js/pull/4831)
11+
- Drop support for Jupyter Notebook 6 and earlier [#4822](https://github.com/plotly/plotly.py/pull/4822)
1112

1213
### Updated
13-
1414
- 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)
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)
18+
- 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+
- Drop support for deprecated attributes `titlefont`, `titleposition`, `titleside`, and `titleoffset` [[#7212](https://github.com/plotly/plotly.js/pull/7212)].
20+
- Drop deprecated pointcloud and heatmapgl traces and gl2d subplots [[#7213](https://github.com/plotly/plotly.js/pull/7213)]
21+
- Drop support for deprecated `bardir` attribute (use `orientation` instead) [[#7214](https://github.com/plotly/plotly.js/pull/7214)]
22+
- Drop support for deprecated `annotation.ref` attribute (use `annotation.xref` and `annotation.yref` instead) [[#7215](https://github.com/plotly/plotly.js/pull/7215)]
23+
- Drop support for deprecated error bar `opacity` attribute (use alpha channel of error bar `color` attribute instead) [[#7214](https://github.com/plotly/plotly.js/pull/7216)]
24+
- Drop support for deprecated attribute `gl3d.cameraposition` (use `gl3d.camera` instead) [[#7217](https://github.com/plotly/plotly.js/pull/7217)]
25+
- Drop deprecated `plot3dPixelRatio` from config [[#7231](https://github.com/plotly/plotly.js/pull/7231)]
26+
- Drop deprecated `zauto`, `zmin` and `zmax` from the surface trace [[#7234](https://github.com/plotly/plotly.js/pull/7234)]
27+
- Drop deprecated `autotick` attributes from cartesian axes [[#7236](https://github.com/plotly/plotly.js/pull/7236)]
28+
- Drop `transforms` from the API [[#7240](https://github.com/plotly/plotly.js/pull/7240), [#7254](https://github.com/plotly/plotly.js/pull/7254)]
29+
- Make offsetgroup work with barmode "stacked" and "relative" for bar traces [[#7009](https://github.com/plotly/plotly.js/pull/7009)]
30+
- 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+
## Fixed
33+
- Fix FigureWidget.show to return FigureWidget instead of displaying Figure [#4869](https://github.com/plotly/plotly.py/pull/4869)
1734

1835
## [5.24.1] - 2024-09-12
1936

@@ -34,7 +51,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3451

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

37-
- Fixed a bug in JupyterLab >= 4 and Jupyter Notebook >= 7 that caused latex to not render in plotly charts.
54+
- Fixed a bug in JupyterLab >= 4 and Jupyter Notebook >= 7 that caused latex to not render in plotly charts.
3855

3956
- 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)
4057

0 commit comments

Comments
 (0)