Skip to content

Commit

Permalink
Publish 1.15.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-ai-core-1.15.0.tgz: 823d10ae9204f08a012eec41d5d55eea1eb0f9074e75f65db0771311361f25ac

jupyter_ai-1.15.0-py3-none-any.whl: 931c30bb4726540f3ad9abc2cbd13bb51a6bac3fde3ef77753f7d7bb0ebc314d

jupyter_ai-1.15.0.tar.gz: 7c6ebf69d8f9df0eed344643c2d157cb5957ffde9bb8bf51e454cb2a2eed04f8

jupyter_ai_magics-1.15.0-py3-none-any.whl: 82ba249ab299014bb3d80cb1346e0a93df15492b103f6bf154b253d04c402208

jupyter_ai_magics-1.15.0.tar.gz: c522e19e5c1e007e404905fd0f06418f9feb3e934b73ea828b5fa645dba449c1
  • Loading branch information
dlqqq committed May 9, 2024
1 parent 73a44a0 commit d0260d9
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 6 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 1.15.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.14.1...73a44a03a9cb975f8079cbbac0c25eabd998ddab))

### Enhancements made

- \[1.x\] Save chat history to Jupyter Lab's root directory (#770) [#780](https://github.com/jupyterlab/jupyter-ai/pull/780) ([@srdas](https://github.com/srdas))
- Add Titan embedding model v2 [#778](https://github.com/jupyterlab/jupyter-ai/pull/778) ([@srdas](https://github.com/srdas))
- Add new Bedrock model IDs [#764](https://github.com/jupyterlab/jupyter-ai/pull/764) ([@srdas](https://github.com/srdas))

### Bugs fixed

- change unsupported_slash_commands default value from dict to set [#768](https://github.com/jupyterlab/jupyter-ai/pull/768) ([@michaelchia](https://github.com/michaelchia))
- Switch to langchain_community [#758](https://github.com/jupyterlab/jupyter-ai/pull/758) ([@srdas](https://github.com/srdas))

### Documentation improvements

- Add JL3 end-of-maintenance notice to README and RTD [#760](https://github.com/jupyterlab/jupyter-ai/pull/760) ([@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-04-29&to=2024-05-09&type=c))

[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2024-04-29..2024-05-09&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-04-29..2024-05-09&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-04-29..2024-05-09&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2024-04-29..2024-05-09&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-04-29..2024-05-09&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.14.1

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.14.0...b77bc884e8acd5add16eb5af1d7a33ce3fd00374))
Expand All @@ -18,8 +45,6 @@

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.14.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.13.0...d4dffa1af93f3fa15b7d642b112cc683f9aed2e6))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.14.1",
"version": "1.15.0",
"npmClient": "yarn",
"useNx": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/monorepo",
"version": "1.14.1",
"version": "1.15.0",
"description": "A generative AI extension for JupyterLab",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/magics",
"version": "1.14.1",
"version": "1.15.0",
"description": "Jupyter AI magics Python package. Not published on NPM.",
"private": true,
"homepage": "https://github.com/jupyterlab/jupyter-ai",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/core",
"version": "1.14.1",
"version": "1.15.0",
"description": "A generative AI extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit d0260d9

Please sign in to comment.