Skip to content

Commit 011c149

Browse files
committed
Publish 4.4.1
SHA256 hashes: jupyterlite-xeus-4.4.1.tgz: 50c60ad0a101d93b3999a914a5ffa3c1287097198a6e1dacbb1bb256e880db72 jupyterlite-xeus-core-4.4.1.tgz: 78873e611d1e17627d9a62dbe85b2ce2a80c6ec6ea72928d419e4a8ca5e47ad1 jupyterlite-xeus-extension-4.4.1.tgz: 38a2f6464247d4879df20304385135428c59bb3ed12e7099f5bbad9a865766e3 jupyterlite_xeus-4.4.1-py3-none-any.whl: 93c4e0fa5b69d735b0946b2303f05c2d6e8893e21c60c75d295be77f0baa4c97 jupyterlite_xeus-4.4.1.tar.gz: c07e0321eff9fcbdfec535f799e1dd98ea5f81e49becf4d47dbccb9d23f555ba
1 parent 45ce599 commit 011c149

File tree

6 files changed

+39
-12
lines changed

6 files changed

+39
-12
lines changed

CHANGELOG.md

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

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

5+
## 4.4.1
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.4.0...45ce59996ff7e748c982298a30ae7ead9767075d))
8+
9+
### Enhancements made
10+
11+
- Reduce memory footprint + support `httpcore==1.*` pip constraint [#351](https://github.com/jupyterlite/xeus/pull/351) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Bugs fixed
14+
15+
- Missing throw in case of malformed kernel [#350](https://github.com/jupyterlite/xeus/pull/350) ([@martinRenou](https://github.com/martinRenou))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Update snapshots bot checkout and permission check [#349](https://github.com/jupyterlite/xeus/pull/349) ([@martinRenou](https://github.com/martinRenou))
20+
- Fix ui-tests [#348](https://github.com/jupyterlite/xeus/pull/348) ([@martinRenou](https://github.com/martinRenou))
21+
- Rename kernel file name [#347](https://github.com/jupyterlite/xeus/pull/347) ([@martinRenou](https://github.com/martinRenou))
22+
23+
### Contributors to this release
24+
25+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
26+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
27+
28+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2026-01-12&to=2026-02-05&type=c))
29+
30+
@martinRenou ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2026-01-12..2026-02-05&type=Issues))
31+
32+
<!-- <END NEW CHANGELOG ENTRY> -->
33+
534
## 4.4.0
635

736
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.7...35ee16996a8b907d2a391d1fc7de970977faee94))
@@ -20,8 +49,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
2049

2150
@martinRenou ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-12-17..2026-01-12&type=Issues))
2251

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2552
## 4.3.7
2653

2754
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.6...97ed022a35bfb9e1245412599bd216dcd25be556))

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.0",
3+
"version": "4.4.1",
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.0",
3+
"version": "4.4.1",
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.0",
3+
"version": "4.4.1",
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.0",
49+
"@jupyterlite/xeus": "^4.4.1",
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.0",
3+
"version": "4.4.1",
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.0",
43+
"@jupyterlite/xeus-core": "^4.4.1",
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.0, @jupyterlite/xeus-core@workspace:packages/xeus-core":
786+
"@jupyterlite/xeus-core@^4.4.1, @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.0
819+
"@jupyterlite/xeus": ^4.4.1
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.0, @jupyterlite/xeus@workspace:packages/xeus":
852+
"@jupyterlite/xeus@^4.4.1, @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.20.3
857857
"@jupyterlab/coreutils": ^6.5.0
858858
"@jupyterlab/services": ^7.5.0
859859
"@jupyterlite/services": ^0.7.0
860-
"@jupyterlite/xeus-core": ^4.4.0
860+
"@jupyterlite/xeus-core": ^4.4.1
861861
"@lumino/coreutils": ^2
862862
"@lumino/signaling": ^2
863863
"@types/json-schema": ^7.0.11

0 commit comments

Comments
 (0)