diff --git a/CHANGELOG.md b/CHANGELOG.md index a61c6ddac..c77f5aac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ +## 2.14.0 + +([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.13.0...9c8046c742dcad2db57fff70bb10257f1c7123e6)) + +### Enhancements made + +- Handle single files, pdfs, errors from missing loader dependencies in `/learn` [#733](https://github.com/jupyterlab/jupyter-ai/pull/733) ([@srdas](https://github.com/srdas)) +- Move methods generating completion replies to the provider [#717](https://github.com/jupyterlab/jupyter-ai/pull/717) ([@krassowski](https://github.com/krassowski)) +- Handle Single Files and also enable html, pdf file formats for /learn [#712](https://github.com/jupyterlab/jupyter-ai/pull/712) ([@srdas](https://github.com/srdas)) + +### Bugs fixed + +- Catch embedding model validation errors on extension init [#735](https://github.com/jupyterlab/jupyter-ai/pull/735) ([@dlqqq](https://github.com/dlqqq)) +- Require `jupyter_ai_magics` 2.13.0 to fix `Persona` import [#731](https://github.com/jupyterlab/jupyter-ai/pull/731) ([@krassowski](https://github.com/krassowski)) +- Fixes help slash command. [#729](https://github.com/jupyterlab/jupyter-ai/pull/729) ([@3coins](https://github.com/3coins)) +- Remove trailing Markdown code tags in completion suggestions [#726](https://github.com/jupyterlab/jupyter-ai/pull/726) ([@bartleusink](https://github.com/bartleusink)) +- Update Azure OpenAI fields [#722](https://github.com/jupyterlab/jupyter-ai/pull/722) ([@cloutier](https://github.com/cloutier)) +- Handle Single Files and also enable html, pdf file formats for /learn [#712](https://github.com/jupyterlab/jupyter-ai/pull/712) ([@srdas](https://github.com/srdas)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-04-04&to=2024-04-25&type=c)) + +[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2024-04-04..2024-04-25&type=Issues) | [@bartleusink](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Abartleusink+updated%3A2024-04-04..2024-04-25&type=Issues) | [@cloutier](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Acloutier+updated%3A2024-04-04..2024-04-25&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-04-04..2024-04-25&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-04-04..2024-04-25&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-04-04..2024-04-25&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2024-04-04..2024-04-25&type=Issues) + + + ## 2.13.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.12.0...34051ba848ec0346ce77aa28fa9b3ce3ad4e776d)) @@ -26,8 +53,6 @@ [@apurvakhatri](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aapurvakhatri+updated%3A2024-03-11..2024-04-04&type=Issues) | [@aroffe99](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aaroffe99+updated%3A2024-03-11..2024-04-04&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-03-11..2024-04-04&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Alumberbot-app+updated%3A2024-03-11..2024-04-04&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-03-11..2024-04-04&type=Issues) | [@startakovsky](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Astartakovsky+updated%3A2024-03-11..2024-04-04&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2024-03-11..2024-04-04&type=Issues) - - ## 2.12.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.11.0...60e9161e55304e51e7fa1d08a227bde594d13115)) diff --git a/lerna.json b/lerna.json index 4c03151d1..31f2f8b6c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "2.13.0", + "version": "2.14.0", "npmClient": "yarn", "useNx": true } diff --git a/package.json b/package.json index 7594107bb..c3f7ffc0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/monorepo", - "version": "2.13.0", + "version": "2.14.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 818580a8f..5efacc180 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.13.0", + "version": "2.14.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 fd37c4b1c..cc561701d 100644 --- a/packages/jupyter-ai/package.json +++ b/packages/jupyter-ai/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/core", - "version": "2.13.0", + "version": "2.14.0", "description": "A generative AI extension for JupyterLab", "keywords": [ "jupyter",