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
+4
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
10
10
-`pattern_shape` options now available in `px.timeline()`[#3774](https://github.com/plotly/plotly.py/pull/3774)
11
11
-`facet_*` and `category_orders` now available in `px.pie()`[#3775](https://github.com/plotly/plotly.py/pull/3775)
12
12
13
+
### Performance
14
+
15
+
-`px` methods no longer call `groupby` on the input dataframe when the result would be a single group, and no longer groups by a lambda, for significant speedups [#3765](https://github.com/plotly/plotly.py/pull/3765)
16
+
13
17
### Updated
14
18
15
19
- Allow non-string extras in `flaglist` attributes, to support upcoming changes to `ax.automargin` in plotly.js [plotly.js#6193](https://github.com/plotly/plotly.js/pull/6193), [#3749](https://github.com/plotly/plotly.py/pull/3749)
0 commit comments