Skip to content

Commit

Permalink
Publish 0.2.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jtpio committed Dec 4, 2024
1 parent 8c41100 commit a93cbd9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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

## 0.2.0

([Full Changelog](https://github.com/jupyterlite/ai/compare/v0.1.0...8c41100bf87c99e377fd4752c50853dace7667e1))

### Enhancements made

- Refactoring AIProvider and handling errors [#15](https://github.com/jupyterlite/ai/pull/15) ([@brichet](https://github.com/brichet))
- Making the LLM providers more generics [#10](https://github.com/jupyterlite/ai/pull/10) ([@brichet](https://github.com/brichet))
- Use a throttler instead of a debouncer for code completion [#8](https://github.com/jupyterlite/ai/pull/8) ([@brichet](https://github.com/brichet))
- Update @jupyter/chat to 0.5.0 [#7](https://github.com/jupyterlite/ai/pull/7) ([@brichet](https://github.com/brichet))
- Switch to using langchain.js [#6](https://github.com/jupyterlite/ai/pull/6) ([@jtpio](https://github.com/jtpio))

### Bugs fixed

- Improves the relevance of codestral completion [#18](https://github.com/jupyterlite/ai/pull/18) ([@brichet](https://github.com/brichet))

### Maintenance and upkeep improvements

- Update references to the repo after the rename [#21](https://github.com/jupyterlite/ai/pull/21) ([@jtpio](https://github.com/jtpio))
- Rename the extension `jupyterlite_ai` [#20](https://github.com/jupyterlite/ai/pull/20) ([@brichet](https://github.com/brichet))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/ai/graphs/contributors?from=2024-06-24&to=2024-12-04&type=c))

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

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

## 0.1.0

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

[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fai+involves%3Ajtpio+updated%3A2024-06-10..2024-06-24&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/ai",
"version": "0.1.0",
"version": "0.2.0",
"description": "AI code completions and chat for JupyterLite",
"keywords": [
"jupyter",
Expand Down

0 comments on commit a93cbd9

Please sign in to comment.