File tree 2 files changed +15
-1
lines changed
Filter options
2 files changed +15
-1
lines changed
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.9.0] - 2015-11-15
8
+ - Previously, using plotly offline required a paid license.
9
+ No more: ` plotly.js ` is now shipped inside this package to allow
10
+ unlimited free use of plotly inside the ipython notebook environment.
11
+ The ` plotly.js ` library that is included in this package is free,
12
+ open source, and maintained independently on GitHub at
13
+ [ https://github.com/plotly/plotly.js ] ( https://github.com/plotly/plotly.js ) .
14
+ - The ` plotly.js ` bundle that is required for offline use is no longer downloaded
15
+ and installed independently from this package: ` plotly.offline.download_plotlyjs `
16
+ is ** deprecated** .
17
+ - New versions of ` plotly.js ` will be tested and incorporated
18
+ into this package as new versioned pip releases;
19
+ ` plotly.js ` is not automatically kept in sync with this package.
20
+
7
21
## [ 1.8.12] - 2015-11-02
8
22
- * Big data* warning mentions ` plotly.graph_objs.Scattergl ` as possible solution.
9
23
Original file line number Diff line number Diff line change 1
- __version__ = '1.8.12 '
1
+ __version__ = '1.9.0 '
You can’t perform that action at this time.
0 commit comments