From 427265d9df35ea1cc2a0025d66d3de43b7bcaba9 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Tue, 10 Dec 2019 08:48:19 -0500 Subject: [PATCH 1/2] bump versions of jupyterlab extensions to 1.4.0 --- .../jupyterlab-plotly/package-lock.json | 2 +- .../javascript/jupyterlab-plotly/package.json | 2 +- .../javascript/plotlywidget/package-lock.json | 22 +++++++++---------- packages/javascript/plotlywidget/package.json | 2 +- .../python/plotly/plotly/_widget_version.py | 2 +- .../plotly/plotlywidget/static/index.js | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/javascript/jupyterlab-plotly/package-lock.json b/packages/javascript/jupyterlab-plotly/package-lock.json index 16d7f44d968..d91c705fdd7 100644 --- a/packages/javascript/jupyterlab-plotly/package-lock.json +++ b/packages/javascript/jupyterlab-plotly/package-lock.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-plotly", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/javascript/jupyterlab-plotly/package.json b/packages/javascript/jupyterlab-plotly/package.json index 0878a107a9d..a9780d41f0c 100644 --- a/packages/javascript/jupyterlab-plotly/package.json +++ b/packages/javascript/jupyterlab-plotly/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-plotly", - "version": "1.3.0", + "version": "1.4.0", "description": "The plotly JupyterLab extension", "author": "The plotly.py team", "license": "MIT", diff --git a/packages/javascript/plotlywidget/package-lock.json b/packages/javascript/plotlywidget/package-lock.json index 622dd4e63fe..c8846a91ef4 100644 --- a/packages/javascript/plotlywidget/package-lock.json +++ b/packages/javascript/plotlywidget/package-lock.json @@ -1,6 +1,6 @@ { "name": "plotlywidget", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2217,8 +2217,8 @@ "dev": true, "optional": true, "requires": { - "co": "4.6.0", - "json-stable-stringify": "1.0.1" + "co": "^4.6.0", + "json-stable-stringify": "^1.0.1" } }, "ansi-regex": { @@ -2419,7 +2419,7 @@ "dev": true, "optional": true, "requires": { - "jsbn": "0.1.1" + "jsbn": "~0.1.0" } }, "extend": { @@ -2628,7 +2628,7 @@ "dev": true, "optional": true, "requires": { - "jsbn": "0.1.1" + "jsbn": "~0.1.0" } }, "jsbn": { @@ -2649,7 +2649,7 @@ "dev": true, "optional": true, "requires": { - "jsonify": "0.0.0" + "jsonify": "~0.0.0" } }, "json-stringify-safe": { @@ -2752,8 +2752,8 @@ "dev": true, "optional": true, "requires": { - "abbrev": "1.1.0", - "osenv": "0.1.4" + "abbrev": "1", + "osenv": "^0.1.4" } }, "npmlog": { @@ -2812,8 +2812,8 @@ "dev": true, "optional": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" } }, "path-is-absolute": { @@ -2944,7 +2944,7 @@ "bundled": true, "dev": true, "requires": { - "hoek": "2.16.3" + "hoek": "2.x.x" } }, "sshpk": { diff --git a/packages/javascript/plotlywidget/package.json b/packages/javascript/plotlywidget/package.json index b29249e9fea..b49c9f879a1 100644 --- a/packages/javascript/plotlywidget/package.json +++ b/packages/javascript/plotlywidget/package.json @@ -1,6 +1,6 @@ { "name": "plotlywidget", - "version": "1.3.0", + "version": "1.4.0", "description": "The plotly JupyterLab extension", "author": "The plotly.py team", "license": "MIT", diff --git a/packages/python/plotly/plotly/_widget_version.py b/packages/python/plotly/plotly/_widget_version.py index c2dbf9e39d3..84d57027efb 100644 --- a/packages/python/plotly/plotly/_widget_version.py +++ b/packages/python/plotly/plotly/_widget_version.py @@ -2,4 +2,4 @@ # for automated dev builds # # It is edited by hand prior to official releases -__frontend_version__ = "^1.3.0" +__frontend_version__ = "^1.4.0" diff --git a/packages/python/plotly/plotlywidget/static/index.js b/packages/python/plotly/plotlywidget/static/index.js index 4910bfbd772..c4e9e7f21d8 100644 --- a/packages/python/plotly/plotlywidget/static/index.js +++ b/packages/python/plotly/plotlywidget/static/index.js @@ -12569,7 +12569,7 @@ module.exports = function identity(d) { return d; }; /* 19 */ /***/ (function(module, exports) { -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"}} +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"}} /***/ }), /* 20 */ From 5bd2bded8968080736ee3e82b0bf74949fc62c1a Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Tue, 10 Dec 2019 08:53:13 -0500 Subject: [PATCH 2/2] Update versions in CHANGELOG and getting-started.md for 4.4.0 release --- CHANGELOG.md | 2 +- README.md | 10 +++++----- doc/python/getting-started.md | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c36b78353c3..1e84ea232a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [4.3.1] - 2019-12-09 +## [4.4.0] - 2019-12-10 ### Updated - Updated Plotly.js to version 1.51.2. See the diff --git a/README.md b/README.md index 8fd9983b1f2..7cfd87bd185 100644 --- a/README.md +++ b/README.md @@ -72,12 +72,12 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is plotly.py may be installed using pip... ``` -pip install plotly==4.3.0 +pip install plotly==4.4.0 ``` or conda. ``` -conda install -c plotly plotly=4.3.0 +conda install -c plotly plotly=4.4.0 ``` ### Jupyter Notebook Support @@ -105,7 +105,7 @@ pip install jupyterlab==1.2 "ipywidgets==7.5" or conda. ``` -conda install -c conda-forge jupyterlab=1.2 +conda install jupyterlab=1.2 conda install "ipywidgets=7.5" ``` @@ -121,10 +121,10 @@ set NODE_OPTIONS=--max-old-space-size=4096 jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build # FigureWidget support -jupyter labextension install plotlywidget@1.3.0 --no-build +jupyter labextension install plotlywidget@1.4.0 --no-build # and jupyterlab renderer support -jupyter labextension install jupyterlab-plotly@1.3.0 --no-build +jupyter labextension install jupyterlab-plotly@1.4.0 --no-build # Build extensions (must be done to activate extensions since --no-build is used above) jupyter lab build diff --git a/doc/python/getting-started.md b/doc/python/getting-started.md index b7d3f7a54c4..034b7535b68 100644 --- a/doc/python/getting-started.md +++ b/doc/python/getting-started.md @@ -46,12 +46,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image plotly.py may be installed using pip... ``` -$ pip install plotly==4.3.0 +$ pip install plotly==4.4.0 ``` or conda. ``` -$ conda install -c plotly plotly=4.3.0 +$ conda install -c plotly plotly=4.4.0 ``` This package contains everything you need to write figures to standalone HTML files. @@ -115,7 +115,7 @@ $ pip install jupyterlab==1.2 "ipywidgets>=7.5" or conda. ``` -$ conda install -c conda-forge jupyterlab=1.2 +$ conda install jupyterlab=1.2 $ conda install "ipywidgets=7.5" ``` @@ -132,10 +132,10 @@ set NODE_OPTIONS=--max-old-space-size=4096 jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build # jupyterlab renderer support -jupyter labextension install jupyterlab-plotly@1.3.0 --no-build +jupyter labextension install jupyterlab-plotly@1.4.0 --no-build # FigureWidget support -jupyter labextension install plotlywidget@1.3.0 --no-build +jupyter labextension install plotlywidget@1.4.0 --no-build # Build extensions (must be done to activate extensions since --no-build is used above) jupyter lab build