-
-
Notifications
You must be signed in to change notification settings - Fork 339
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-1.3.0.tgz: a074dcc491d2c0bbbb321964373bc5dd21838572757482a538c67131cf2ea2de jupyter_ai-1.3.0-py3-none-any.whl: b544c9419098a4cab9a100afe0a92f125dc472e755ddc6731b8f733eda80d34f jupyter_ai-1.3.0.tar.gz: 4ee676f202e19f9477385194d1ade95a2be5cb36aecbdf85567c780724c4723f jupyter_ai_magics-1.3.0-py3-none-any.whl: 790c30ee20faa05a1662c08d63c3702798db4da6ed30dfcc5cf2aff9af6d88a8 jupyter_ai_magics-1.3.0.tar.gz: 4e3eb25a0e8e534bf7686a3adfb3de2da040de332d49982ee9366faa08d71db6
- Loading branch information
Showing
5 changed files
with
35 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,37 @@ | |
|
||
<!-- <START NEW CHANGELOG ENTRY> --> | ||
|
||
## 1.3.0 | ||
|
||
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected])) | ||
|
||
This is a backport of v2.3.0 to 1.x. Please see the v2.3.0 changelog for a more comprehensive and detailed summary of changes made since 1.2.0. | ||
|
||
### Enhancements made | ||
|
||
- Backport PR 391 and PR 401 to 1.x [#402](https://github.com/jupyterlab/jupyter-ai/pull/402) ([@3coins](https://github.com/3coins)) | ||
- \[1.x\] Add E2E tests [#388](https://github.com/jupyterlab/jupyter-ai/pull/388) ([@andrii-i](https://github.com/andrii-i)) | ||
- \[1.x\] Adds help text for registry model providers in chat UI settings [#383](https://github.com/jupyterlab/jupyter-ai/pull/383) ([@JasonWeill](https://github.com/JasonWeill)) | ||
- \[1.x\] Config V2 [#382](https://github.com/jupyterlab/jupyter-ai/pull/382) ([@dlqqq](https://github.com/dlqqq)) | ||
|
||
### Bugs fixed | ||
|
||
- Backport PR 391 and PR 401 to 1.x [#402](https://github.com/jupyterlab/jupyter-ai/pull/402) ([@3coins](https://github.com/3coins)) | ||
|
||
### Maintenance and upkeep improvements | ||
|
||
- Added missing code from backport. [#403](https://github.com/jupyterlab/jupyter-ai/pull/403) ([@3coins](https://github.com/3coins)) | ||
- Backport PR 391 and PR 401 to 1.x [#402](https://github.com/jupyterlab/jupyter-ai/pull/402) ([@3coins](https://github.com/3coins)) | ||
- \[1.x\] Add E2E tests [#388](https://github.com/jupyterlab/jupyter-ai/pull/388) ([@andrii-i](https://github.com/andrii-i)) | ||
|
||
### Contributors to this release | ||
|
||
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-09-05&to=2023-10-09&type=c)) | ||
|
||
[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2023-09-05..2023-10-09&type=Issues) | [@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aandrii-i+updated%3A2023-09-05..2023-10-09&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-09-05..2023-10-09&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-09-05..2023-10-09&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2023-09-05..2023-10-09&type=Issues) | ||
|
||
<!-- <END NEW CHANGELOG ENTRY> --> | ||
|
||
## 1.2.0 | ||
|
||
See the v2.2.0 changelog for more details on the changes from v1.1.0. | ||
|
@@ -26,8 +57,6 @@ See the v2.2.0 changelog for more details on the changes from v1.1.0. | |
|
||
[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2023-08-15..2023-09-05&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-08-15..2023-09-05&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-08-15..2023-09-05&type=Issues) | ||
|
||
<!-- <END NEW CHANGELOG ENTRY> --> | ||
|
||
## 1.1.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": "1.2.0", | ||
"version": "1.3.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