Skip to content

Commit a158513

Browse files
committed
Publish 3.0.0b8
SHA256 hashes: jupyter_ai-3.0.0b8-py3-none-any.whl: c0ef23974e83810f7820e0fc70b1e1493470a51a108c770c4c56f5bcaf335d6b jupyter_ai-3.0.0b8.tar.gz: 8ba7c8451de41859c401e62745ef8c684cee56abc2d8941dccb3018c86669585
1 parent e819ba1 commit a158513

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

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

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

5+
## 3.0.0b8
6+
7+
See [this issue](https://github.com/jupyterlab/jupyter-ai/issues/1495) for more info. We're presenting this release at JupyterCon 2025 in San Diego two days from now! More details to follow.
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@3.0.0-beta.7...e819ba1de1c126fdb394b1e1163bc8ef60afd78c))
10+
11+
### Enhancements made
12+
13+
- Make Jupyter AI a metapackage [#1494](https://github.com/jupyterlab/jupyter-ai/pull/1494) ([@dlqqq](https://github.com/dlqqq))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2025-09-10&to=2025-11-03&type=c))
18+
19+
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-09-10..2025-11-03&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 3.0.0beta7
624

725
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@3.0.0-beta.6...55aff83376e770ee9953e8949ba11b7d54109650))
@@ -30,8 +48,6 @@
3048

3149
[@andreyvelich](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aandreyvelich+updated%3A2025-08-22..2025-09-10&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Abrichet+updated%3A2025-08-22..2025-09-10&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-08-22..2025-09-10&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2025-08-22..2025-09-10&type=Issues) | [@jonahjung22](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajonahjung22+updated%3A2025-08-22..2025-09-10&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajtpio+updated%3A2025-08-22..2025-09-10&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2025-08-22..2025-09-10&type=Issues)
3250

33-
<!-- <END NEW CHANGELOG ENTRY> -->
34-
3551
## 3.0.0beta6
3652

3753
This release includes several major upgrades to Jupyter AI v3, most notably migrating from Langchain to LiteLLM.

jupyter_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0b7"
1+
__version__ = "3.0.0b8"

0 commit comments

Comments
 (0)