Skip to content

Commit c399e06

Browse files
authored
Release 4.4.0 (#1992)
* Bump versions of jupyterlab extensions to 1.4.0 * Update versions in CHANGELOG and getting-started.md for 4.4.0 release
1 parent 318bebd commit c399e06

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
## [4.3.1] - 2019-12-09
5+
## [4.4.0] - 2019-12-10
66

77
### Updated
88
- Updated Plotly.js to version 1.51.2. See the

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7272

7373
plotly.py may be installed using pip...
7474
```
75-
pip install plotly==4.3.0
75+
pip install plotly==4.4.0
7676
```
7777

7878
or conda.
7979
```
80-
conda install -c plotly plotly=4.3.0
80+
conda install -c plotly plotly=4.4.0
8181
```
8282

8383
### Jupyter Notebook Support
@@ -105,7 +105,7 @@ pip install jupyterlab==1.2 "ipywidgets==7.5"
105105
or conda.
106106

107107
```
108-
conda install -c conda-forge jupyterlab=1.2
108+
conda install jupyterlab=1.2
109109
conda install "ipywidgets=7.5"
110110
```
111111

@@ -121,10 +121,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
121121
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
122122
123123
# FigureWidget support
124-
jupyter labextension install plotlywidget@1.3.0 --no-build
124+
jupyter labextension install plotlywidget@1.4.0 --no-build
125125
126126
# and jupyterlab renderer support
127-
jupyter labextension install jupyterlab-plotly@1.3.0 --no-build
127+
jupyter labextension install jupyterlab-plotly@1.4.0 --no-build
128128
129129
# Build extensions (must be done to activate extensions since --no-build is used above)
130130
jupyter lab build

doc/python/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
4646
plotly.py may be installed using pip...
4747

4848
```
49-
$ pip install plotly==4.3.0
49+
$ pip install plotly==4.4.0
5050
```
5151
or conda.
5252

5353
```
54-
$ conda install -c plotly plotly=4.3.0
54+
$ conda install -c plotly plotly=4.4.0
5555
```
5656
This package contains everything you need to write figures to standalone HTML files.
5757

@@ -115,7 +115,7 @@ $ pip install jupyterlab==1.2 "ipywidgets>=7.5"
115115
or conda.
116116

117117
```
118-
$ conda install -c conda-forge jupyterlab=1.2
118+
$ conda install jupyterlab=1.2
119119
$ conda install "ipywidgets=7.5"
120120
```
121121

@@ -132,10 +132,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
132132
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
133133
134134
# jupyterlab renderer support
135-
jupyter labextension install jupyterlab-plotly@1.3.0 --no-build
135+
jupyter labextension install jupyterlab-plotly@1.4.0 --no-build
136136
137137
# FigureWidget support
138-
jupyter labextension install plotlywidget@1.3.0 --no-build
138+
jupyter labextension install plotlywidget@1.4.0 --no-build
139139
140140
# Build extensions (must be done to activate extensions since --no-build is used above)
141141
jupyter lab build

packages/javascript/jupyterlab-plotly/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/jupyterlab-plotly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-plotly",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "The plotly JupyterLab extension",
55
"author": "The plotly.py team",
66
"license": "MIT",

packages/javascript/plotlywidget/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotlywidget",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "The plotly JupyterLab extension",
55
"author": "The plotly.py team",
66
"license": "MIT",

packages/python/plotly/plotly/_widget_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# for automated dev builds
33
#
44
# It is edited by hand prior to official releases
5-
__frontend_version__ = "^1.3.0"
5+
__frontend_version__ = "^1.4.0"

packages/python/plotly/plotlywidget/static/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12569,7 +12569,7 @@ module.exports = function identity(d) { return d; };
1256912569
/* 19 */
1257012570
/***/ (function(module, exports) {
1257112571

12572-
module.exports = {"name":"plotlywidget","version":"1.3.0","description":"The plotly JupyterLab extension","author":"The plotly.py team","license":"MIT","main":"src/index.js","repository":{"type":"git","url":"https://github.com/plotly/plotly.py"},"keywords":["jupyter","widgets","ipython","ipywidgets","plotly"],"files":["src/**/*.js","dist/*.js","style/*.*"],"scripts":{"build":"npm run build:src","build:src":"rimraf dist && tsc","clean":"rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static'","prepublish":"webpack","test":"echo \"Error: no test specified\" && exit 1"},"devDependencies":{"webpack":"^3.10.0","rimraf":"^2.6.1","ify-loader":"^1.1.0","typescript":"~3.1.1"},"dependencies":{"plotly.js":"^1.51.2","@jupyter-widgets/base":"^2.0.0","lodash":"^4.17.4"},"jupyterlab":{"extension":"src/jupyterlab-plugin.js"}}
12572+
module.exports = {"name":"plotlywidget","version":"1.4.0","description":"The plotly JupyterLab extension","author":"The plotly.py team","license":"MIT","main":"src/index.js","repository":{"type":"git","url":"https://github.com/plotly/plotly.py"},"keywords":["jupyter","widgets","ipython","ipywidgets","plotly"],"files":["src/**/*.js","dist/*.js","style/*.*"],"scripts":{"build":"npm run build:src","build:src":"rimraf dist && tsc","clean":"rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static'","prepublish":"webpack","test":"echo \"Error: no test specified\" && exit 1"},"devDependencies":{"webpack":"^3.10.0","rimraf":"^2.6.1","ify-loader":"^1.1.0","typescript":"~3.1.1"},"dependencies":{"plotly.js":"^1.51.2","@jupyter-widgets/base":"^2.0.0","lodash":"^4.17.4"},"jupyterlab":{"extension":"src/jupyterlab-plugin.js"}}
1257312573

1257412574
/***/ }),
1257512575
/* 20 */

0 commit comments

Comments
 (0)