Skip to content

Releases: jupyterlab/jupyter-ai

v1.4.0

24 Oct 19:00
Compare
Choose a tag to compare

1.4.0

(Full Changelog)

See v2.4.0 release notes for details on all changes in this release.

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins

v2.3.0

09 Oct 16:38
Compare
Choose a tag to compare

2.3.0

(Full Changelog)

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:

  1. 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.
  2. 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.
  3. 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

Bugs fixed

  • Upgraded LangChain, fixed prompts for Bedrock #401 (@3coins)
  • Adds chat anthropic provider, new models #391 (@3coins)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @dlqqq | @JasonWeill | @krassowski

v1.3.0

09 Oct 15:59
Compare
Choose a tag to compare

1.3.0

(Full Changelog)

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

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @dlqqq | @JasonWeill | @krassowski

v2.2.0

05 Sep 19:48
Compare
Choose a tag to compare

2.2.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

  • Upgrades LangChain to 0.0.277 #375 (@3coins)
  • relax pinning on importlib_metadata, typing_extensions #363 (@minrk)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @JasonWeill | @krassowski | @michaelchia | @minrk | @welcome

v1.2.0

05 Sep 19:30
Compare
Choose a tag to compare

1.2.0

See the v2.2.0 changelog for more details on the changes from v1.1.0.

(Full Changelog)

Enhancements made

Bugs fixed

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @welcome

v2.1.0

15 Aug 23:41
Compare
Choose a tag to compare

2.1.0

(Full Changelog)

Enhancements made

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @anammari | @bjornjorgensen | @dlqqq | @JasonWeill | @krassowski | @welcome

v1.1.0

15 Aug 23:22
Compare
Choose a tag to compare

1.1.0

(Full Changelog)

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

08 Aug 22:55
Compare
Choose a tag to compare

2.0.1

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @eltociear | @JasonWeill | @jmkuebler | @pre-commit-ci | @welcome

v1.0.1

08 Aug 23:12
Compare
Choose a tag to compare

1.0.1

(Full Changelog)

Enhancements made

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @JasonWeill | @welcome

v2.0.0

27 Jul 17:10
Compare
Choose a tag to compare

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! 🎉

2.0.0

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@dlqqq