-
-
Notifications
You must be signed in to change notification settings - Fork 340
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.0.1.tgz: 730c1223bd5547f36203d4783b63bf6465f36ba07e04897e61185c050b16ac0b jupyter_ai-2.0.1-py3-none-any.whl: 0c48fe832d516e782e5da9b6d39a3c823341bdcc7586431248b63ea33c559eb9 jupyter_ai-2.0.1.tar.gz: 59116057ac5dd53b4ac5836ddb00f07a183d37b2b2d61d46df9a4b458c57ab30 jupyter_ai_magics-2.0.1-py3-none-any.whl: effbccaa7abe8d0c44c164bd4a716659d3cb71aa5ad8407447de3ce5185d7a10 jupyter_ai_magics-2.0.1.tar.gz: ba95e2a9ec563d7316105e3a699f78114b5a29a0a1c3986ecac092d92b602145
- Loading branch information
1 parent
f38d7f4
commit ac3f4be
Showing
5 changed files
with
37 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,39 @@ | |
|
||
<!-- <START NEW CHANGELOG ENTRY> --> | ||
|
||
## 2.0.1 | ||
|
||
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected])) | ||
|
||
### Enhancements made | ||
|
||
- add claude 2 to anthropic models [#314](https://github.com/jupyterlab/jupyter-ai/pull/314) ([@jmkuebler](https://github.com/jmkuebler)) | ||
- Prompt template override in BaseProvider [#309](https://github.com/jupyterlab/jupyter-ai/pull/309) ([@JasonWeill](https://github.com/JasonWeill)) | ||
- Updates docs to refer to JupyterLab versions [#300](https://github.com/jupyterlab/jupyter-ai/pull/300) ([@JasonWeill](https://github.com/JasonWeill)) | ||
|
||
### Bugs fixed | ||
|
||
- handle IDPs that don't return initials [#316](https://github.com/jupyterlab/jupyter-ai/pull/316) ([@dlqqq](https://github.com/dlqqq)) | ||
- Handles /clear command with selection [#307](https://github.com/jupyterlab/jupyter-ai/pull/307) ([@JasonWeill](https://github.com/JasonWeill)) | ||
|
||
### Maintenance and upkeep improvements | ||
|
||
### Documentation improvements | ||
|
||
- Updates docs to refer to JupyterLab versions [#300](https://github.com/jupyterlab/jupyter-ai/pull/300) ([@JasonWeill](https://github.com/JasonWeill)) | ||
|
||
### Other merged PRs | ||
|
||
- Update magics.ipynb [#320](https://github.com/jupyterlab/jupyter-ai/pull/320) ([@eltociear](https://github.com/eltociear)) | ||
|
||
### Contributors to this release | ||
|
||
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-07-27&to=2023-08-08&type=c)) | ||
|
||
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-07-27..2023-08-08&type=Issues) | [@eltociear](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aeltociear+updated%3A2023-07-27..2023-08-08&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-07-27..2023-08-08&type=Issues) | [@jmkuebler](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajmkuebler+updated%3A2023-07-27..2023-08-08&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Apre-commit-ci+updated%3A2023-07-27..2023-08-08&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-07-27..2023-08-08&type=Issues) | ||
|
||
<!-- <END NEW CHANGELOG ENTRY> --> | ||
|
||
This is currently the latest major version, and supports exclusively JupyterLab 4. | ||
|
||
Existing users who are unable to migrate to JupyterLab 3 immediately should use v1.x. However, feature releases and bug fixes will only be backported to v1.x as we deem necessary, so we highly encourage existing Jupyter AI users to migrate to JupyterLab 4 and Jupyter AI v2 as soon as possible to enjoy all of the latest features we are currently developing. | ||
|
@@ -22,8 +55,6 @@ Thank you all for your support of Jupyter AI! 🎉 | |
|
||
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-07-27..2023-07-27&type=Issues) | ||
|
||
<!-- <END NEW CHANGELOG ENTRY> --> | ||
|
||
## 1.0.0 | ||
|
||
This release serves exclusively to dedicate a major version to the 1.x branch providing JupyterLab 3 support. | ||
|
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.0.0", | ||
"version": "2.0.1", | ||
"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