Skip to content

Commit

Permalink
Publish 2.5.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-ai-core-2.5.0.tgz: 563c83e3c9464b0bace5dd1037d65a0d2287c7196f495fb8dd31455534f7ea34

jupyter_ai-2.5.0-py3-none-any.whl: ab6de302041da3109c2619dddeb4a3111e26d40a437c5df216b0709f7a0f91c5

jupyter_ai-2.5.0.tar.gz: 36b32cf82f27a5b295bbc7b593e4cc09163182b6d5ce78a4dd35f34216f2e444

jupyter_ai_magics-2.5.0-py3-none-any.whl: 137e8aad49c6524bf422e98477ab96a72b28cf2ac82f32c8bf7adce3fc3e0754

jupyter_ai_magics-2.5.0.tar.gz: e2626223518cb2989abbfe3bef9f22b7c545672031f7b61175a1a6eeeb246236
  • Loading branch information
dlqqq committed Nov 8, 2023
1 parent 1fecfea commit 61b9791
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
33 changes: 31 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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

## 2.5.0

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

### Enhancements made

- Model allowlist and blocklists [#446](https://github.com/jupyterlab/jupyter-ai/pull/446) ([@dlqqq](https://github.com/dlqqq))
- DOC: Render hugging face url as link [#432](https://github.com/jupyterlab/jupyter-ai/pull/432) ([@arokem](https://github.com/arokem))
- Log exceptions in `/generate` to a file [#431](https://github.com/jupyterlab/jupyter-ai/pull/431) ([@dlqqq](https://github.com/dlqqq))
- Model parameters option to pass in model tuning, arbitrary parameters [#430](https://github.com/jupyterlab/jupyter-ai/pull/430) ([@3coins](https://github.com/3coins))
- /learn skips hidden files/dirs by default, unless "-a" is specified [#427](https://github.com/jupyterlab/jupyter-ai/pull/427) ([@JasonWeill](https://github.com/JasonWeill))

### Bugs fixed

- Model parameters option to pass in model tuning, arbitrary parameters [#430](https://github.com/jupyterlab/jupyter-ai/pull/430) ([@3coins](https://github.com/3coins))
- Rename Bedrock and Bedrock chat providers in docs [#429](https://github.com/jupyterlab/jupyter-ai/pull/429) ([@JasonWeill](https://github.com/JasonWeill))

### Documentation improvements

- DOC: Render hugging face url as link [#432](https://github.com/jupyterlab/jupyter-ai/pull/432) ([@arokem](https://github.com/arokem))
- Rename Bedrock and Bedrock chat providers in docs [#429](https://github.com/jupyterlab/jupyter-ai/pull/429) ([@JasonWeill](https://github.com/JasonWeill))
- Document how to add custom model providers [#420](https://github.com/jupyterlab/jupyter-ai/pull/420) ([@krassowski](https://github.com/krassowski))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-10-24&to=2023-11-08&type=c))

[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2023-10-24..2023-11-08&type=Issues) | [@arokem](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aarokem+updated%3A2023-10-24..2023-11-08&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-10-24..2023-11-08&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2023-10-24..2023-11-08&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-10-24..2023-11-08&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajtpio+updated%3A2023-10-24..2023-11-08&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2023-10-24..2023-11-08&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-10-24..2023-11-08&type=Issues) | [@Wzixiao](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AWzixiao+updated%3A2023-10-24..2023-11-08&type=Issues)

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

## 2.4.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
Expand All @@ -24,8 +55,6 @@ Hey Jupyternauts! We're excited to announce the 2.4.0 release of Jupyter AI, whi

[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2023-10-09..2023-10-24&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2023-10-09..2023-10-24&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Apre-commit-ci+updated%3A2023-10-09..2023-10-24&type=Issues)

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

## 2.3.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.4.0",
"version": "2.5.0",
"npmClient": "yarn",
"useNx": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/monorepo",
"version": "2.4.0",
"version": "2.5.0",
"description": "A generative AI extension for JupyterLab",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/magics",
"version": "2.4.0",
"version": "2.5.0",
"description": "Jupyter AI magics Python package. Not published on NPM.",
"private": true,
"homepage": "https://github.com/jupyterlab/jupyter-ai",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/core",
"version": "2.4.0",
"version": "2.5.0",
"description": "A generative AI extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 61b9791

Please sign in to comment.