We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1d086 commit 8f2c0abCopy full SHA for 8f2c0ab
CHANGELOG.md
@@ -4,6 +4,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
7
+## [1.8.5] - 2015-09-29
8
+### Fixed
9
+- Fixed validation errors (validate=False workaround no longer required)
10
+
11
+### Added
12
+- Auto-sync API request on import to get the latest schema from Plotly
13
+- `.`-access for nested attributes in plotly graph objects
14
+- General `.help()` method for plotly graph objects
15
+- Specific attribute `.help(<attribute>)` also included
16
17
+### Removed
18
+- No more *is streamable*, streaming validation.
19
20
## [1.8.3] - 2015-08-14
21
### Fixed
22
- Fixed typos in `plot` and `iplot` documentations
0 commit comments