File tree Expand file tree Collapse file tree 7 files changed +29
-8
lines changed
Expand file tree Collapse file tree 7 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 2.31.6
6+
7+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.31.5...0fad182d794c28f50dc58efda30098e53d263315 ) )
8+
9+ ### Enhancements made
10+
11+ - Add VertexAI model provider [ #1417 ] ( https://github.com/jupyterlab/jupyter-ai/pull/1417 ) ([ @anthonyhungnguyen ] ( https://github.com/anthonyhungnguyen ) )
12+ - Refresh the list of supported Gemini models. [ #1381 ] ( https://github.com/jupyterlab/jupyter-ai/pull/1381 ) ([ @haofan ] ( https://github.com/haofan ) )
13+
14+ ### Maintenance and upkeep improvements
15+
16+ ### Documentation improvements
17+
18+ - Updated documentation for using Ollama with cell magics on non-default port [ #1370 ] ( https://github.com/jupyterlab/jupyter-ai/pull/1370 ) ([ @srdas ] ( https://github.com/srdas ) )
19+
20+ ### Contributors to this release
21+
22+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2025-06-04&to=2025-07-25&type=c ) )
23+
24+ [ @dlqqq ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-06-04..2025-07-25&type=Issues ) | [ @ellisonbg ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2025-06-04..2025-07-25&type=Issues ) | [ @meeseeksmachine ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2025-06-04..2025-07-25&type=Issues )
25+
26+ <!-- <END NEW CHANGELOG ENTRY> -->
27+
528## 2.31.5
629
730([ Full Changelog] ( https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.31.4...d563c38061a0263876cb0d74fd2571072ac15f45 ) )
2548
2649[ @dlqqq ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-04-24..2025-06-04&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2025-04-24..2025-06-04&type=Issues ) | [ @meeseeksmachine ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2025-04-24..2025-06-04&type=Issues )
2750
28- <!-- <END NEW CHANGELOG ENTRY> -->
29-
3051## 2.31.4
3152
3253([ Full Changelog] ( https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.31.3...179a7c7b404df873207811aa31fef15e14cbeeb9 ) )
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
33 "useWorkspaces" : true ,
4- "version" : " 2.31.5 " ,
4+ "version" : " 2.31.6 " ,
55 "npmClient" : " yarn" ,
66 "useNx" : true
77}
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-ai/monorepo" ,
3- "version" : " 2.31.5 " ,
3+ "version" : " 2.31.6 " ,
44 "description" : " A generative AI extension for JupyterLab" ,
55 "private" : true ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-ai/magics" ,
3- "version" : " 2.31.5 " ,
3+ "version" : " 2.31.6 " ,
44 "description" : " Jupyter AI magics Python package. Not published on NPM." ,
55 "private" : true ,
66 "homepage" : " https://github.com/jupyterlab/jupyter-ai" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-ai/test" ,
3- "version" : " 2.31.5 " ,
3+ "version" : " 2.31.6 " ,
44 "description" : " Jupyter AI test package. Not published on NPM or PyPI." ,
55 "private" : true ,
66 "homepage" : " https://github.com/jupyterlab/jupyter-ai" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-ai/core" ,
3- "version" : " 2.31.5 " ,
3+ "version" : " 2.31.6 " ,
44 "description" : " A generative AI extension for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies = [
2828 # pydantic <2.10.0 raises a "protected namespaces" error in JAI
2929 # - See: https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.protected_namespaces
3030 " pydantic>=2.10.0,<3" ,
31- " jupyter_ai_magics>=2.31.5 ,<3.0.0" ,
31+ " jupyter_ai_magics>=2.31.6 ,<3.0.0" ,
3232 " dask[distributed]" ,
3333 # faiss-cpu is not distributed by the official repo.
3434 # v1.8.0.post0 should be excluded as it lacks macOS x86 wheels.
You can’t perform that action at this time.
0 commit comments