Skip to content

Commit bb327d5

Browse files
committed
merge feat/dataframe-agnostic-data
2 parents 2df0427 + 55a0178 commit bb327d5

15 files changed

+314
-102
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
### Updated
1010

11-
- Updated plotly.py to use base64 encoding of arrays in plotly JSON to improve performance.
11+
- Updated plotly.py to use base64 encoding of arrays in plotly JSON to improve performance.
1212
- Add `subtitle` attribute to all Plotly Express traces
13+
- Allow to load plotly data directly via pandas, polars and pyarrow, without depending directly on any [#4843](https://github.com/plotly/plotly.py/pull/4843)
1314

1415
## [5.24.1] - 2024-09-12
1516

packages/python/plotly/optional-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ipython
3939

4040
## pandas deps for some matplotlib functionality ##
4141
pandas
42-
narwhals>=1.13.1
42+
narwhals>=1.13.2
4343

4444
## scipy deps for some FigureFactory functions ##
4545
scipy

0 commit comments

Comments
 (0)