@jupyter-ai/core
Advanced tools
Changelog
2.28.4
Merry Christmas and happy holidays to all! 🎄
Note to contributors: This is planned to be the last v2 release from the main
branch. After the first v3 pre-release, main
will track Jupyter AI v3, while Jupyter AI v2 will continue to be maintained from the 2.x
branch.
/generate
to not split classes & functions across cells #1158 (@srdas)(GitHub contributors page for this release)
@divyansshhh | @dlqqq | @krassowski | @mlucool | @srdas | @Zsailer
Changelog
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! 🤗
(GitHub contributors page for this release)
@ctcjab | @dlqqq | @JanusChoi | @krassowski | @pre-commit-ci | @srdas
Changelog
Changelog
Changelog
2.28.0
This release notably includes the following changes:
Models from the Anthropic
and ChatAnthropic
providers are now merged in the config UI, so all Anthropic models are shown in the same place in the "Language model" dropdown.
Anthropic Claude v1 LLMs have been removed, as the models are retired and no longer available from the API.
The chat system prompt has been updated to encourage the LLM to express dollar quantities in LaTeX, i.e. the LLM should prefer returning \(\$100\)
instead of $100
. For the latest LLMs, this generally fixes a rendering issue when multiple dollar quantities are given literally in the same sentence.
/export
has been fixed to include streamed replies, which were previously omitted.
Calling non-chat providers with history has been fixed to behave properly in magics.
Haiku-3.5
model in Anthropic #1092 (@srdas)$
symbols to delimit inline math in human messages #1094 (@dlqqq)/export
by including streamed agent messages #1077 (@mcavdar)$
to literally denote quantities of USD in chat #1068 (@dlqqq)(GitHub contributors page for this release)
@alanmeeson | @dlqqq | @krassowski | @mcavdar | @srdas
Changelog
2.27.0
Changelog
2.26.0
This release notably includes the addition of a "Stop streaming" button, which takes over the "Send" button when a reply is streaming and the chat input is empty. While Jupyternaut is streaming a reply to a user, the user has the option to click the "Stop streaming" button to interrupt Jupyternaut and stop it from streaming further. Thank you @krassowski for contributing this feature! 🎉
/learn
#1047 (@dlqqq)BaseChatHandler
#1039 (@dlqqq)username
from IdentityProvider
#1034 (@krassowski)jupyter-collaboration
v3 #1035 (@krassowski)(GitHub contributors page for this release)
@dlqqq | @JasonWeill | @jlsajfj | @krassowski | @michaelchia | @pre-commit-ci