Skip to content

Commit a93cbd9

Browse files
committed
Publish 0.2.0
SHA256 hashes: jupyterlite-ai-0.2.0.tgz: 3ab34894a733459a223985a8b82993093f7784985867b6a9763fd79052236c52 jupyterlite_ai-0.2.0-py3-none-any.whl: e53edf111f98fd85f634b6b75d36e8aea6187c6fb17affaf528e7725d285d296 jupyterlite_ai-0.2.0.tar.gz: 2e8fd3e34278036c6d883a76e416b7886ecba499e16e50a38a5148792ee88d1f
1 parent 8c41100 commit a93cbd9

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

CHANGELOG.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

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

5+
## 0.2.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.1.0...8c41100bf87c99e377fd4752c50853dace7667e1))
8+
9+
### Enhancements made
10+
11+
- Refactoring AIProvider and handling errors [#15](https://github.com/jupyterlite/ai/pull/15) ([@brichet](https://github.com/brichet))
12+
- Making the LLM providers more generics [#10](https://github.com/jupyterlite/ai/pull/10) ([@brichet](https://github.com/brichet))
13+
- Use a throttler instead of a debouncer for code completion [#8](https://github.com/jupyterlite/ai/pull/8) ([@brichet](https://github.com/brichet))
14+
- Update @jupyter/chat to 0.5.0 [#7](https://github.com/jupyterlite/ai/pull/7) ([@brichet](https://github.com/brichet))
15+
- Switch to using langchain.js [#6](https://github.com/jupyterlite/ai/pull/6) ([@jtpio](https://github.com/jtpio))
16+
17+
### Bugs fixed
18+
19+
- Improves the relevance of codestral completion [#18](https://github.com/jupyterlite/ai/pull/18) ([@brichet](https://github.com/brichet))
20+
21+
### Maintenance and upkeep improvements
22+
23+
- Update references to the repo after the rename [#21](https://github.com/jupyterlite/ai/pull/21) ([@jtpio](https://github.com/jtpio))
24+
- Rename the extension `jupyterlite_ai` [#20](https://github.com/jupyterlite/ai/pull/20) ([@brichet](https://github.com/brichet))
25+
26+
### Contributors to this release
27+
28+
([GitHub contributors page for this release](https://github.com/jupyterlite/ai/graphs/contributors?from=2024-06-24&to=2024-12-04&type=c))
29+
30+
[@brichet](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Abrichet+updated%3A2024-06-24..2024-12-04&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Ajtpio+updated%3A2024-06-24..2024-12-04&type=Issues)
31+
32+
<!-- <END NEW CHANGELOG ENTRY> -->
33+
534
## 0.1.0
635

736
([Full Changelog](https://github.com/jupyterlite/ai/compare/9c8d350b8876ad3a9ffe8dbe723ca093bb680681...b77e9e9a563cda3b9d37972248e738746f7370a8))
@@ -21,5 +50,3 @@
2150
([GitHub contributors page for this release](https://github.com/jupyterlite/ai/graphs/contributors?from=2024-06-10&to=2024-06-24&type=c))
2251

2352
[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Ajtpio+updated%3A2024-06-10..2024-06-24&type=Issues)
24-
25-
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

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

0 commit comments

Comments
 (0)