From ac3f4be6c017fd7e152e35ad07e6cd78e6baafc5 Mon Sep 17 00:00:00 2001 From: JasonWeill Date: Tue, 8 Aug 2023 22:54:54 +0000 Subject: [PATCH] Publish 2.0.1 SHA256 hashes: jupyter-ai-core-2.0.1.tgz: 730c1223bd5547f36203d4783b63bf6465f36ba07e04897e61185c050b16ac0b jupyter_ai-2.0.1-py3-none-any.whl: 0c48fe832d516e782e5da9b6d39a3c823341bdcc7586431248b63ea33c559eb9 jupyter_ai-2.0.1.tar.gz: 59116057ac5dd53b4ac5836ddb00f07a183d37b2b2d61d46df9a4b458c57ab30 jupyter_ai_magics-2.0.1-py3-none-any.whl: effbccaa7abe8d0c44c164bd4a716659d3cb71aa5ad8407447de3ce5185d7a10 jupyter_ai_magics-2.0.1.tar.gz: ba95e2a9ec563d7316105e3a699f78114b5a29a0a1c3986ecac092d92b602145 --- CHANGELOG.md | 35 +++++++++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/jupyter-ai-magics/package.json | 2 +- packages/jupyter-ai/package.json | 2 +- 5 files changed, 37 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b171ef2..8e6039a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ +## 2.0.1 + +([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.0.0...f38d7f4a5b38ae1583c97bc8a0bb58ab09cdabdd)) + +### Enhancements made + +- add claude 2 to anthropic models [#314](https://github.com/jupyterlab/jupyter-ai/pull/314) ([@jmkuebler](https://github.com/jmkuebler)) +- Prompt template override in BaseProvider [#309](https://github.com/jupyterlab/jupyter-ai/pull/309) ([@JasonWeill](https://github.com/JasonWeill)) +- Updates docs to refer to JupyterLab versions [#300](https://github.com/jupyterlab/jupyter-ai/pull/300) ([@JasonWeill](https://github.com/JasonWeill)) + +### Bugs fixed + +- handle IDPs that don't return initials [#316](https://github.com/jupyterlab/jupyter-ai/pull/316) ([@dlqqq](https://github.com/dlqqq)) +- Handles /clear command with selection [#307](https://github.com/jupyterlab/jupyter-ai/pull/307) ([@JasonWeill](https://github.com/JasonWeill)) + +### Maintenance and upkeep improvements + +### Documentation improvements + +- Updates docs to refer to JupyterLab versions [#300](https://github.com/jupyterlab/jupyter-ai/pull/300) ([@JasonWeill](https://github.com/JasonWeill)) + +### Other merged PRs + +- Update magics.ipynb [#320](https://github.com/jupyterlab/jupyter-ai/pull/320) ([@eltociear](https://github.com/eltociear)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-07-27&to=2023-08-08&type=c)) + +[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-07-27..2023-08-08&type=Issues) | [@eltociear](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aeltociear+updated%3A2023-07-27..2023-08-08&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-07-27..2023-08-08&type=Issues) | [@jmkuebler](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajmkuebler+updated%3A2023-07-27..2023-08-08&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Apre-commit-ci+updated%3A2023-07-27..2023-08-08&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-07-27..2023-08-08&type=Issues) + + + 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. @@ -22,8 +55,6 @@ Thank you all for your support of Jupyter AI! 🎉 [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-07-27..2023-07-27&type=Issues) - - ## 1.0.0 This release serves exclusively to dedicate a major version to the 1.x branch providing JupyterLab 3 support. diff --git a/lerna.json b/lerna.json index d6615f345..9916f0f7d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "2.0.0", + "version": "2.0.1", "npmClient": "yarn", "useNx": true } diff --git a/package.json b/package.json index 4a2d27182..a4d1a5ae2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/monorepo", - "version": "2.0.0", + "version": "2.0.1", "description": "A generative AI extension for JupyterLab", "private": true, "keywords": [ diff --git a/packages/jupyter-ai-magics/package.json b/packages/jupyter-ai-magics/package.json index 3dfcf41b2..54ae08ecb 100644 --- a/packages/jupyter-ai-magics/package.json +++ b/packages/jupyter-ai-magics/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/magics", - "version": "2.0.0", + "version": "2.0.1", "description": "Jupyter AI magics Python package. Not published on NPM.", "private": true, "homepage": "https://github.com/jupyterlab/jupyter-ai", diff --git a/packages/jupyter-ai/package.json b/packages/jupyter-ai/package.json index 2ebf56f14..0920e2a06 100644 --- a/packages/jupyter-ai/package.json +++ b/packages/jupyter-ai/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/core", - "version": "2.0.0", + "version": "2.0.1", "description": "A generative AI extension for JupyterLab", "keywords": [ "jupyter",