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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
17
17
18
18
###Updated
19
19
- Update plotly.js from version 3.1.1 to version 3.2.0. See the plotly.js[release notes](https://github.com/plotly/plotly.js/releases) for more information.[[#5357](https://github.com/plotly/plotly.py/pull/5388)]. Notable changes include:
- Add "SI extended" formatting rule for tick exponents on axis labels, allowing values to be displayed with extended SI prefixes (e.g., femto, pico, atto)[[#7249](https://github.com/plotly/plotly.js/pull/7249)]
- Add "SI extended" formatting rule for tick exponents on axis labels, allowing values to be displayed with extended SI prefixes (e.g., femto, pico, atto)[[#7249](https://github.com/plotly/plotly.js/pull/7249)]
22
22
23
23
###Deprecated
24
24
- Deprecate`create_hexbin_mapbox` in favor of`create_hexbin_map`, update related function calls[[5358](https://github.com/plotly/plotly.py/pull/5358)], with thanks to@ajlien for the contribution!