Skip to content

Commit b677c83

Browse files
committed
Publish 2.20.0
SHA256 hashes: jupyter-ai-core-2.20.0.tgz: ebad442f9796729f19ca75c26675cd63fb41f85ecf81a1450deded193109501c jupyter_ai-2.20.0-py3-none-any.whl: e65fb9d3d566bd67e9846716fba0a712955f8ea9b2779dc0902c99e4d4766a3c jupyter_ai-2.20.0.tar.gz: 3544c8906a1ea15aa012a862964832277bd899e9ca2e715b571ce9c3ea69fa23 jupyter_ai_magics-2.20.0-py3-none-any.whl: a25b759d40da59a8f1432cece66ba7cc73ef92b3416026b22a446061ab2bc606 jupyter_ai_magics-2.20.0.tar.gz: b5cdee73b6f0bea56dce5b6b92be89960471c2d877ccfab4795d889d8b834fbf
1 parent 79d66da commit b677c83

File tree

6 files changed

+24
-7
lines changed

6 files changed

+24
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## 2.20.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Respect selected persona in chat input placeholder [#916](https://github.com/jupyterlab/jupyter-ai/pull/916) ([@dlqqq](https://github.com/dlqqq))
12+
- Migrate to `langchain-aws` for AWS providers [#909](https://github.com/jupyterlab/jupyter-ai/pull/909) ([@dlqqq](https://github.com/dlqqq))
13+
- Added new Bedrock Llama 3.1 models and gpt-4o-mini [#908](https://github.com/jupyterlab/jupyter-ai/pull/908) ([@srdas](https://github.com/srdas))
14+
- Rework selection inclusion; new Send button UX [#905](https://github.com/jupyterlab/jupyter-ai/pull/905) ([@dlqqq](https://github.com/dlqqq))
15+
16+
### Contributors to this release
17+
18+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-07-22&to=2024-07-29&type=c))
19+
20+
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-07-22..2024-07-29&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2024-07-22..2024-07-29&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-07-22..2024-07-29&type=Issues)
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 2.19.1
625

726
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
@@ -29,8 +48,6 @@
2948

3049
[@andrewfulton9](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aandrewfulton9+updated%3A2024-07-15..2024-07-22&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-07-15..2024-07-22&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajtpio+updated%3A2024-07-15..2024-07-22&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-07-15..2024-07-22&type=Issues) | [@michaelchia](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Amichaelchia+updated%3A2024-07-15..2024-07-22&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Apre-commit-ci+updated%3A2024-07-15..2024-07-22&type=Issues)
3150

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3451
## 2.19.0
3552

3653
This is a significant release that implements LLM response streaming in Jupyter AI along with several other enhancements & fixes listed below. Special thanks to @krassowski for his generous contributions this release!

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "2.19.1",
4+
"version": "2.20.0",
55
"npmClient": "yarn",
66
"useNx": true
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/monorepo",
3-
"version": "2.19.1",
3+
"version": "2.20.0",
44
"description": "A generative AI extension for JupyterLab",
55
"private": true,
66
"keywords": [

packages/jupyter-ai-magics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/magics",
3-
"version": "2.19.1",
3+
"version": "2.20.0",
44
"description": "Jupyter AI magics Python package. Not published on NPM.",
55
"private": true,
66
"homepage": "https://github.com/jupyterlab/jupyter-ai",

packages/jupyter-ai-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/test",
3-
"version": "2.19.1",
3+
"version": "2.20.0",
44
"description": "Jupyter AI test package. Not published on NPM or PyPI.",
55
"private": true,
66
"homepage": "https://github.com/jupyterlab/jupyter-ai",

packages/jupyter-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/core",
3-
"version": "2.19.1",
3+
"version": "2.20.0",
44
"description": "A generative AI extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)