File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
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.
613
714### Deprecated
815- ` 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.
920
1021## [ 1.13.0] - 2016-01-17
1122### Added
You can’t perform that action at this time.
0 commit comments