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
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
8
### Removed
9
9
- Drop deprecated `pointcloud` and `heatmapgl` traces from the API
10
10
- Drop `tenacity` dependency [#4831](https://github.com/plotly/plotly.js/pull/4831)
11
-
- Drop support for Jupyter Notebook 6 and earlier [#4822](https://github.com/plotly/plotly.py/pull/4822)
11
+
- Drop support for Jupyter Notebook version 6 and earlier [#4822](https://github.com/plotly/plotly.py/pull/4822)
12
12
13
13
### Updated
14
14
- Updated plotly.py to use base64 encoding of arrays in plotly JSON to improve performance.
@@ -51,7 +51,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
51
51
52
52
- Fixed a bug in integer validation of arrays that threw an error when an array contained a mix of strings and integers.
53
53
54
-
- Fixed a bug in JupyterLab >= 4 and Jupyter Notebook >= 7 that caused latex to not render in plotly charts.
54
+
- Fixed a bug in JupyterLab >= 4 and Jupyter Notebook >= 7 that caused LaTeX to not render in plotly charts.
55
55
56
56
- Use modern [native ES6 import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) to load plotly.js bundle instead of requirejs which is [no longer under active development](https://github.com/requirejs/r.js/compare/2.3.6...2.3.7)
0 commit comments