diff --git a/CHANGELOG.md b/CHANGELOG.md index e96d998b2..03d1f88e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,35 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with +## 7.0.0a11 + +([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a10...6d4eeed9d176e2523be7874ae4d9f46a99422d72)) + +### Enhancements made + +- Tree view enhancement [#6588](https://github.com/jupyter/notebook/pull/6588) ([@brichet](https://github.com/brichet)) +- Add the Settings Editor to the landing page [#6316](https://github.com/jupyter/notebook/pull/6316) ([@jtpio](https://github.com/jtpio)) + +### Bugs fixed + +- Fix console error when adding a widget to a side panel [#6694](https://github.com/jupyter/notebook/pull/6694) ([@jtpio](https://github.com/jtpio)) + +### Maintenance and upkeep improvements + +- Help-extension split into multiple plugins [#6700](https://github.com/jupyter/notebook/pull/6700) ([@RRosio](https://github.com/RRosio)) +- Add releaser workflows [#6698](https://github.com/jupyter/notebook/pull/6698) ([@blink1073](https://github.com/blink1073)) +- Create `auto_author_assign.yml` workflow [#6696](https://github.com/jupyter/notebook/pull/6696) ([@jtpio](https://github.com/jtpio)) +- Add back `# type:ignore` [#6695](https://github.com/jupyter/notebook/pull/6695) ([@jtpio](https://github.com/jtpio)) +- Fix environment activation on Gitpod [#6693](https://github.com/jupyter/notebook/pull/6693) ([@jtpio](https://github.com/jtpio)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-01-09&to=2023-01-19&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-01-09..2023-01-19&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-01-09..2023-01-19&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-01-09..2023-01-19&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-01-09..2023-01-19&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2023-01-09..2023-01-19&type=Issues) + + + ## 7.0.0a10 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a9...6205bf376f783b7202af71e1074f44086ee7056c)) @@ -50,8 +79,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2022-11-21..2023-01-09&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2022-11-21..2023-01-09&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2022-11-21..2023-01-09&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2022-11-21..2023-01-09&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2022-11-21..2023-01-09&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2022-11-21..2023-01-09&type=Issues) | [@yacchin1205](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayacchin1205+updated%3A2022-11-21..2023-01-09&type=Issues) - - ## 7.0.0a9 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a8...b4006ce47bf37b31a7049a77971d7e5db1070660)) diff --git a/app/package.json b/app/package.json index 421d2ee0a..5e42b6ec4 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "private": true, "scripts": { "build": "webpack", @@ -11,17 +11,17 @@ "watch": "webpack --config ./webpack.config.watch.js" }, "resolutions": { - "@jupyter-notebook/application": "~7.0.0-alpha.10", - "@jupyter-notebook/application-extension": "~7.0.0-alpha.10", - "@jupyter-notebook/console-extension": "~7.0.0-alpha.10", - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.10", - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.10", - "@jupyter-notebook/help-extension": "~7.0.0-alpha.10", - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.10", - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.10", - "@jupyter-notebook/tree": "~7.0.0-alpha.10", - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.10", - "@jupyter-notebook/ui-components": "~7.0.0-alpha.10", + "@jupyter-notebook/application": "~7.0.0-alpha.11", + "@jupyter-notebook/application-extension": "~7.0.0-alpha.11", + "@jupyter-notebook/console-extension": "~7.0.0-alpha.11", + "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.11", + "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.11", + "@jupyter-notebook/help-extension": "~7.0.0-alpha.11", + "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.11", + "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.11", + "@jupyter-notebook/tree": "~7.0.0-alpha.11", + "@jupyter-notebook/tree-extension": "~7.0.0-alpha.11", + "@jupyter-notebook/ui-components": "~7.0.0-alpha.11", "@jupyter/ydoc": "~0.2.2", "@jupyterlab/application": "~4.0.0-alpha.17", "@jupyterlab/application-extension": "~4.0.0-alpha.17", @@ -109,17 +109,17 @@ "yjs": "~13.5.44" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.10", - "@jupyter-notebook/application-extension": "^7.0.0-alpha.10", - "@jupyter-notebook/console-extension": "^7.0.0-alpha.10", - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.10", - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.10", - "@jupyter-notebook/help-extension": "^7.0.0-alpha.10", - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.10", - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.10", - "@jupyter-notebook/tree": "^7.0.0-alpha.10", - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.10", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.10", + "@jupyter-notebook/application": "^7.0.0-alpha.11", + "@jupyter-notebook/application-extension": "^7.0.0-alpha.11", + "@jupyter-notebook/console-extension": "^7.0.0-alpha.11", + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.11", + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.11", + "@jupyter-notebook/help-extension": "^7.0.0-alpha.11", + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.11", + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.11", + "@jupyter-notebook/tree": "^7.0.0-alpha.11", + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.11", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.11", "@jupyterlab/application-extension": "^4.0.0-alpha.17", "@jupyterlab/apputils-extension": "^4.0.0-alpha.17", "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.17", diff --git a/buildutils/package.json b/buildutils/package.json index d9bc4d086..4daa251bc 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 6b99f6d99..27ebf6ce8 100644 --- a/notebook/_version.py +++ b/notebook/_version.py @@ -5,7 +5,7 @@ import re from collections import namedtuple # Use "hatch version xx.yy.zz" to handle version changes -__version__ = "7.0.0a10" +__version__ = "7.0.0a11" # PEP440 version parser _version_regex = re.compile( diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index d13b96db8..f2573e1cf 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "private": true, "description": "Jupyter Notebook - Metapackage", "homepage": "https://github.com/jupyter/notebook", diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 5a241dbab..040d57443 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application-extension", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - Application Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,8 +39,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.10", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.10", + "@jupyter-notebook/application": "^7.0.0-alpha.11", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.11", "@jupyterlab/application": "^4.0.0-alpha.17", "@jupyterlab/apputils": "^4.0.0-alpha.17", "@jupyterlab/celltags": "^4.0.0-alpha.17", diff --git a/packages/application/package.json b/packages/application/package.json index 2d7772349..1ce713ec9 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - Application", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index ecec0403a..b7060bf3f 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/console-extension", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - Console Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 19cfb47d0..7ce51df39 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/docmanager-extension", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - Document Manager Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index b2be9eafd..718239268 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/documentsearch-extension", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - Document Search Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,7 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.10", + "@jupyter-notebook/application": "^7.0.0-alpha.11", "@jupyterlab/application": "^4.0.0-alpha.17", "@jupyterlab/documentsearch": "^4.0.0-alpha.17", "@lumino/widgets": "^2.0.0-alpha.7" diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 2b518475e..778176363 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/help-extension", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - Help Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,7 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/ui-components": "^7.0.0-alpha.10", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.11", "@jupyterlab/application": "^4.0.0-alpha.17", "@jupyterlab/apputils": "^4.0.0-alpha.17", "@jupyterlab/mainmenu": "^4.0.0-alpha.17", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index c02b20879..87b5019f5 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/lab-extension", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - Lab Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -43,7 +43,7 @@ "watch:src": "tsc -w" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.10", + "@jupyter-notebook/application": "^7.0.0-alpha.11", "@jupyterlab/application": "^4.0.0-alpha.17", "@jupyterlab/apputils": "^4.0.0-alpha.17", "@jupyterlab/coreutils": "^6.0.0-alpha.17", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 3ba922fa9..c8016668c 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/notebook-extension", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - Notebook Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,7 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.10", + "@jupyter-notebook/application": "^7.0.0-alpha.11", "@jupyterlab/application": "^4.0.0-alpha.17", "@jupyterlab/apputils": "^4.0.0-alpha.17", "@jupyterlab/cells": "^4.0.0-alpha.17", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index a20157258..b651e26fd 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/terminal-extension", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - Terminal Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 5301d9793..d44634c81 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree-extension", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - Tree Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,8 +39,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.10", - "@jupyter-notebook/tree": "^7.0.0-alpha.10", + "@jupyter-notebook/application": "^7.0.0-alpha.11", + "@jupyter-notebook/tree": "^7.0.0-alpha.11", "@jupyterlab/application": "^4.0.0-alpha.17", "@jupyterlab/apputils": "^4.0.0-alpha.17", "@jupyterlab/coreutils": "^6.0.0-alpha.17", diff --git a/packages/tree/package.json b/packages/tree/package.json index 8a15b45c6..ef28365b3 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - Tree", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,7 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.10", + "@jupyter-notebook/application": "^7.0.0-alpha.11", "@jupyterlab/application": "^4.0.0-alpha.17", "@jupyterlab/apputils": "^4.0.0-alpha.17", "@jupyterlab/coreutils": "^6.0.0-alpha.17", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 3062b42c3..b5ab7f60e 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/ui-components", - "version": "7.0.0-alpha.10", + "version": "7.0.0-alpha.11", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": {