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.
2 parents 0880002 + ff6e71d commit 8f0ac6eCopy full SHA for 8f0ac6e
CHANGELOG.md
@@ -9,6 +9,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
- You can also save `auto_open` and `sharing` to the config file so that you can forget these
10
keyword argument in `py.iplot` and `py.plot`.
11
12
+## [1.8.5] - 2015-09-29
13
+### Fixed
14
+- Fixed validation errors (validate=False workaround no longer required)
15
+
16
+### Added
17
+- Auto-sync API request on import to get the latest schema from Plotly
18
+- `.`-access for nested attributes in plotly graph objects
19
+- General `.help()` method for plotly graph objects
20
+- Specific attribute `.help(<attribute>)` also included
21
22
+### Removed
23
+- No more *is streamable*, streaming validation.
24
25
## [1.8.3] - 2015-08-14
26
### Fixed
0 commit comments