-
-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: jupyter-ai-core-2.18.0.tgz: c45e78c74d25b318ca39e7c4103e9e409f3cdd8bc896d37fc7844af06da470c0 jupyter_ai-2.18.0-py3-none-any.whl: 6b7997f4f670b6f101f146c70b735542e61cc335bbbed0993d801bd5c5303258 jupyter_ai-2.18.0.tar.gz: f90cd1e43e0f570d33b721e44a538c8399f5f49c7a0ab4b299586687ed1451a8 jupyter_ai_magics-2.18.0-py3-none-any.whl: c32ef167ff8b9abac1060bc4f8fda011a5adc71da8b0e119bf7be12b5e57afe9 jupyter_ai_magics-2.18.0.tar.gz: 95fb34b95a2ac7c5249d4052a598f9c0d2b70b0d189858a980ff2c74eaa15e01
- Loading branch information
Showing
5 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,33 @@ | |
|
||
<!-- <START NEW CHANGELOG ENTRY> --> | ||
|
||
## 2.18.0 | ||
|
||
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected])) | ||
|
||
### Enhancements made | ||
|
||
- Add new Cohere models [#834](https://github.com/jupyterlab/jupyter-ai/pull/834) ([@srdas](https://github.com/srdas)) | ||
- Group messages with their replies [#832](https://github.com/jupyterlab/jupyter-ai/pull/832) ([@michaelchia](https://github.com/michaelchia)) | ||
- Support Notebook 7 [#827](https://github.com/jupyterlab/jupyter-ai/pull/827) ([@jtpio](https://github.com/jtpio)) | ||
- Support pending/loading message while waiting for response [#821](https://github.com/jupyterlab/jupyter-ai/pull/821) ([@michaelchia](https://github.com/michaelchia)) | ||
|
||
### Bugs fixed | ||
|
||
- Fix compatibility with Python 3.8 [#844](https://github.com/jupyterlab/jupyter-ai/pull/844) ([@krassowski](https://github.com/krassowski)) | ||
|
||
### Documentation improvements | ||
|
||
- Updates end of maintenance messaging to be in the past tense [#843](https://github.com/jupyterlab/jupyter-ai/pull/843) ([@JasonWeill](https://github.com/JasonWeill)) | ||
|
||
### Contributors to this release | ||
|
||
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-06-12&to=2024-06-19&type=c)) | ||
|
||
[@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/[email protected])) | ||
|
@@ -34,8 +61,6 @@ | |
|
||
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-05-20..2024-06-12&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2024-05-20..2024-06-12&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajtpio+updated%3A2024-05-20..2024-06-12&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-05-20..2024-06-12&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-05-20..2024-06-12&type=Issues) | ||
|
||
<!-- <END NEW CHANGELOG ENTRY> --> | ||
|
||
## 2.16.0 | ||
|
||
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected])) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.17.0", | ||
"version": "2.18.0", | ||
"npmClient": "yarn", | ||
"useNx": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters