Skip to content

Commit 6c5f172

Browse files
committed
V1.9.0 - ship plotly.js with the module for unlimited, free, offline use.
1 parent 2e53b54 commit 6c5f172

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

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+
721
## [1.8.12] - 2015-11-02
822
- *Big data* warning mentions `plotly.graph_objs.Scattergl` as possible solution.
923

plotly/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.8.12'
1+
__version__ = '1.9.0'

0 commit comments

Comments
 (0)