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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
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
+
## [4.5.3] - 2020-03-05
6
+
7
+
### Updated
8
+
9
+
- Removed development dependency on `nose` testing framework [#2217](https://github.com/plotly/plotly.py/pull/2217)
10
+
11
+
### Fixed
12
+
13
+
- JupyterLab extension now compatible with JupyterLab 2.0 [#2245](https://github.com/plotly/plotly.py/pull/2245) with thanks to [@consideRatio](https://github.com/consideRatio) for the contribution!
14
+
5
15
## [4.5.2] - 2020-02-24
6
16
7
17
### Fixed
@@ -11,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
21
## [4.5.1] - 2020-02-19
12
22
13
23
### Updated
24
+
14
25
- Updated Plotly.js to version 1.52.2. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/releases/tag/v1.52.2) for more information on bug fixes.
0 commit comments