Releases: jupyterlab/jupyter-ai
v1.4.0
1.4.0
See v2.4.0 release notes for details on all changes in this release.
Maintenance and upkeep improvements
Contributors to this release
v2.3.0
2.3.0
Hey Jupyternauts! We're excited to announce the 2.3.0 release of Jupyter AI, which includes better support for Anthropic models and integration with Amazon Bedrock.
There is also a significant change to how Jupyter AI settings are handled (see #353). The most significant changes are:
- API key values can no longer be read from the client. This was taken as a security measure to prevent accidental leakage of keys. You can still update existing API keys if you do decide to change your key in the future.
- The settings can not be updated if they were updated by somebody else after you opened the settings panel. This prevents different users connecting to the same server from clobbering updates from each other.
- There is now a much better UI for updating and deleting API keys. We hope you enjoy it.
Updating to 2.3.0 shouldn't require any changes on your end. However, if you notice an error, please submit a bug report with the server logs emitted in the terminal from the jupyter lab
process. Renaming the config file $JUPYTER_DATA_DIR/jupyter_ai/config.json
to some other name and then restarting jupyter lab
may fix the issue if it is a result of the new config changes.
Enhancements made
- Adds chat anthropic provider, new models #391 (@3coins)
- Adds help text for registry model providers in chat UI settings #373 (@JasonWeill)
- jupyter_ai and jupyter_ai_magics version match #367 (@JasonWeill)
- Config V2 #353 (@dlqqq)
- Add E2E tests #350 (@andrii-i)
Bugs fixed
- Upgraded LangChain, fixed prompts for Bedrock #401 (@3coins)
- Adds chat anthropic provider, new models #391 (@3coins)
Maintenance and upkeep improvements
Documentation improvements
- jupyter_ai and jupyter_ai_magics version match #367 (@JasonWeill)
Contributors to this release
(GitHub contributors page for this release)
@3coins | @andrii-i | @dlqqq | @JasonWeill | @krassowski
v1.3.0
1.3.0
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 (@3coins)
- [1.x] Add E2E tests #388 (@andrii-i)
- [1.x] Adds help text for registry model providers in chat UI settings #383 (@JasonWeill)
- [1.x] Config V2 #382 (@dlqqq)
Bugs fixed
Maintenance and upkeep improvements
- Added missing code from backport. #403 (@3coins)
- Backport PR 391 and PR 401 to 1.x #402 (@3coins)
- [1.x] Add E2E tests #388 (@andrii-i)
Contributors to this release
(GitHub contributors page for this release)
@3coins | @andrii-i | @dlqqq | @JasonWeill | @krassowski
v2.2.0
2.2.0
Enhancements made
- Loads vector store index lazily #374 (@3coins)
- Added alias for bedrock titan model #368 (@3coins)
- Update README, docs #347 (@JasonWeill)
Bugs fixed
- fix newline typo in improve_code #364 (@michaelchia)
Maintenance and upkeep improvements
- Upgrades LangChain to 0.0.277 #375 (@3coins)
- relax pinning on importlib_metadata, typing_extensions #363 (@minrk)
Documentation improvements
- Remove front end unit tests from code and README.md #371 (@andrii-i)
- Update README, docs #347 (@JasonWeill)
Contributors to this release
(GitHub contributors page for this release)
@3coins | @andrii-i | @JasonWeill | @krassowski | @michaelchia | @minrk | @welcome
v1.2.0
1.2.0
See the v2.2.0 changelog for more details on the changes from v1.1.0.
Enhancements made
Bugs fixed
Documentation improvements
Contributors to this release
v2.1.0
2.1.0
Enhancements made
- Add new 0613 GPT-3.5 and GPT-4 models #337 (@bjornjorgensen)
- howto add key #330 (@bjornjorgensen)
- Azure OpenAI and OpenAI proxy support #322 (@dlqqq)
- Add GPT4All local provider #209 (@krassowski)
Documentation improvements
- Update README.md #338 (@3coins)
- howto add key #330 (@bjornjorgensen)
Contributors to this release
(GitHub contributors page for this release)
@3coins | @anammari | @bjornjorgensen | @dlqqq | @JasonWeill | @krassowski | @welcome
v1.1.0
1.1.0
Enhancements made
- [1.x] Azure OpenAI and OpenAI proxy support #342 (@dlqqq)
- [1.x] Add new 0613 GPT-3.5 and GPT-4 models #340 (@dlqqq)
- Add GPT4All local provider (1.x) #334 (@dlqqq)
Contributors to this release
(GitHub contributors page for this release)
@3coins | @anammari | @bjornjorgensen | @dlqqq | @JasonWeill | @krassowski | @welcome
v2.0.1
2.0.1
Enhancements made
- add claude 2 to anthropic models #314 (@jmkuebler)
- Prompt template override in BaseProvider #309 (@JasonWeill)
- Updates docs to refer to JupyterLab versions #300 (@JasonWeill)
Bugs fixed
- handle IDPs that don't return initials #316 (@dlqqq)
- Handles /clear command with selection #307 (@JasonWeill)
Maintenance and upkeep improvements
Documentation improvements
- Updates docs to refer to JupyterLab versions #300 (@JasonWeill)
Other merged PRs
- Update magics.ipynb #320 (@eltociear)
Contributors to this release
(GitHub contributors page for this release)
@dlqqq | @eltociear | @JasonWeill | @jmkuebler | @pre-commit-ci | @welcome
v1.0.1
1.0.1
Enhancements made
Bugs fixed
Contributors to this release
v2.0.0
This is currently the latest major version, and supports exclusively JupyterLab 4.
Existing users who are unable to migrate to JupyterLab 3 immediately should use v1.x. However, feature releases and bug fixes will only be backported to v1.x as we deem necessary, so we highly encourage existing Jupyter AI users to migrate to JupyterLab 4 and Jupyter AI v2 as soon as possible to enjoy all of the latest features we are currently developing.
Thank you all for your support of Jupyter AI! 🎉