Skip to content

Commit

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

jupyter-ai-chatgpt-0.3.0.tgz: 3ab47e6f6008315c4cd8a7df9c3938383ae43893924a58e1aee37c34988247e7

jupyter-ai-core-0.3.0.tgz: b3fc5ca8f5010a088089b4856cd98caff44fffe13d4adf08d45fb24d0a72400c

jupyter-ai-dalle-0.3.0.tgz: 551c461f07119805221fa0289906516c0b864a8b43cb9c5864b6360b4995917f

jupyter_ai-0.3.0-py3-none-any.whl: 92b5ea6798bebf5c9b5c13d1d091435e9eebd60d16e5ddc0f968e706b922487d

jupyter_ai-0.3.0.tar.gz: 67f699dac31f6a4260dfa5be92fd4bff7ac6003be09b7183894a0545ce9e3fcd

jupyter_ai_chatgpt-0.3.0-py3-none-any.whl: 0cff466e388e633fb719c82df01b0d2a620f58a5c62fb2b0301b59098af59d38

jupyter_ai_chatgpt-0.3.0.tar.gz: 2ddf5f9d12554734909f1c8ba233f0502dbae8efc9d6ac5b900d107d5048ca83

jupyter_ai_dalle-0.3.0-py3-none-any.whl: eda47db9080694e09337158b6aedd5f7aceea67a96c575830359b1ad62827d4a

jupyter_ai_dalle-0.3.0.tar.gz: 7022f8d91644f46c17379a50064bf7bb53cfaf08634679a33567067c9e1f9f9b
  • Loading branch information
dlqqq authored and Marchlak committed Oct 28, 2024
1 parent e2cf6a6 commit c79f5fe
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 9 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 0.3.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/chatgpt@0.2.0...10c0e3257c9abfc67a89860f7b70d63020d0e361))

### Enhancements made

- implement IPython magics [#18](https://github.com/jupyterlab/jupyter-ai/pull/18) ([@dlqqq](https://github.com/dlqqq))
- add tasks for AI modules [#16](https://github.com/jupyterlab/jupyter-ai/pull/16) ([@dlqqq](https://github.com/dlqqq))
- Decouple tasks from model engines and introduce modalities [#15](https://github.com/jupyterlab/jupyter-ai/pull/15) ([@dlqqq](https://github.com/dlqqq))

### Contributors to this release

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

[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-03-07..2023-03-21&type=Issues)

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

## 0.2.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@0.1.1...d3be35480f4ca8370cd6bd8b5231af53493cb139))
Expand All @@ -21,8 +39,6 @@

[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-03-05..2023-03-07&type=Issues)

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

## 0.1.1

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@0.1.0...e4824ad3f5bfd0fec7701f8c7917cd3305c23269))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.2.0",
"version": "0.3.0",
"npmClient": "yarn"
}
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": "0.2.0",
"version": "0.3.0",
"description": "A generative AI extension for JupyterLab",
"private": true,
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyter-ai-chatgpt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/chatgpt",
"version": "0.2.0",
"version": "0.3.0",
"description": "Jupyter AI module that provides a ChatGPT model engine.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@jupyter-ai/core": "^0.2.0",
"@jupyter-ai/core": "^0.3.0",
"@jupyterlab/builder": "^3.1.0",
"@jupyterlab/testutils": "^3.0.0",
"@types/jest": "^26.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyter-ai-dalle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/dalle",
"version": "0.2.0",
"version": "0.3.0",
"description": "A JupyterLab extension that adds a DALL-E model engine and image insertion modes.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@jupyter-ai/core": "^0.2.0",
"@jupyter-ai/core": "^0.3.0",
"@jupyterlab/builder": "^3.1.0",
"@jupyterlab/testutils": "^3.0.0",
"@types/jest": "^26.0.0",
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": "0.2.0",
"version": "0.3.0",
"description": "A generative AI extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit c79f5fe

Please sign in to comment.