diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c8fdff4..1a4fc87a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,32 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with +## 7.0.0a16 + +([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a15...0faa88c8b65e0302f1904e4ca9cd2e551525f352)) + +### Enhancements made + +- Update to JupyterLab 4.0.0a36 [#6773](https://github.com/jupyter/notebook/pull/6773) ([@jtpio](https://github.com/jtpio)) + +### Maintenance and upkeep improvements + +- Clean up interface switcher plugin in preparation for release [#6766](https://github.com/jupyter/notebook/pull/6766) ([@afshin](https://github.com/afshin)) +- Remove empty `py.test` file [#6764](https://github.com/jupyter/notebook/pull/6764) ([@frenzymadness](https://github.com/frenzymadness)) + +### Documentation improvements + +- Add documentation for contributing to the docs [#6771](https://github.com/jupyter/notebook/pull/6771) ([@jtpio](https://github.com/jtpio)) +- Convert docs to Markdown [#6770](https://github.com/jupyter/notebook/pull/6770) ([@jtpio](https://github.com/jtpio)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-03-08&to=2023-03-15&type=c)) + +[@afshin](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aafshin+updated%3A2023-03-08..2023-03-15&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2023-03-08..2023-03-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-08..2023-03-15&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-08..2023-03-15&type=Issues) + + + ## 7.0.0a15 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a14...1ccb8f15d6bf3557eed2405438a9df3c1d6cd040)) @@ -33,8 +59,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-03-01..2023-03-08&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-01..2023-03-08&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-01..2023-03-08&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-03-01..2023-03-08&type=Issues) - - ## 7.0.0a14 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a13...f9e427cf4e92dbaa5794fe0331ca92b41d45d52c)) diff --git a/app/package.json b/app/package.json index c6fa09e1b..1019b3aaf 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.0-alpha.15", + "version": "7.0.0-alpha.16", "private": true, "scripts": { "build": "webpack", @@ -10,17 +10,17 @@ "watch": "webpack --config ./webpack.config.watch.js" }, "resolutions": { - "@jupyter-notebook/application": "~7.0.0-alpha.15", - "@jupyter-notebook/application-extension": "~7.0.0-alpha.15", - "@jupyter-notebook/console-extension": "~7.0.0-alpha.15", - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.15", - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.15", - "@jupyter-notebook/help-extension": "~7.0.0-alpha.15", - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.15", - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.15", - "@jupyter-notebook/tree": "~7.0.0-alpha.15", - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.15", - "@jupyter-notebook/ui-components": "~7.0.0-alpha.15", + "@jupyter-notebook/application": "~7.0.0-alpha.16", + "@jupyter-notebook/application-extension": "~7.0.0-alpha.16", + "@jupyter-notebook/console-extension": "~7.0.0-alpha.16", + "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.16", + "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.16", + "@jupyter-notebook/help-extension": "~7.0.0-alpha.16", + "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.16", + "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.16", + "@jupyter-notebook/tree": "~7.0.0-alpha.16", + "@jupyter-notebook/tree-extension": "~7.0.0-alpha.16", + "@jupyter-notebook/ui-components": "~7.0.0-alpha.16", "@jupyter/ydoc": "~0.3.4", "@jupyterlab/application": "~4.0.0-alpha.21", "@jupyterlab/application-extension": "~4.0.0-alpha.21", @@ -106,17 +106,17 @@ "yjs": "~13.5.50" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.15", - "@jupyter-notebook/application-extension": "^7.0.0-alpha.15", - "@jupyter-notebook/console-extension": "^7.0.0-alpha.15", - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.15", - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.15", - "@jupyter-notebook/help-extension": "^7.0.0-alpha.15", - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.15", - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.15", - "@jupyter-notebook/tree": "^7.0.0-alpha.15", - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.15", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.15", + "@jupyter-notebook/application": "^7.0.0-alpha.16", + "@jupyter-notebook/application-extension": "^7.0.0-alpha.16", + "@jupyter-notebook/console-extension": "^7.0.0-alpha.16", + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.16", + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.16", + "@jupyter-notebook/help-extension": "^7.0.0-alpha.16", + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.16", + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.16", + "@jupyter-notebook/tree": "^7.0.0-alpha.16", + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.16", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.16", "@jupyterlab/application-extension": "^4.0.0-alpha.21", "@jupyterlab/apputils-extension": "^4.0.0-alpha.21", "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.21", diff --git a/buildutils/package.json b/buildutils/package.json index 8b6072f11..32a7c48cb 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.0-alpha.15", + "version": "7.0.0-alpha.16", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 2ad1a2d0b..0e7176324 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.0a15" +__version__ = "7.0.0a16" # PEP440 version parser _version_regex = re.compile( diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index 04a7cffc3..fe40d5870 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.0.0-alpha.15", + "version": "7.0.0-alpha.16", "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 a01c31877..d187bd01c 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.15", + "version": "7.0.0-alpha.16", "description": "Jupyter Notebook - Application Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,8 +38,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.15", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.15", + "@jupyter-notebook/application": "^7.0.0-alpha.16", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.16", "@jupyterlab/application": "^4.0.0-alpha.21", "@jupyterlab/apputils": "^4.0.0-alpha.21", "@jupyterlab/celltags": "^4.0.0-alpha.20", diff --git a/packages/application/package.json b/packages/application/package.json index 170153bed..cee08a8b5 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.0-alpha.15", + "version": "7.0.0-alpha.16", "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 09b12d3e4..8ab9fd785 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.15", + "version": "7.0.0-alpha.16", "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 86290a3f0..3a4b4faeb 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.15", + "version": "7.0.0-alpha.16", "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 f4b43b233..ea44449fc 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.15", + "version": "7.0.0-alpha.16", "description": "Jupyter Notebook - Document Search Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.15", + "@jupyter-notebook/application": "^7.0.0-alpha.16", "@jupyterlab/application": "^4.0.0-alpha.21", "@jupyterlab/documentsearch": "^4.0.0-alpha.21", "@lumino/widgets": "^2.0.0-rc.1" diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index a2a29a8e9..bc15a223a 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.15", + "version": "7.0.0-alpha.16", "description": "Jupyter Notebook - Help Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/ui-components": "^7.0.0-alpha.15", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.16", "@jupyterlab/application": "^4.0.0-alpha.21", "@jupyterlab/apputils": "^4.0.0-alpha.21", "@jupyterlab/mainmenu": "^4.0.0-alpha.21", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index d895f40a9..472d90110 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.15", + "version": "7.0.0-alpha.16", "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.15", + "@jupyter-notebook/application": "^7.0.0-alpha.16", "@jupyterlab/application": "^4.0.0-alpha.21", "@jupyterlab/apputils": "^4.0.0-alpha.21", "@jupyterlab/coreutils": "^6.0.0-alpha.21", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index e061608af..7afadcef6 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.15", + "version": "7.0.0-alpha.16", "description": "Jupyter Notebook - Notebook Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.15", + "@jupyter-notebook/application": "^7.0.0-alpha.16", "@jupyterlab/application": "^4.0.0-alpha.21", "@jupyterlab/apputils": "^4.0.0-alpha.21", "@jupyterlab/cells": "^4.0.0-alpha.21", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index d9951640e..0aff57d70 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.15", + "version": "7.0.0-alpha.16", "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 bef6b5629..9c7569419 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.15", + "version": "7.0.0-alpha.16", "description": "Jupyter Notebook - Tree Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,8 +38,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.15", - "@jupyter-notebook/tree": "^7.0.0-alpha.15", + "@jupyter-notebook/application": "^7.0.0-alpha.16", + "@jupyter-notebook/tree": "^7.0.0-alpha.16", "@jupyterlab/application": "^4.0.0-alpha.21", "@jupyterlab/apputils": "^4.0.0-alpha.21", "@jupyterlab/coreutils": "^6.0.0-alpha.21", diff --git a/packages/tree/package.json b/packages/tree/package.json index cbc7e9ada..a60c63365 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree", - "version": "7.0.0-alpha.15", + "version": "7.0.0-alpha.16", "description": "Jupyter Notebook - Tree", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.15", + "@jupyter-notebook/application": "^7.0.0-alpha.16", "@jupyterlab/application": "^4.0.0-alpha.21", "@jupyterlab/apputils": "^4.0.0-alpha.21", "@jupyterlab/coreutils": "^6.0.0-alpha.21", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index c0a62b8e5..cbf0cd97e 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.15", + "version": "7.0.0-alpha.16", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": {