Skip to content

Commit a3b3ce0

Browse files
committed
Publish 2.17.0
SHA256 hashes: jupyter-ai-core-2.17.0.tgz: 2aad0f4006c380c2e9f2fc7066c2eb0b5d45c2469d65344f547319c2c9aff23e jupyter_ai-2.17.0-py3-none-any.whl: 34dc6c936db46b050c9996d015ee965a81f29ba20633d1ced6cbfcd336e4889d jupyter_ai-2.17.0.tar.gz: 1aef735759a4591d93360f3a629b5a46f0e28d8b31a9c2a3deae69d22e9854f1 jupyter_ai_magics-2.17.0-py3-none-any.whl: dd241fb9bc08946e8476d9dfe6b20765ed60794be91264360d9021ef0fbb5184 jupyter_ai_magics-2.17.0.tar.gz: aa7e70e904dbc777252a90215cce666e96a06bff932706c6c7b102f42850c2fa
1 parent ff7bd1a commit a3b3ce0

File tree

5 files changed

+38
-6
lines changed

5 files changed

+38
-6
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+
## 2.17.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Add `/fix` slash command [#828](https://github.com/jupyterlab/jupyter-ai/pull/828) ([@dlqqq](https://github.com/dlqqq))
12+
- Add support for MistralAI [#823](https://github.com/jupyterlab/jupyter-ai/pull/823) ([@jtpio](https://github.com/jtpio))
13+
- Document supported file types for /learn [#816](https://github.com/jupyterlab/jupyter-ai/pull/816) ([@JasonWeill](https://github.com/JasonWeill))
14+
- Refactor split function with tests [#811](https://github.com/jupyterlab/jupyter-ai/pull/811) ([@srdas](https://github.com/srdas))
15+
- Autocomplete UI for slash commands [#810](https://github.com/jupyterlab/jupyter-ai/pull/810) ([@dlqqq](https://github.com/dlqqq))
16+
17+
### Bugs fixed
18+
19+
- Update chat handling to clear chat and show help; small fix to `/export` [#826](https://github.com/jupyterlab/jupyter-ai/pull/826) ([@srdas](https://github.com/srdas))
20+
21+
### Maintenance and upkeep improvements
22+
23+
- Prevent overriding `server_settings` on base provider class [#825](https://github.com/jupyterlab/jupyter-ai/pull/825) ([@krassowski](https://github.com/krassowski))
24+
- Fix import deprecations [#824](https://github.com/jupyterlab/jupyter-ai/pull/824) ([@jtpio](https://github.com/jtpio))
25+
26+
### Documentation improvements
27+
28+
- Document supported file types for /learn [#816](https://github.com/jupyterlab/jupyter-ai/pull/816) ([@JasonWeill](https://github.com/JasonWeill))
29+
- Document how to create completions using full notebook content [#777](https://github.com/jupyterlab/jupyter-ai/pull/777) ([@krassowski](https://github.com/krassowski))
30+
31+
### Contributors to this release
32+
33+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-05-20&to=2024-06-12&type=c))
34+
35+
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-05-20..2024-06-12&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2024-05-20..2024-06-12&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajtpio+updated%3A2024-05-20..2024-06-12&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-05-20..2024-06-12&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-05-20..2024-06-12&type=Issues)
36+
37+
<!-- <END NEW CHANGELOG ENTRY> -->
38+
539
## 2.16.0
640

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

2357
[@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)
2458

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2759
## 2.15.0
2860

2961
([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,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "2.16.0",
4+
"version": "2.17.0",
55
"npmClient": "yarn",
66
"useNx": true
77
}

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": "2.16.0",
3+
"version": "2.17.0",
44
"description": "A generative AI extension for JupyterLab",
55
"private": true,
66
"keywords": [

packages/jupyter-ai-magics/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/magics",
3-
"version": "2.16.0",
3+
"version": "2.17.0",
44
"description": "Jupyter AI magics Python package. Not published on NPM.",
55
"private": true,
66
"homepage": "https://github.com/jupyterlab/jupyter-ai",

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": "2.16.0",
3+
"version": "2.17.0",
44
"description": "A generative AI extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)