Skip to content

Commit 5ccb6f3

Browse files
committed
Publish 4.4.0
SHA256 hashes: jupyterlite-xeus-4.4.0.tgz: 1b2f6109f327b03d77737d9ea1bd30c58f0eb7e2fe9fa1ba0d47dc64b4ae3b55 jupyterlite-xeus-core-4.4.0.tgz: a3c3f0a60ec9a33dc94297a12c3bac3a54c5788e3df1dda44a097941487ff05c jupyterlite-xeus-extension-4.4.0.tgz: f9fe79d63fa4a7458b4c6ecf2f38540d3a2e5d4ba6dfe369b6c03a24a95d50b4 jupyterlite_xeus-4.4.0-py3-none-any.whl: 4111ac85ba8256a4f4a4c822f298c2e16da05b6b9f4e2ac62f288f0bd6c3e7ca jupyterlite_xeus-4.4.0.tar.gz: 8e97af92548c4fb96c6f4851d003afe040f1f81885194e4a5cf76eb8b37992e1
1 parent 35ee169 commit 5ccb6f3

File tree

6 files changed

+30
-12
lines changed

6 files changed

+30
-12
lines changed

CHANGELOG.md

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

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

5+
## 4.4.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.7...35ee16996a8b907d2a391d1fc7de970977faee94))
8+
9+
### Enhancements made
10+
11+
- Update mambajs: support for pip != constraint [#346](https://github.com/jupyterlite/xeus/pull/346) ([@martinRenou](https://github.com/martinRenou))
12+
- Working webbrowser module [#345](https://github.com/jupyterlite/xeus/pull/345) ([@martinRenou](https://github.com/martinRenou))
13+
14+
### Contributors to this release
15+
16+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
17+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2025-12-17&to=2026-01-12&type=c))
20+
21+
@martinRenou ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-12-17..2026-01-12&type=Issues))
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 4.3.7
626

727
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.6...97ed022a35bfb9e1245412599bd216dcd25be556))
@@ -19,8 +39,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
1939

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

22-
<!-- <END NEW CHANGELOG ENTRY> -->
23-
2442
## 4.3.6
2543

2644
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.5...5043245eb8b6b1c35905b11e81e332135280d394))

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.3.7",
3+
"version": "4.4.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.3.7",
3+
"version": "4.4.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.3.7",
3+
"version": "4.4.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.3.7",
49+
"@jupyterlite/xeus": "^4.4.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.3.7",
3+
"version": "4.4.0",
44
"description": "JupyterLite Xeus kernels",
55
"keywords": [
66
"jupyter",
@@ -41,7 +41,7 @@
4141
"@jupyterlab/coreutils": "^6.5.0",
4242
"@jupyterlab/services": "^7.5.0",
4343
"@jupyterlite/services": "^0.7.0",
44-
"@jupyterlite/xeus-core": "^4.3.7",
44+
"@jupyterlite/xeus-core": "^4.4.0",
4545
"@lumino/coreutils": "^2",
4646
"@lumino/signaling": "^2",
4747
"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.3.7, @jupyterlite/xeus-core@workspace:packages/xeus-core":
786+
"@jupyterlite/xeus-core@^4.4.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.3.7
819+
"@jupyterlite/xeus": ^4.4.0
820820
"@lumino/coreutils": ^2
821821
"@types/json-schema": ^7.0.11
822822
"@types/react": ^18.0.26
@@ -849,7 +849,7 @@ __metadata:
849849
languageName: unknown
850850
linkType: soft
851851

852-
"@jupyterlite/xeus@^4.3.7, @jupyterlite/xeus@workspace:packages/xeus":
852+
"@jupyterlite/xeus@^4.4.0, @jupyterlite/xeus@workspace:packages/xeus":
853853
version: 0.0.0-use.local
854854
resolution: "@jupyterlite/xeus@workspace:packages/xeus"
855855
dependencies:
@@ -858,7 +858,7 @@ __metadata:
858858
"@jupyterlab/coreutils": ^6.5.0
859859
"@jupyterlab/services": ^7.5.0
860860
"@jupyterlite/services": ^0.7.0
861-
"@jupyterlite/xeus-core": ^4.3.7
861+
"@jupyterlite/xeus-core": ^4.4.0
862862
"@lumino/coreutils": ^2
863863
"@lumino/signaling": ^2
864864
"@types/json-schema": ^7.0.11

0 commit comments

Comments
 (0)