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
+6-1
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,22 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
5
6
## UNRELEASED
6
7
7
8
### Added
8
9
9
10
-`pattern_shape` options now available in `px.timeline()`[#3774](https://github.com/plotly/plotly.py/pull/3774)
11
+
-`facet_*` and `category_orders` now available in `px.pie()`[#3775](https://github.com/plotly/plotly.py/pull/3775)
10
12
11
13
### Performance
12
14
13
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)
14
16
17
+
### Updated
18
+
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)
20
+
15
21
## [5.8.2] - 2022-06-10
16
22
17
23
### Fixed
@@ -22,7 +28,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
22
28
23
29
(no changes, due to a mixup with the build process!)
0 commit comments