|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> -->
|
4 | 4 |
|
| 5 | +## 2.31.0 |
| 6 | + |
| 7 | +This release notably: |
| 8 | + |
| 9 | +1. Allows any Ollama embedding model (now requires user input of the model ID), |
| 10 | +1. Adds a custom OpenAI provider for using any model served on an OpenAI API, |
| 11 | +1. Allows embedding model fields to be specified, and |
| 12 | +1. Fixes the Jupyter AI settings, which previously used a single dictionary for chat, embedding, and completion model fields. These fields are now stored separately in the Jupyter AI settings file. |
| 13 | + |
| 14 | +Running `pip install -U jupyter_ai` will now also update `jupyter_ai_magics` automatically. This wasn't true before, but thankfully this is fixed now. |
| 15 | + |
| 16 | +Special thanks to @srdas for his contributions to this release! |
| 17 | + |
| 18 | +( [Full Changelog ](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected])) |
| 19 | + |
| 20 | +### Enhancements made |
| 21 | + |
| 22 | +- Allow embedding model fields, fix coupled model fields, add custom OpenAI provider [#1264](https://github.com/jupyterlab/jupyter-ai/pull/1264) ([@srdas](https://github.com/srdas)) |
| 23 | + |
| 24 | +### Bugs fixed |
| 25 | + |
| 26 | +- Ensure magics package version is consistent in future releases [#1280](https://github.com/jupyterlab/jupyter-ai/pull/1280) ([@dlqqq](https://github.com/dlqqq)) |
| 27 | +- Allow embedding model fields, fix coupled model fields, add custom OpenAI provider [#1264](https://github.com/jupyterlab/jupyter-ai/pull/1264) ([@srdas](https://github.com/srdas)) |
| 28 | + |
| 29 | +### Maintenance and upkeep improvements |
| 30 | + |
| 31 | +- Ensure magics package version is consistent in future releases [#1280](https://github.com/jupyterlab/jupyter-ai/pull/1280) ([@dlqqq](https://github.com/dlqqq)) |
| 32 | + |
| 33 | +### Contributors to this release |
| 34 | + |
| 35 | +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2025-03-14&to=2025-03-20&type=c)) |
| 36 | + |
| 37 | +[@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2025-03-14..2025-03-20&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2025-03-14..2025-03-20&type=Issues) |
| 38 | + |
| 39 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 40 | + |
5 | 41 | ## 2.30.0
|
6 | 42 |
|
7 | 43 | This release notably allow developers to override or disable Jupyter AI's chat handlers and slash commands via the entry points API. See the [new section](https://jupyter-ai.readthedocs.io/en/latest/developers/index.html#overriding-or-disabling-a-built-in-slash-command) in the developer documentation for more info.
|
@@ -37,8 +73,6 @@ Special thanks to @Darshan808 and @krassowski for their contributions to this re
|
37 | 73 |
|
38 | 74 | [@Darshan808](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3ADarshan808+updated%3A2025-02-06..2025-03-14&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-02-06..2025-03-14&type=Issues) | [@gogakoreli](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Agogakoreli+updated%3A2025-02-06..2025-03-14&type=Issues) | [@keerthi-swarna](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akeerthi-swarna+updated%3A2025-02-06..2025-03-14&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2025-02-06..2025-03-14&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2025-02-06..2025-03-14&type=Issues) | [@paulrutter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Apaulrutter+updated%3A2025-02-06..2025-03-14&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2025-02-06..2025-03-14&type=Issues)
|
39 | 75 |
|
40 |
| -<!-- <END NEW CHANGELOG ENTRY> --> |
41 |
| - |
42 | 76 | ## 2.29.1
|
43 | 77 |
|
44 | 78 | ( [Full Changelog ](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
|
|
0 commit comments