Skip to content

Commit

Permalink
Publish 2.16.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-ai-core-2.16.0.tgz: 96099b92865c0a48d8af5b6e29f1b54b6e3e028b9741e1d3490cb931a7255183

jupyter_ai-2.16.0-py3-none-any.whl: 7f428a4a01c050bfa0722dd81688e43416ff1e5b15339f00e8efa544fd0b7fc9

jupyter_ai-2.16.0.tar.gz: 6fb78ee82ea6c0174f26142615d427a038f19ed1fc16a5779dc81715f8d2a5b1

jupyter_ai_magics-2.16.0-py3-none-any.whl: 9c231a12350ca5c8a3db2ea8dae0517bc046bb7d2351b66a26e3ede946edf895

jupyter_ai_magics-2.16.0.tar.gz: f35cce92814ccf63ac2b900275f7470f459e4857376a3575c4c25f13707923da
  • Loading branch information
dlqqq committed May 20, 2024
1 parent e41cebf commit 465d991
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 2.16.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.15.0...e41cebf3ef137509d43ef6e54703c47c7e3d7a22))

### Enhancements made

- Added gpt-4o [#793](https://github.com/jupyterlab/jupyter-ai/pull/793) ([@srdas](https://github.com/srdas))
- Add code toolbar to Jupyter AI chat [#789](https://github.com/jupyterlab/jupyter-ai/pull/789) ([@dlqqq](https://github.com/dlqqq))

### Bugs fixed

- Fix Azure OpenAI authentication from UI [#794](https://github.com/jupyterlab/jupyter-ai/pull/794) ([@dlqqq](https://github.com/dlqqq))
- Updated Hugging Face chat and magics processing with new APIs, clients [#784](https://github.com/jupyterlab/jupyter-ai/pull/784) ([@srdas](https://github.com/srdas))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-05-09&to=2024-05-20&type=c))

[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-05-09..2024-05-20&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2024-05-09..2024-05-20&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-05-09..2024-05-20&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.15.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.14.1...3b3ac27eed2c481b4565659b0fc7470c36267fc7))
Expand Down Expand Up @@ -30,8 +52,6 @@

[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2024-04-29..2024-05-09&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-04-29..2024-05-09&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-04-29..2024-05-09&type=Issues) | [@michaelchia](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Amichaelchia+updated%3A2024-04-29..2024-05-09&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-04-29..2024-05-09&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.14.1

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.14.0...e6dab8ee414275cf8590d70ce65310596b5f1872))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.15.0",
"version": "2.16.0",
"npmClient": "yarn",
"useNx": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/monorepo",
"version": "2.15.0",
"version": "2.16.0",
"description": "A generative AI extension for JupyterLab",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/magics",
"version": "2.15.0",
"version": "2.16.0",
"description": "Jupyter AI magics Python package. Not published on NPM.",
"private": true,
"homepage": "https://github.com/jupyterlab/jupyter-ai",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/core",
"version": "2.15.0",
"version": "2.16.0",
"description": "A generative AI extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 465d991

Please sign in to comment.