File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
- You can also save ` auto_open ` and ` sharing ` to the config file so that you can forget these
10
10
keyword argument in ` py.iplot ` and ` py.plot ` .
11
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.
12
24
13
25
## [ 1.8.3] - 2015-08-14
14
26
### Fixed
You can’t perform that action at this time.
0 commit comments