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
+7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
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
+
## 3.0.0rc11 [04-07-2018]
6
+
### Added
7
+
- Perform automatic retries when communicating with plot.ly services. This introduces a new required dependency on the [retrying](https://pypi.org/project/retrying/) library.
8
+
9
+
### Fixed
10
+
- Unable to sign in to plot.ly ([#1044](https://github.com/plotly/plotly.py/issues/1044))
11
+
5
12
## 3.0.0rc10 [27-06-2018]
6
13
### Added
7
14
- Full Jupyter integration - run `help(go.FigureWidget)` for more information
0 commit comments