From 240ba594c6a0fd230eff861124ebad08354ebb8a Mon Sep 17 00:00:00 2001 From: JasonWeill Date: Mon, 8 Jan 2024 21:41:18 +0000 Subject: [PATCH] Publish 1.9.0 SHA256 hashes: jupyter-ai-core-1.9.0.tgz: 1d13ad9e120ac067b474963ee124b22a27ce4b659a20f85bf28b180728a44460 jupyter_ai-1.9.0-py3-none-any.whl: dec26ce8630735f809157d2b58ef632a94cb84f0011f35dca0e2bd76c9708d14 jupyter_ai-1.9.0.tar.gz: 77b12c4422f022ced791a03831278383ce866dec026e24d11f405943e1d71a9e jupyter_ai_magics-1.9.0-py3-none-any.whl: 8a3941025a40c64fa4db06700e60edc6dd6aff2048a9ec429b8c5dd5a7619998 jupyter_ai_magics-1.9.0.tar.gz: e7422a847d00dfbd0c4540b0ae11fb82b0ed74adfce26ae448c527d862c5b243 --- CHANGELOG.md | 19 +++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/jupyter-ai-magics/package.json | 2 +- packages/jupyter-ai/package.json | 2 +- 5 files changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ddca7318..e56d7ad42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 1.9.0 + +([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.8.1...8d3f22c9d7a245d8fcf83c9782ed33d3ef83ef30)) + +### Enhancements made + +- Upgrades openai to version 1, removes openai history in magics [#551](https://github.com/jupyterlab/jupyter-ai/pull/551) ([@JasonWeill](https://github.com/JasonWeill)) +- \[1.x\] Implement `stop_extension()` [#566](https://github.com/jupyterlab/jupyter-ai/pull/566) ([@dlqqq](https://github.com/dlqqq)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-01-03&to=2024-01-08&type=c)) + +[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-01-03..2024-01-08&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2024-01-03..2024-01-08&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-01-03..2024-01-08&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Alumberbot-app+updated%3A2024-01-03..2024-01-08&type=Issues) + + + ## 1.8.1 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.8.0...4f26e39fbf086436d97b78a1dc041eb8fa657eea)) @@ -21,8 +38,6 @@ [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-12-27..2024-01-03&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2023-12-27..2024-01-03&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2023-12-27..2024-01-03&type=Issues) - - ## 1.8.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.7.1...833b3b75c0d2df346e579f2b702fcc0a4efdb65f)) diff --git a/lerna.json b/lerna.json index 7997ba74f..3805d2eec 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "1.8.1", + "version": "1.9.0", "npmClient": "yarn", "useNx": true } diff --git a/package.json b/package.json index 05650b6d2..8f51e0598 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/monorepo", - "version": "1.8.1", + "version": "1.9.0", "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 82c3ae7ce..d3d3cfad9 100644 --- a/packages/jupyter-ai-magics/package.json +++ b/packages/jupyter-ai-magics/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/magics", - "version": "1.8.1", + "version": "1.9.0", "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 cd6b07ea3..6f8a0e008 100644 --- a/packages/jupyter-ai/package.json +++ b/packages/jupyter-ai/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/core", - "version": "1.8.1", + "version": "1.9.0", "description": "A generative AI extension for JupyterLab", "keywords": [ "jupyter",