Skip to content

Commit

Permalink
Publish 3.0.0alpha0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-ai-core-3.0.0-alpha.0.tgz: 07fe6ab97f8f98c527ae876cb8b9dc880baac133c3972abfd6126163df605454

jupyter_ai-3.0.0a0-py3-none-any.whl: c5541871b49770a295813d96e15f60665ea695ab91a064c7016a27115854268c

jupyter_ai-3.0.0a0.tar.gz: 7e70f5c079138542ca605708b90163e99d8170534198dbbe16c118f93c9c6b06

jupyter_ai_magics-3.0.0a0-py3-none-any.whl: c66c535c8e43b7d932f4a1f014b285af694f4013dba2649540132989c4307a66

jupyter_ai_magics-3.0.0a0.tar.gz: c1a7050b6214142e71a92e5dfe2cc7adf62b7c184ea268362ec85dd97995837c
  • Loading branch information
dlqqq committed Dec 26, 2024
1 parent 899af0a commit 44cf827
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## 3.0.0a0

Hope you all have had a wonderful holiday season! Santa and I present to you the first pre-release of v3, the next major version of Jupyter AI. 🎁

**Rapid summary of what's new**: In v3, all responsibility for managing the chat is now delegated to [Jupyter Chat](https://github.com/jupyterlab/jupyter-chat), a new project built with Jupyter AI components and a custom chat backend. By using Jupyter Chat, Jupyter AI now supports multiple chats, and automatically saves them as files on disk. This migration has already allowed us to greatly simplify our codebase, and will provide a fantastic foundation to build new features for users in v3. ❤️

- Thank you @brichet for leading development on Jupyter Chat!
- For more details, please see the full PR history of v3-dev using [this link](https://github.com/jupyterlab/jupyter-ai/pulls?q=base%3Av3-dev+).

This pre-release is being published quickly to get feedback from contributors & stakeholders. v3 is still a work-in-progress, and we will absolutely build more features & fix more issues on top of this before the v3.0.0 official release. This is just the first pre-release of many more to come. 💪

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))

### Enhancements made

- V3: The Beginning [#1169](https://github.com/jupyterlab/jupyter-ai/pull/1169) ([@dlqqq](https://github.com/dlqqq) & [@brichet](https://github.com/brichet))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-12-24&to=2024-12-26&type=c))

[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-12-24..2024-12-26&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.28.4

Merry Christmas and happy holidays to all! 🎄
Expand Down Expand Up @@ -33,8 +58,6 @@ Note to contributors: This is planned to be the last v2 release from the `main`

[@divyansshhh](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adivyansshhh+updated%3A2024-12-05..2024-12-24&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-12-05..2024-12-24&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-12-05..2024-12-24&type=Issues) | [@mlucool](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Amlucool+updated%3A2024-12-05..2024-12-24&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-12-05..2024-12-24&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AZsailer+updated%3A2024-12-05..2024-12-24&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.28.3

This release notably fixes a major bug with updated model fields not being used until after a server restart, and fixes a bug with Ollama in the chat. Thank you for your patience as we continue to improve Jupyter AI! 🤗
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
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.28.4",
"version": "3.0.0-alpha.0",
"npmClient": "yarn",
"useNx": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/monorepo",
"version": "2.28.4",
"version": "3.0.0-alpha.0",
"description": "A generative AI extension for JupyterLab",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/magics",
"version": "2.28.4",
"version": "3.0.0-alpha.0",
"description": "Jupyter AI magics Python package. Not published on NPM.",
"private": true,
"homepage": "https://github.com/jupyterlab/jupyter-ai",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/test",
"version": "2.28.4",
"version": "3.0.0-alpha.0",
"description": "Jupyter AI test package. Not published on NPM or PyPI.",
"private": true,
"homepage": "https://github.com/jupyterlab/jupyter-ai",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/core",
"version": "2.28.4",
"version": "3.0.0-alpha.0",
"description": "A generative AI extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 44cf827

Please sign in to comment.