File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
- ## [ Unreleased]
5
+ ## [ 2.0.0]
6
+
7
+ ### Changed
8
+ - ` plotly.exceptions.PlotlyRequestException ` is * always* raised for network
9
+ failures. Previously either a ` PlotlyError ` , ` PlotlyRequestException ` , or a
10
+ ` requests.exceptions.ReqestException ` could be raised. In particular, scripts
11
+ which depend on ` try-except ` blocks containing network requests should be
12
+ revisited.
6
13
7
14
### Deprecated
8
15
- ` plotly.tools.FigureFactory ` . Use ` plotly.figure_factory.* ` .
16
+ - (optional imports) ` plotly.tools._*_imported ` It was private anyhow, but now
17
+ it's gone. (e.g., ` _numpy_imported ` )
18
+ - (plotly v2 helper) ` plotly.py._api_v2 ` It was private anyhow, but now it's
19
+ gone.
9
20
10
21
## [ 1.13.0]
11
22
### Added
You can’t perform that action at this time.
0 commit comments