Skip to content

Latest commit

 

History

History
257 lines (166 loc) · 19.8 KB

CHANGELOG.md

File metadata and controls

257 lines (166 loc) · 19.8 KB

Changelog

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