Skip to content

Commit

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

jupyter-ai-core-1.9.0.tgz: 1d13ad9e120ac067b474963ee124b22a27ce4b659a20f85bf28b180728a44460

jupyter_ai-1.9.0-py3-none-any.whl: dec26ce8630735f809157d2b58ef632a94cb84f0011f35dca0e2bd76c9708d14

jupyter_ai-1.9.0.tar.gz: 77b12c4422f022ced791a03831278383ce866dec026e24d11f405943e1d71a9e

jupyter_ai_magics-1.9.0-py3-none-any.whl: 8a3941025a40c64fa4db06700e60edc6dd6aff2048a9ec429b8c5dd5a7619998

jupyter_ai_magics-1.9.0.tar.gz: e7422a847d00dfbd0c4540b0ae11fb82b0ed74adfce26ae448c527d862c5b243
  • Loading branch information
JasonWeill committed Jan 8, 2024
1 parent 8d3f22c commit 240ba59
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 1.9.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))

### Enhancements made

- Upgrades openai to version 1, removes openai history in magics [#551](https://github.com/jupyterlab/jupyter-ai/pull/551) ([@JasonWeill](https://github.com/JasonWeill))
- \[1.x\] Implement `stop_extension()` [#566](https://github.com/jupyterlab/jupyter-ai/pull/566) ([@dlqqq](https://github.com/dlqqq))

### Contributors to this release

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

[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-01-03..2024-01-08&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2024-01-03..2024-01-08&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-01-03..2024-01-08&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Alumberbot-app+updated%3A2024-01-03..2024-01-08&type=Issues)

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

## 1.8.1

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
Expand All @@ -21,8 +38,6 @@

[@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-12-27..2024-01-03&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2023-12-27..2024-01-03&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2023-12-27..2024-01-03&type=Issues)

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

## 1.8.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
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": "1.8.1",
"version": "1.9.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": "1.8.1",
"version": "1.9.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": "1.8.1",
"version": "1.9.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": "1.8.1",
"version": "1.9.0",
"description": "A generative AI extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 240ba59

Please sign in to comment.