Skip to content

Commit c519df6

Browse files
committed
Publish 0.7.0
SHA256 hashes: jupyterlite-ai-0.7.0.tgz: ca4df6d17aaad62701cb5b93106144bf2b4f1909733f9ec858279d3bd106a0e0 jupyterlite_ai-0.7.0-py3-none-any.whl: 721f0ef2947e213f793c317e8939e47798028979a1b30ac7afe98d423a5bf26a jupyterlite_ai-0.7.0.tar.gz: c851c93be66797792b41dbb403cd8bca9899090e3eeca54c3b5ae0bd52217979
1 parent 317fedd commit c519df6

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.7.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.6.2...317fedd438232fb3add50e28037adb637cbc0814))
8+
9+
### Enhancements made
10+
11+
- Add a welcome message [#89](https://github.com/jupyterlite/ai/pull/89) ([@brichet](https://github.com/brichet))
12+
- Handle compatibility with chromeAI and WebLLM [#87](https://github.com/jupyterlite/ai/pull/87) ([@brichet](https://github.com/brichet))
13+
- Do not expose providers api [#84](https://github.com/jupyterlite/ai/pull/84) ([@brichet](https://github.com/brichet))
14+
- Remove the custom settings connector [#81](https://github.com/jupyterlite/ai/pull/81) ([@brichet](https://github.com/brichet))
15+
- Upgrade secrets manager [#75](https://github.com/jupyterlite/ai/pull/75) ([@brichet](https://github.com/brichet))
16+
- Better handling of default values in settings [#73](https://github.com/jupyterlite/ai/pull/73) ([@brichet](https://github.com/brichet))
17+
- Add Ollama provider [#69](https://github.com/jupyterlite/ai/pull/69) ([@brichet](https://github.com/brichet))
18+
- WebLLM [#47](https://github.com/jupyterlite/ai/pull/47) ([@jtpio](https://github.com/jtpio))
19+
20+
### Bugs fixed
21+
22+
- Export the IAIProviderRegistry token [#88](https://github.com/jupyterlite/ai/pull/88) ([@brichet](https://github.com/brichet))
23+
- Update `@langchain/community` to fix ChromeAI [#76](https://github.com/jupyterlite/ai/pull/76) ([@jtpio](https://github.com/jtpio))
24+
25+
### Maintenance and upkeep improvements
26+
27+
- Pin PyPI version of jupyter-secrets-manager [#86](https://github.com/jupyterlite/ai/pull/86) ([@brichet](https://github.com/brichet))
28+
- Install `ipywidgets` for the demo deployed on GitHub Pages [#79](https://github.com/jupyterlite/ai/pull/79) ([@jtpio](https://github.com/jtpio))
29+
30+
### Documentation improvements
31+
32+
- Mention JupyterLab 4.4 and Notebook 7.4 final in the README [#83](https://github.com/jupyterlite/ai/pull/83) ([@jtpio](https://github.com/jtpio))
33+
- Update Ollama instructions [#82](https://github.com/jupyterlite/ai/pull/82) ([@brichet](https://github.com/brichet))
34+
35+
### Contributors to this release
36+
37+
([GitHub contributors page for this release](https://github.com/jupyterlite/ai/graphs/contributors?from=2025-05-13&to=2025-06-05&type=c))
38+
39+
[@brichet](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Abrichet+updated%3A2025-05-13..2025-06-05&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Ajtpio+updated%3A2025-05-13..2025-06-05&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Atrungleduc+updated%3A2025-05-13..2025-06-05&type=Issues)
40+
41+
<!-- <END NEW CHANGELOG ENTRY> -->
42+
543
## 0.6.2
644

745
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.6.1...8cf12919ab5922b2ec7ed8f284299725a493d349))
@@ -21,8 +59,6 @@
2159

2260
[@brichet](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Abrichet+updated%3A2025-05-02..2025-05-13&type=Issues)
2361

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2662
## 0.6.1
2763

2864
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.6.0...52376d7823635a8561eda88d6fcd7acd615c50c8))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/ai",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "AI code completions and chat for JupyterLite",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)