Skip to content

Commit 514dbf3

Browse files
committed
Publish 0.4.0
SHA256 hashes: jupyter-ai-chatgpt-0.4.0.tgz: be00854d5dece7c90c0604172eb4063addb6e88f066bcc2a8eed8f07f0edce07 jupyter-ai-core-0.4.0.tgz: fe6c083b088e1092eb09e0de7074abe9dce85b5c047550b4e07656c85bbfd17f jupyter-ai-dalle-0.4.0.tgz: 3d305fce3ce993022809f0bebef95070d6638f9bd95ede8ab4de6dff3b4335f0 jupyter_ai-0.4.0-py3-none-any.whl: c556112f7b3c7ffe38360375ad28554d01c395f0a3b8fbf0c48159b55e7ee5a5 jupyter_ai-0.4.0.tar.gz: dc50892ba610823e21c414b337657698de80abea9420e3504f9a9b08345b36d3 jupyter_ai_chatgpt-0.4.0-py3-none-any.whl: 034dd851445520264d7686f47c96362c66f108ef96e47adfe3e1ad295bd1a1b7 jupyter_ai_chatgpt-0.4.0.tar.gz: 947b70a012d3a52007cf230cf6092eddad171813bc8d2ebe1ffe6f556efb7d8c jupyter_ai_dalle-0.4.0-py3-none-any.whl: 6b7c012698711fb95bbddebb1f25f1ad294a94021dc6613698d68612bf5520e7 jupyter_ai_dalle-0.4.0.tar.gz: 6d1668759da0838ee4afce08eb7a3038af53b08bdbf984a9f47e50d4eeac9ba9
1 parent cf5abf8 commit 514dbf3

File tree

6 files changed

+41
-9
lines changed

6 files changed

+41
-9
lines changed

CHANGELOG.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

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

5+
## 0.4.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Various magic enhancements and fixes [#32](https://github.com/jupyterlab/jupyter-ai/pull/32) ([@dlqqq](https://github.com/dlqqq))
12+
- Magic tweaks [#31](https://github.com/jupyterlab/jupyter-ai/pull/31) ([@dlqqq](https://github.com/dlqqq))
13+
- Add magics example notebook [#30](https://github.com/jupyterlab/jupyter-ai/pull/30) ([@dlqqq](https://github.com/dlqqq))
14+
- Removes docs about dialog, replaces with magics [#29](https://github.com/jupyterlab/jupyter-ai/pull/29) ([@JasonWeill](https://github.com/JasonWeill))
15+
- Update README.md [#24](https://github.com/jupyterlab/jupyter-ai/pull/24) ([@JasonWeill](https://github.com/JasonWeill))
16+
- Use new provider interface in magics [#23](https://github.com/jupyterlab/jupyter-ai/pull/23) ([@dlqqq](https://github.com/dlqqq))
17+
- Initial docs [#22](https://github.com/jupyterlab/jupyter-ai/pull/22) ([@JasonWeill](https://github.com/JasonWeill))
18+
19+
### Bugs fixed
20+
21+
- Various magic enhancements and fixes [#32](https://github.com/jupyterlab/jupyter-ai/pull/32) ([@dlqqq](https://github.com/dlqqq))
22+
- Update config.example.py [#26](https://github.com/jupyterlab/jupyter-ai/pull/26) ([@JasonWeill](https://github.com/JasonWeill))
23+
24+
### Documentation improvements
25+
26+
- Add magics example notebook [#30](https://github.com/jupyterlab/jupyter-ai/pull/30) ([@dlqqq](https://github.com/dlqqq))
27+
- Removes docs about dialog, replaces with magics [#29](https://github.com/jupyterlab/jupyter-ai/pull/29) ([@JasonWeill](https://github.com/JasonWeill))
28+
- Update README.md [#24](https://github.com/jupyterlab/jupyter-ai/pull/24) ([@JasonWeill](https://github.com/JasonWeill))
29+
- Initial docs [#22](https://github.com/jupyterlab/jupyter-ai/pull/22) ([@JasonWeill](https://github.com/JasonWeill))
30+
31+
### Contributors to this release
32+
33+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-03-21&to=2023-04-06&type=c))
34+
35+
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-03-21..2023-04-06&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-03-21..2023-04-06&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-03-21..2023-04-06&type=Issues)
36+
37+
<!-- <END NEW CHANGELOG ENTRY> -->
38+
539
## 0.3.0
640

741
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
@@ -18,8 +52,6 @@
1852

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

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2355
## 0.2.0
2456

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"npmClient": "yarn"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/monorepo",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A generative AI extension for JupyterLab",
55
"private": true,
66
"keywords": [

packages/jupyter-ai-chatgpt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/chatgpt",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Jupyter AI module that provides a ChatGPT model engine.",
55
"keywords": [
66
"jupyter",
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@babel/core": "^7.0.0",
6363
"@babel/preset-env": "^7.0.0",
64-
"@jupyter-ai/core": "^0.3.0",
64+
"@jupyter-ai/core": "^0.4.0",
6565
"@jupyterlab/builder": "^3.1.0",
6666
"@jupyterlab/testutils": "^3.0.0",
6767
"@types/jest": "^26.0.0",

packages/jupyter-ai-dalle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/dalle",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A JupyterLab extension that adds a DALL-E model engine and image insertion modes.",
55
"keywords": [
66
"jupyter",
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@babel/core": "^7.0.0",
6363
"@babel/preset-env": "^7.0.0",
64-
"@jupyter-ai/core": "^0.3.0",
64+
"@jupyter-ai/core": "^0.4.0",
6565
"@jupyterlab/builder": "^3.1.0",
6666
"@jupyterlab/testutils": "^3.0.0",
6767
"@types/jest": "^26.0.0",

packages/jupyter-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/core",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A generative AI extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)