From 16f9b4bd2074550d1ab49bd72171410748b1c4a1 Mon Sep 17 00:00:00 2001 From: dlqqq Date: Mon, 29 Apr 2024 16:24:39 +0000 Subject: [PATCH] Publish 1.14.1 SHA256 hashes: jupyter-ai-core-1.14.1.tgz: e1651d861610cb74659ba04f1635f65c19569a22c2d96aa529ffacbb4150f6f1 jupyter_ai-1.14.1-py3-none-any.whl: bc306bd1c88b422d68ffcf938a363ff155c3fca1649e5e2eaa2f5048c3d9e7f1 jupyter_ai-1.14.1.tar.gz: 59b7750e0613875f408518dac5bc1a3b27d6762bc2f14d0ed738fbcf51804200 jupyter_ai_magics-1.14.1-py3-none-any.whl: c01baa194a31e237b0cb5b35174f3c8e623c98926495fd10e5dc78f2ea9518b4 jupyter_ai_magics-1.14.1.tar.gz: 020b7067be37c91c0d9b610595656f217dc65982f47a013b0a8dff0fa3db0c7e --- CHANGELOG.md | 20 ++++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/jupyter-ai-magics/package.json | 2 +- packages/jupyter-ai/package.json | 2 +- 5 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3fe6022..9d596375a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## 1.14.1 + +([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.14.0...b77bc884e8acd5add16eb5af1d7a33ce3fd00374)) + +### Bugs fixed + +- Load persisted vector store by default [#753](https://github.com/jupyterlab/jupyter-ai/pull/753) ([@dlqqq](https://github.com/dlqqq)) +- Remove `pypdf` from required dependencies [#752](https://github.com/jupyterlab/jupyter-ai/pull/752) ([@dlqqq](https://github.com/dlqqq)) +- Fix /learn in 2.14.0 [#747](https://github.com/jupyterlab/jupyter-ai/pull/747) ([@michaelchia](https://github.com/michaelchia)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-04-25&to=2024-04-29&type=c)) + +[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2024-04-25..2024-04-29&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2024-04-25..2024-04-29&type=Issues) + + + ## 1.14.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.13.0...d4dffa1af93f3fa15b7d642b112cc683f9aed2e6)) @@ -24,8 +42,6 @@ [@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+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) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+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) - - ## 1.13.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.12.0...9f6e8630fdad11faee62ef30c31c8af4f32f6b55)) diff --git a/lerna.json b/lerna.json index 7f20be6f0..d205ad55e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "1.14.0", + "version": "1.14.1", "npmClient": "yarn", "useNx": true } diff --git a/package.json b/package.json index 368a12327..a3cad24a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/monorepo", - "version": "1.14.0", + "version": "1.14.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 59482314e..67c27a1d9 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.14.0", + "version": "1.14.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 19e2db532..6b2341d13 100644 --- a/packages/jupyter-ai/package.json +++ b/packages/jupyter-ai/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/core", - "version": "1.14.0", + "version": "1.14.1", "description": "A generative AI extension for JupyterLab", "keywords": [ "jupyter",