Releases: jupyterlab/jupyter-ai
v2.10.0
2.10.0
This is the first public release of Jupyter AI inline completion, initially developed by @krassowski. Inline completion requires jupyterlab==4.1.0
to work, so make sure you have that installed if you want to try it out! 🎉
Enhancements made
- Bump
@jupyterlab/completer
resolution to^4.1.0
#621 (@dlqqq) - Restyles model names in Markdown to avoid wrapping model names #606 (@JasonWeill)
- Expose templates for customisation in providers #581 (@krassowski)
- Add nvidia provider #579 (@stevie-35)
- Reflect theme changes without a refresh #575 (@garsonbyte)
- Setting default model providers #421 (@aws-khatria)
Bugs fixed
- Allow usage without NVIDIA partner package #622 (@dlqqq)
- fix to conda install instructions in readme #610 (@Tom-A-Lynch)
- Uses invoke() to call custom chains. Handles dict output format. #600 (@JasonWeill)
- Removes deprecated models, adds updated models for openai #596 (@JasonWeill)
- Upgrades cohere dependency, model list #594 (@JasonWeill)
Documentation improvements
- Mentions conda install instructions in docs #611 (@JasonWeill)
- Add Kaggle to supported platforms #577 (@adriens)
Other merged PRs
Contributors to this release
(GitHub contributors page for this release)
@3coins | @adriens | @aws-khatria | @dlqqq | @garsonbyte | @JasonWeill | @krassowski | @lumberbot-app | @stevie-35 | @Tom-A-Lynch | @welcome
v1.10.0
1.10.0
Enhancements made
- Restyles model names in Markdown to avoid wrapping model names #606 (@JasonWeill)
- Add nvidia provider #579 (@stevie-35)
- Setting default model providers #421 (@aws-khatria)
- Expose templates for customisation in providers #581 (@krassowski)
- Backport PR #575: Reflect theme changes without a refresh #599 (@dlqqq)
Bugs fixed
- Allow usage without NVIDIA partner package #622 (@dlqqq)
- Backport PR #610: fix to conda install instructions in readme #612 (@JasonWeill)
- Uses invoke() to call custom chains. Handles dict output format. #600 (@JasonWeill)
- Removes deprecated models, adds updated models for openai #596 (@JasonWeill)
- Upgrades cohere dependency, model list #594 (@JasonWeill)
Documentation improvements
- Mentions conda install instructions in docs #611 (@JasonWeill)
- Backport PR #610: fix to conda install instructions in readme #612 (@JasonWeill)
- Correction to default models configuration. #605 (@3coins)
Contributors to this release
(GitHub contributors page for this release)
@3coins | @dlqqq | @JasonWeill | @jtpio | @krassowski | @lumberbot-app | @meeseeksmachine | @stevie-35 | @welcome
v2.10.0-beta.1
2.10.0-beta.1
Bugs fixed
- Fix streaming, add minimal tests #592 (@krassowski)
Contributors to this release
v2.10.0-beta.0
2.10.0-beta.0
Enhancements made
- Inline completion support #582 (@krassowski)
Contributors to this release
(GitHub contributors page for this release)
@dlqqq | @jtpio | @krassowski
v2.9.1
2.9.1
Enhancements made
Bugs fixed
Contributors to this release
(GitHub contributors page for this release)
@dlqqq | @JasonWeill | @jtpio | @welcome
v1.9.1
1.9.1
Enhancements made
Bugs fixed
Contributors to this release
(GitHub contributors page for this release)
@dlqqq | @JasonWeill | @jtpio | @meeseeksmachine | @welcome
v2.9.0
2.9.0
Enhancements made
- Implement
stop_extension()
#565 (@dlqqq) - Upgrades openai to version 1, removes openai history in magics #551 (@JasonWeill)
Contributors to this release
v1.9.0
1.9.0
Enhancements made
- Upgrades openai to version 1, removes openai history in magics #551 (@JasonWeill)
- [1.x] Implement
stop_extension()
#566 (@dlqqq)
Contributors to this release
v2.8.1
2.8.1
Bugs fixed
- Fixes lookup for custom chains #560 (@JasonWeill)
- Pin
langchain-core
dependency to prevent Settings UI crash #558 (@dlqqq)
Contributors to this release
v1.8.1
1.8.1
Bugs fixed
- Fixes lookup for custom chains #560 (@JasonWeill)
- Pin
langchain-core
dependency to prevent Settings UI crash #558 (@dlqqq)
Documentation improvements
- Update README.md for JupyterLab 3 / Jupyter AI 1.x #549 (@JasonWeill)