Skip to content

Commit

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

jupyter-ai-core-2.18.1.tgz: e6aaac69406d13d4c9ff5c17a8a5e487a0bdcf48bd9e54f3fab10ec5fa61945a

jupyter_ai-2.18.1-py3-none-any.whl: f6eb5af6d5db3d74c69753ea27f2fa63b4fb66f52e00cd92fee95d12ea087691

jupyter_ai-2.18.1.tar.gz: d2fecbbc7c25b020f6edef4335e48ed4ce5c8c429dfb7c7cd6a950a44ca3d537

jupyter_ai_magics-2.18.1-py3-none-any.whl: 54af7a833eae553c3bccf00eff845071826b0fb84b77c8238845f058541fd70d

jupyter_ai_magics-2.18.1.tar.gz: df028a0566cd04555bd59dbdb5c08cb4eaf8150157a5ec176376390c73d4ac5b
  • Loading branch information
dlqqq committed Jun 21, 2024
1 parent 37dc8ec commit 911bc93
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## 2.18.1

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.18.0...37dc8ecdffedf8763e9fabfdd2769520a7af3885))

### Enhancements made

- Add claude sonnet 3.5 models [#847](https://github.com/jupyterlab/jupyter-ai/pull/847) ([@srdas](https://github.com/srdas))
- Update `clear` slash command to use `HelpChatHandler` to reinstate the help menu [#846](https://github.com/jupyterlab/jupyter-ai/pull/846) ([@srdas](https://github.com/srdas))

### Bugs fixed

- Fix send via keyboard after sending slash command with arguments [#850](https://github.com/jupyterlab/jupyter-ai/pull/850) ([@dlqqq](https://github.com/dlqqq))
- Fix Cohere models by using new `langchain-cohere` partner package [#848](https://github.com/jupyterlab/jupyter-ai/pull/848) ([@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-06-20&to=2024-06-21&type=c))

[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-06-20..2024-06-21&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-06-20..2024-06-21&type=Issues)

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

## 2.18.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.17.0...698ee8e5994da2b9af3cef90396cf9ed5fd65064))
Expand All @@ -27,8 +49,6 @@

[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-06-12..2024-06-19&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2024-06-12..2024-06-19&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajtpio+updated%3A2024-06-12..2024-06-19&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-06-12..2024-06-19&type=Issues) | [@michaelchia](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Amichaelchia+updated%3A2024-06-12..2024-06-19&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-06-12..2024-06-19&type=Issues)

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

## 2.17.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.16.0...ff7bd1a7a538b36464487e8a856af5347a3dabcc))
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": "2.18.0",
"version": "2.18.1",
"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": "2.18.0",
"version": "2.18.1",
"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": "2.18.0",
"version": "2.18.1",
"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": "2.18.0",
"version": "2.18.1",
"description": "A generative AI extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 911bc93

Please sign in to comment.