File tree Expand file tree Collapse file tree 5 files changed +22
-6
lines changed Expand file tree Collapse file tree 5 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 1.1.0
6+
7+ (
[ Full Changelog
] ( https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected] ) )
8+
9+ ### Enhancements made
10+
11+ - \[ 1.x\] Azure OpenAI and OpenAI proxy support [ #342 ] ( https://github.com/jupyterlab/jupyter-ai/pull/342 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
12+ - \[ 1.x\] Add new 0613 GPT-3.5 and GPT-4 models [ #340 ] ( https://github.com/jupyterlab/jupyter-ai/pull/340 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
13+ - Add GPT4All local provider (1.x) [ #334 ] ( https://github.com/jupyterlab/jupyter-ai/pull/334 ) ([ @dlqqq ] ( https://github.com/dlqqq ) )
14+
15+ ### Contributors to this release
16+
17+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-08-08&to=2023-08-15&type=c ) )
18+
19+ [ @3coins ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2023-08-08..2023-08-15&type=Issues ) | [ @anammari ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aanammari+updated%3A2023-08-08..2023-08-15&type=Issues ) | [ @bjornjorgensen ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Abjornjorgensen+updated%3A2023-08-08..2023-08-15&type=Issues ) | [ @dlqqq ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-08-08..2023-08-15&type=Issues ) | [ @JasonWeill ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-08-08..2023-08-15&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2023-08-08..2023-08-15&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-08-08..2023-08-15&type=Issues )
20+
21+ <!-- <END NEW CHANGELOG ENTRY> -->
22+
523## 1.0.1
624
725(
[ Full Changelog
] ( https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected] ) )
2139
2240[ @dlqqq ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-07-27..2023-08-08&type=Issues ) | [ @JasonWeill ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-07-27..2023-08-08&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-07-27..2023-08-08&type=Issues )
2341
24- <!-- <END NEW CHANGELOG ENTRY> -->
25-
2642## 1.0.0
2743
2844This release serves exclusively to dedicate a major version to the 1.x branch providing JupyterLab 3 support.
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" : " 1.0.1 " ,
4+ "version" : " 1.1.0 " ,
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" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
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" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
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/core" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " A generative AI extension for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
You can’t perform that action at this time.
0 commit comments