Skip to content

Commit 855e7de

Browse files
committed
Update CHANGELOG.md.
1 parent 3fa0f8b commit 855e7de

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22
All notable changes to this project will be documented in this file.
33
This 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]
1122
### Added

0 commit comments

Comments
 (0)