From 8ea0ff34335ab530d8c22a80602ce5668d5b85e6 Mon Sep 17 00:00:00 2001 From: dlqqq Date: Tue, 6 Feb 2024 19:44:25 +0000 Subject: [PATCH] Publish 2.10.0 SHA256 hashes: jupyter-ai-core-2.10.0.tgz: afc140411e1cd6bdede018ff16ede4d99473382372919b41a0effa13f317e916 jupyter_ai-2.10.0-py3-none-any.whl: cb15eeb0bf8531c1a386bfff52e4cbcfd51119efee3611b29b619fcf843ab154 jupyter_ai-2.10.0.tar.gz: eb5706b9eaa551bd2998941a6c92203246488e2b5d29c5b165a462c7a575e5c8 jupyter_ai_magics-2.10.0-py3-none-any.whl: d883356ec7e784356dfdde2ac85a479cfccea163448b0d69b49618c90d0d03d9 jupyter_ai_magics-2.10.0.tar.gz: 0d7c3c97446457bb172728990068e9865b88b71f74e616a7a24d53c52ca7d07d --- CHANGELOG.md | 42 +++++++++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/jupyter-ai-magics/package.json | 2 +- packages/jupyter-ai/package.json | 2 +- 5 files changed, 44 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d850cbbe9..6d8c19aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,46 @@ +## 2.10.0 + +This is the first public release of Jupyter AI inline completion, initially developed by @krassowski. Inline completion requires `jupyterlab==4.1.0` to work, so make sure you have that installed if you want to try it out! 🎉 + +([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.10.0-beta.1...88e676581c5545d237dcd379c9cb3a74ddcbb8af)) + +### Enhancements made + +- Bump `@jupyterlab/completer` resolution to `^4.1.0` [#621](https://github.com/jupyterlab/jupyter-ai/pull/621) ([@dlqqq](https://github.com/dlqqq)) +- Restyles model names in Markdown to avoid wrapping model names [#606](https://github.com/jupyterlab/jupyter-ai/pull/606) ([@JasonWeill](https://github.com/JasonWeill)) +- Expose templates for customisation in providers [#581](https://github.com/jupyterlab/jupyter-ai/pull/581) ([@krassowski](https://github.com/krassowski)) +- Add nvidia provider [#579](https://github.com/jupyterlab/jupyter-ai/pull/579) ([@stevie-35](https://github.com/stevie-35)) +- Reflect theme changes without a refresh [#575](https://github.com/jupyterlab/jupyter-ai/pull/575) ([@garsonbyte](https://github.com/garsonbyte)) +- Setting default model providers [#421](https://github.com/jupyterlab/jupyter-ai/pull/421) ([@aws-khatria](https://github.com/aws-khatria)) + +### Bugs fixed + +- Allow usage without NVIDIA partner package [#622](https://github.com/jupyterlab/jupyter-ai/pull/622) ([@dlqqq](https://github.com/dlqqq)) +- fix to conda install instructions in readme [#610](https://github.com/jupyterlab/jupyter-ai/pull/610) ([@Tom-A-Lynch](https://github.com/Tom-A-Lynch)) +- Uses invoke() to call custom chains. Handles dict output format. [#600](https://github.com/jupyterlab/jupyter-ai/pull/600) ([@JasonWeill](https://github.com/JasonWeill)) +- Removes deprecated models, adds updated models for openai [#596](https://github.com/jupyterlab/jupyter-ai/pull/596) ([@JasonWeill](https://github.com/JasonWeill)) +- Upgrades cohere dependency, model list [#594](https://github.com/jupyterlab/jupyter-ai/pull/594) ([@JasonWeill](https://github.com/JasonWeill)) + +### Documentation improvements + +- Mentions conda install instructions in docs [#611](https://github.com/jupyterlab/jupyter-ai/pull/611) ([@JasonWeill](https://github.com/JasonWeill)) +- Add Kaggle to supported platforms [#577](https://github.com/jupyterlab/jupyter-ai/pull/577) ([@adriens](https://github.com/adriens)) + +### Other merged PRs + +- Correction to default models configuration. [#605](https://github.com/jupyterlab/jupyter-ai/pull/605) ([@3coins](https://github.com/3coins)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-01-22&to=2024-02-06&type=c)) + +[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2024-01-22..2024-02-06&type=Issues) | [@adriens](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aadriens+updated%3A2024-01-22..2024-02-06&type=Issues) | [@aws-khatria](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aaws-khatria+updated%3A2024-01-22..2024-02-06&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-01-22..2024-02-06&type=Issues) | [@garsonbyte](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Agarsonbyte+updated%3A2024-01-22..2024-02-06&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2024-01-22..2024-02-06&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-01-22..2024-02-06&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Alumberbot-app+updated%3A2024-01-22..2024-02-06&type=Issues) | [@stevie-35](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Astevie-35+updated%3A2024-01-22..2024-02-06&type=Issues) | [@Tom-A-Lynch](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3ATom-A-Lynch+updated%3A2024-01-22..2024-02-06&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2024-01-22..2024-02-06&type=Issues) + + + ## 2.10.0-beta.1 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.10.0-beta.0...b1186e9eefed5633461e19b61a5ccf4129b41a78)) @@ -16,8 +56,6 @@ [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-01-19..2024-01-22&type=Issues) - - ## 2.10.0-beta.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.9.1...d1a9f40d5fb4c937ae53d22172c8836b171ac6e6)) diff --git a/lerna.json b/lerna.json index 512470ea1..f1bf41d41 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "2.10.0-beta.1", + "version": "2.10.0", "npmClient": "yarn", "useNx": true } diff --git a/package.json b/package.json index f1739cbe9..9bbdd39ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/monorepo", - "version": "2.10.0-beta.1", + "version": "2.10.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 a695d92ed..015a98b10 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.10.0-beta.1", + "version": "2.10.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 3e684c021..2265e0e3e 100644 --- a/packages/jupyter-ai/package.json +++ b/packages/jupyter-ai/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/core", - "version": "2.10.0-beta.1", + "version": "2.10.0", "description": "A generative AI extension for JupyterLab", "keywords": [ "jupyter",