Skip to content

Commit 1a3ce51

Browse files
committed
Initial CHANGELOG and README updates
1 parent 736d4ef commit 1a3ce51

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [3.8.0] - ???
56

7+
### Updated
8+
- Updated Plotly.js to version 1.47.1. See the
9+
[plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1471----2019-04-10)
10+
for more information.
11+
12+
### Added
13+
TODO
14+
15+
### Fixed
16+
TODO
17+
618
## [3.7.1] - 2019-03-19
719

820
### Fixed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7878

7979
plotly.py may be installed using pip...
8080
```
81-
pip install plotly==3.7.1
81+
pip install plotly==3.8.0rc1
8282
```
8383

8484
or conda.
8585
```
86-
conda install -c plotly plotly=3.7.1
86+
conda install -c plotly/label/test plotly=3.8.0rc1
8787
```
8888

8989
### Jupyter Notebook Support
@@ -126,7 +126,7 @@ set NODE_OPTIONS=--max-old-space-size=4096
126126
jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.38 --no-build
127127
128128
# FigureWidget support
129-
jupyter labextension install plotlywidget@0.8.0 --no-build
129+
jupyter labextension install plotlywidget@0.9.0-rc.1 --no-build
130130
131131
# offline iplot support
132132
jupyter labextension install @jupyterlab/plotly-extension@0.18.2 --no-build

0 commit comments

Comments
 (0)