Skip to content

Commit

Permalink
Publish 2.0.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-ai-core-2.0.0.tgz: 4a7adaa1c4974449adabbf0f317982f662e846ac89a0c7baec896ac967bfe38c

jupyter_ai-2.0.0-py3-none-any.whl: e56d16110aff9f92e08473e5a55d8dcc2185e8465a7ab31a4f3ca2caf7bdc714

jupyter_ai-2.0.0.tar.gz: 74265d4e7bfa7eeee1bf806384f38b6b6588388e25b97348337de670ed7b55f5

jupyter_ai_magics-2.0.0-py3-none-any.whl: 6f4963d9b00fae831de5a38decd32d4836f310261502607da5583126c646298d

jupyter_ai_magics-2.0.0.tar.gz: 7ade3ebc4054e02fbe244e3e44bf68bb755097897de00f4643202b3091900f14
  • Loading branch information
dlqqq committed Jul 27, 2023
1 parent 4ad7fa6 commit 3271914
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

<!-- <START NEW CHANGELOG ENTRY> -->

This is currently the latest major version, and supports exclusively JupyterLab 4.

Existing users who are unable to migrate to JupyterLab 3 immediately should use v1.x. However, feature releases and bug fixes will only be backported to v1.x as we deem necessary, so we highly encourage existing Jupyter AI users to migrate to JupyterLab 4 and Jupyter AI v2 as soon as possible to enjoy all of the latest features we are currently developing.

Thank you all for your support of Jupyter AI! 🎉

## 2.0.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))

### Enhancements made

- Upgrade to JupyterLab 4 [#296](https://github.com/jupyterlab/jupyter-ai/pull/296) ([@dlqqq](https://github.com/dlqqq))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-07-27&to=2023-07-27&type=c))

[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-07-27..2023-07-27&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.0.0

This release serves exclusively to dedicate a major version to the 1.x branch providing JupyterLab 3 support.
Expand All @@ -18,8 +40,6 @@ This release serves exclusively to dedicate a major version to the 1.x branch pr

[@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aandrii-i+updated%3A2023-07-21..2023-07-27&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-07-21..2023-07-27&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.10.1

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.0.0",
"version": "2.0.0",
"npmClient": "yarn",
"useNx": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/monorepo",
"version": "1.0.0",
"version": "2.0.0",
"description": "A generative AI extension for JupyterLab",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/magics",
"version": "1.0.0",
"version": "2.0.0",
"description": "Jupyter AI magics Python package. Not published on NPM.",
"private": true,
"homepage": "https://github.com/jupyterlab/jupyter-ai",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/core",
"version": "1.0.0",
"version": "2.0.0",
"description": "A generative AI extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 3271914

Please sign in to comment.