Skip to content

Latest commit

 

History

History
446 lines (274 loc) · 32.5 KB

CHANGELOG.md

File metadata and controls

446 lines (274 loc) · 32.5 KB

Changelog

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

1.0.0

This release serves exclusively to dedicate a major version to the 1.x branch providing JupyterLab 3 support.

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@andrii-i | @JasonWeill

0.10.1

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@dlqqq

0.10.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @JasonWeill | @pre-commit-ci

0.9.0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @JasonWeill | @pre-commit-ci

0.8.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

  • Add documentation for running magics in remote kernels #196 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @JasonWeill

0.7.3

(Full Changelog)

Enhancements made

Bugs fixed

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @JasonWeill | @mschroering

0.7.2

(Full Changelog)

Enhancements made

Bugs fixed

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @JasonWeill

0.7.1

(Full Changelog)

Enhancements made

Bugs fixed

  • Fixes error for config, when new installation is done #161 (@3coins)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @JasonWeill

0.7.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Adds missing newline before closing code block #155 (@JasonWeill)
  • Runtime model configurability #146 (@dlqqq)
  • Pin LangChain version #134 (@3coins)
  • Upgraded ray version, installation instructions that work with python 3.9 and 3.10 #127 (@3coins)
  • Strips language indicator from start of code output #126 (@JasonWeill)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @ellisonbg | @JasonWeill | @thorhojhus | @welcome

0.6.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @ellisonbg | @JasonWeill | @welcome

0.5.0

(Full Changelog)

Enhancements made

Bugs fixed

  • use --force-publish option for lerna version #49 (@dlqqq)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @ellisonbg | @JasonWeill | @welcome

0.4.0

(Full Changelog)

Enhancements made

Bugs fixed

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @JasonWeill | @welcome

0.3.0

(Full Changelog)

Enhancements made

  • implement IPython magics #18 (@dlqqq)
  • add tasks for AI modules #16 (@dlqqq)
  • Decouple tasks from model engines and introduce modalities #15 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq

0.2.0

(Full Changelog)

Enhancements made

Bugs fixed

  • include root package in version bump script #12 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq

0.1.1

(Full Changelog)

Bugs fixed

  • bump all project versions in bump-version #10 (@dlqqq)
  • fix insert-below-in-image insertion mode #9 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq

0.1.0

(Full Changelog)

Enhancements made

  • rename NPM packages to be under @jupyter-ai org #7 (@dlqqq)
  • disable check-release for PRs #6 (@dlqqq)
  • Set up releaser configuration #3 (@dlqqq)
  • Improve development setup #1 (@dlqqq)

Bugs fixed

  • Add root package as Nx project #8 (@dlqqq)
  • Fix check-release workflow #5 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @welcome