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
All notable changes to this project will be documented in this file.
3
+
This project adheres to [Semantic Versioning](http://semver.org/).
4
+
5
+
## [Unreleased][unreleased]
6
+
7
+
## [1.8.2] - 2015-08-11
8
+
### Added
9
+
- CHANGELOG
10
+
-`sharing` keyword argument for `plotly.plotly.plot` and `plotly.plotly.iplot` with options `'public' | 'private' | 'secret'` to control the privacy of the charts. Depreciates `world_readable`
11
+
12
+
### Changed
13
+
- If the response from `plot` or `iplot` contains an error message, raise an exception
14
+
15
+
### Fixed
16
+
- The height of the graph in `iplot` respects the figure's height in layout
17
+
18
+
### Changed
19
+
- Update year to match in every README example.
20
+
- Reluctantly stop making fun of Brits only, since most of the world
0 commit comments