Skip to content

Commit

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

jupyter-ai-core-2.8.1.tgz: ebc2aef740b4e7bf4f75ce8545b1a5a8b02d4359d109c3e02296823ccdd35b4d

jupyter_ai-2.8.1-py3-none-any.whl: 98c08789284e7282e6847ebe78cf2a59b2ab780c5d9ed92440005fc89d01362f

jupyter_ai-2.8.1.tar.gz: d92f5f9d1d9fb307e06e5d3f928b1ec442ae3e274e7ae66cbb9c8f52ffcc7ab9

jupyter_ai_magics-2.8.1-py3-none-any.whl: e2dd516559548f97a06a353c2578e898e0481fb4869c1442bf7a07babc51b9ba

jupyter_ai_magics-2.8.1.tar.gz: 8c8c98401ce364dd4c7e144599e794a243c451bb31a0c800976be7b4a4257da1
  • Loading branch information
JasonWeill committed Jan 3, 2024
1 parent 5cd4dbb commit 4354134
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 2.8.1

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

### Bugs fixed

- Fixes lookup for custom chains [#560](https://github.com/jupyterlab/jupyter-ai/pull/560) ([@JasonWeill](https://github.com/JasonWeill))
- Pin `langchain-core` dependency to prevent Settings UI crash [#558](https://github.com/jupyterlab/jupyter-ai/pull/558) ([@dlqqq](https://github.com/dlqqq))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-12-27&to=2024-01-03&type=c))

[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-12-27..2024-01-03&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-12-27..2024-01-03&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2023-12-27..2024-01-03&type=Issues)

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

## 2.8.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
Expand Down Expand Up @@ -31,8 +48,6 @@

[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-12-20..2023-12-27&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2023-12-20..2023-12-27&type=Issues) | [@jamesjun](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajamesjun+updated%3A2023-12-20..2023-12-27&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-12-20..2023-12-27&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2023-12-20..2023-12-27&type=Issues) | [@sundaraa-deshaw](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asundaraa-deshaw+updated%3A2023-12-20..2023-12-27&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-12-20..2023-12-27&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AZsailer+updated%3A2023-12-20..2023-12-27&type=Issues)

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

## 2.7.1

([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.8.0",
"version": "2.8.1",
"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.8.0",
"version": "2.8.1",
"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.8.0",
"version": "2.8.1",
"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.8.0",
"version": "2.8.1",
"description": "A generative AI extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 4354134

Please sign in to comment.