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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
### Updated
10
10
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.
12
12
- 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)
0 commit comments