Skip to content

Commit b8a2138

Browse files
committed
Publish 4.5.0
SHA256 hashes: jupyterlite-xeus-4.5.0.tgz: cbd7fdad0013a5e72ee5faf69228a046f844169f5125ab2e768403c4ea6e5e4c jupyterlite-xeus-core-4.5.0.tgz: fad334ef47361fa5c1f42a761d8c3d361c51004863e7e8acce8d866dc86a1b43 jupyterlite-xeus-extension-4.5.0.tgz: 1c84214aa3f80a642897fa89f742bd3e3b8099d34526e66472239a0bc1c664a3 jupyterlite_xeus-4.5.0-py3-none-any.whl: 7de81d9a54e9e863fb1aeacbba50c30c60a34a7c49b1bf4a5ad1e7975bc954bd jupyterlite_xeus-4.5.0.tar.gz: 0f9a99ec18815184867746a789dd2ba75e8f051d124d7b34e132a58f3de1f9a9
1 parent 8678c54 commit b8a2138

File tree

6 files changed

+38
-12
lines changed

6 files changed

+38
-12
lines changed

CHANGELOG.md

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

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

5+
## 4.5.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.4.2...8678c54cb048623f34f7f4f047ddc1b839510905))
8+
9+
Highlights:
10+
11+
- Makes use of emscripten-4x channel by default https://prefix.dev/channels/emscripten-forge-4x
12+
- Update mambajs, with support for raw `conda install foo` or `pip install bar` without `!` or `%`
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Switch to using emscripten-forge 4x channel by default [#355](https://github.com/jupyterlite/xeus/pull/355) ([@martinRenou](https://github.com/martinRenou))
17+
18+
### Documentation improvements
19+
20+
- Mention notebook.link in docs and README [#356](https://github.com/jupyterlite/xeus/pull/356) ([@martinRenou](https://github.com/martinRenou))
21+
22+
### Contributors to this release
23+
24+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
25+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
26+
27+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2026-03-02&to=2026-03-06&type=c))
28+
29+
@martinRenou ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2026-03-02..2026-03-06&type=Issues))
30+
31+
<!-- <END NEW CHANGELOG ENTRY> -->
32+
533
## 4.4.2
634

735
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.4.1...9527b2bb399d7307d18a6076d3c18491e7bac7bb))
@@ -19,8 +47,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
1947

2048
@martinRenou ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2026-02-05..2026-03-02&type=Issues))
2149

22-
<!-- <END NEW CHANGELOG ENTRY> -->
23-
2450
## 4.4.1
2551

2652
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.4.0...45ce59996ff7e748c982298a30ae7ead9767075d))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus-root",
3-
"version": "4.4.2",
3+
"version": "4.5.0",
44
"private": true,
55
"description": "JupyterLite loader for Xeus kernels",
66
"keywords": [

packages/xeus-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus-core",
3-
"version": "4.4.2",
3+
"version": "4.5.0",
44
"description": "JupyterLite Xeus core library",
55
"keywords": [
66
"jupyter",

packages/xeus-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus-extension",
3-
"version": "4.4.2",
3+
"version": "4.5.0",
44
"description": "JupyterLite loader for Xeus kernels",
55
"keywords": [
66
"jupyter",
@@ -46,7 +46,7 @@
4646
"@jupyterlab/logconsole": "^4.5.0",
4747
"@jupyterlite/apputils": "^0.7.0",
4848
"@jupyterlite/services": "^0.7.0",
49-
"@jupyterlite/xeus": "^4.4.2",
49+
"@jupyterlite/xeus": "^4.5.0",
5050
"@lumino/coreutils": "^2"
5151
},
5252
"devDependencies": {

packages/xeus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus",
3-
"version": "4.4.2",
3+
"version": "4.5.0",
44
"description": "JupyterLite Xeus kernels",
55
"keywords": [
66
"jupyter",
@@ -40,7 +40,7 @@
4040
"@jupyterlab/coreutils": "^6.5.0",
4141
"@jupyterlab/services": "^7.5.0",
4242
"@jupyterlite/services": "^0.7.0",
43-
"@jupyterlite/xeus-core": "^4.4.2",
43+
"@jupyterlite/xeus-core": "^4.5.0",
4444
"@lumino/coreutils": "^2",
4545
"@lumino/signaling": "^2",
4646
"coincident": "^1.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ __metadata:
783783
languageName: node
784784
linkType: hard
785785

786-
"@jupyterlite/xeus-core@^4.4.2, @jupyterlite/xeus-core@workspace:packages/xeus-core":
786+
"@jupyterlite/xeus-core@^4.5.0, @jupyterlite/xeus-core@workspace:packages/xeus-core":
787787
version: 0.0.0-use.local
788788
resolution: "@jupyterlite/xeus-core@workspace:packages/xeus-core"
789789
dependencies:
@@ -816,7 +816,7 @@ __metadata:
816816
"@jupyterlab/logconsole": ^4.5.0
817817
"@jupyterlite/apputils": ^0.7.0
818818
"@jupyterlite/services": ^0.7.0
819-
"@jupyterlite/xeus": ^4.4.2
819+
"@jupyterlite/xeus": ^4.5.0
820820
"@lumino/coreutils": ^2
821821
"@types/json-schema": ^7.0.11
822822
"@types/react": ^18.0.26
@@ -849,15 +849,15 @@ __metadata:
849849
languageName: unknown
850850
linkType: soft
851851

852-
"@jupyterlite/xeus@^4.4.2, @jupyterlite/xeus@workspace:packages/xeus":
852+
"@jupyterlite/xeus@^4.5.0, @jupyterlite/xeus@workspace:packages/xeus":
853853
version: 0.0.0-use.local
854854
resolution: "@jupyterlite/xeus@workspace:packages/xeus"
855855
dependencies:
856856
"@emscripten-forge/mambajs": ^0.21.1
857857
"@jupyterlab/coreutils": ^6.5.0
858858
"@jupyterlab/services": ^7.5.0
859859
"@jupyterlite/services": ^0.7.0
860-
"@jupyterlite/xeus-core": ^4.4.2
860+
"@jupyterlite/xeus-core": ^4.5.0
861861
"@lumino/coreutils": ^2
862862
"@lumino/signaling": ^2
863863
"@types/json-schema": ^7.0.11

0 commit comments

Comments
 (0)