Skip to content

Commit e0eaeaa

Browse files
committed
Publish 2.15.0
SHA256 hashes: jupyter-ai-core-2.15.0.tgz: b83dc4b432dad4eeba6536c08496562a2c43cd49b6a21d755c84d4587e1aeccb jupyter_ai-2.15.0-py3-none-any.whl: 7a93c114f1e7e516dc44607a56077f74104926655807cf56ee0997985a9bb73f jupyter_ai-2.15.0.tar.gz: 69e6cdf38e3cfe16319f8d10efebe782166f6eb8c74a59db5b164c425396eb1d jupyter_ai_magics-2.15.0-py3-none-any.whl: d7dc9f38fd78670a84cd14433a96dbac50b8c9ce001db1d4ace817ee1352033e jupyter_ai_magics-2.15.0.tar.gz: 46024f38870bdcf4a41bf080aad1f305c8f8980819a90688d9b3849492708571
1 parent 3b3ac27 commit e0eaeaa

File tree

5 files changed

+34
-6
lines changed

5 files changed

+34
-6
lines changed

CHANGELOG.md

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

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

5+
## 2.15.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Add Titan embedding model v2 [#778](https://github.com/jupyterlab/jupyter-ai/pull/778) ([@srdas](https://github.com/srdas))
12+
- Save chat history to Jupyter Lab's root directory [#770](https://github.com/jupyterlab/jupyter-ai/pull/770) ([@srdas](https://github.com/srdas))
13+
- Add new Bedrock model IDs [#764](https://github.com/jupyterlab/jupyter-ai/pull/764) ([@srdas](https://github.com/srdas))
14+
- learn arxiv tex files [#742](https://github.com/jupyterlab/jupyter-ai/pull/742) ([@srdas](https://github.com/srdas))
15+
- Distinguish between completion and chat models [#711](https://github.com/jupyterlab/jupyter-ai/pull/711) ([@krassowski](https://github.com/krassowski))
16+
17+
### Bugs fixed
18+
19+
- Save chat history to Jupyter Lab's root directory [#770](https://github.com/jupyterlab/jupyter-ai/pull/770) ([@srdas](https://github.com/srdas))
20+
- change unsupported_slash_commands default value from dict to set [#768](https://github.com/jupyterlab/jupyter-ai/pull/768) ([@michaelchia](https://github.com/michaelchia))
21+
- Switch to langchain_community [#758](https://github.com/jupyterlab/jupyter-ai/pull/758) ([@srdas](https://github.com/srdas))
22+
23+
### Documentation improvements
24+
25+
- Add JL3 end-of-maintenance notice to README and RTD [#760](https://github.com/jupyterlab/jupyter-ai/pull/760) ([@dlqqq](https://github.com/dlqqq))
26+
27+
### Contributors to this release
28+
29+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-04-29&to=2024-05-09&type=c))
30+
31+
[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2024-04-29..2024-05-09&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-04-29..2024-05-09&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-04-29..2024-05-09&type=Issues) | [@michaelchia](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Amichaelchia+updated%3A2024-04-29..2024-05-09&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-04-29..2024-05-09&type=Issues)
32+
33+
<!-- <END NEW CHANGELOG ENTRY> -->
34+
535
## 2.14.1
636

737
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
@@ -18,8 +48,6 @@
1848

1949
[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2024-04-25..2024-04-29&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-04-25..2024-04-29&type=Issues) | [@michaelchia](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Amichaelchia+updated%3A2024-04-25..2024-04-29&type=Issues)
2050

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2351
## 2.14.0
2452

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "2.14.1",
4+
"version": "2.15.0",
55
"npmClient": "yarn",
66
"useNx": true
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/monorepo",
3-
"version": "2.14.1",
3+
"version": "2.15.0",
44
"description": "A generative AI extension for JupyterLab",
55
"private": true,
66
"keywords": [

packages/jupyter-ai-magics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/magics",
3-
"version": "2.14.1",
3+
"version": "2.15.0",
44
"description": "Jupyter AI magics Python package. Not published on NPM.",
55
"private": true,
66
"homepage": "https://github.com/jupyterlab/jupyter-ai",

packages/jupyter-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/core",
3-
"version": "2.14.1",
3+
"version": "2.15.0",
44
"description": "A generative AI extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)