Skip to content

Commit

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

jupyterlite-xeus-3.0.0-a0.tgz: 7bb3da01e94faa56b63ef1b6cdc62b35bd57434db525f7c90e03b7b97e2bb5a4

jupyterlite-xeus-extension-3.0.0-a0.tgz: c49efc8d8421f3b94f716171178dff6655048d0197b5b5fb6b8b0fb41a4d6934

jupyterlite_xeus-3.0.0a0-py3-none-any.whl: b673bb06283579fef67b97f4194d01058a3155e55371fc412faec93cc9ce012e

jupyterlite_xeus-3.0.0a0.tar.gz: 073bcb436f05628af35aca2eef07c54ce6df508a5972799962d3b1a8cc8e4937
  • Loading branch information
martinRenou committed Dec 13, 2024
1 parent 8b774d7 commit b075da0
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 8 deletions.
38 changes: 36 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@

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

## 3.0.0a0

The main change is on the packaging.

We have a new JS package `@jupyterlite/xeus-extension` which provides the JupyterLite plugin.
The new version of the JS package `@jupyterlite/xeus` now only contains the kernels implementation, no plugin.

([Full Changelog](https://github.com/jupyterlite/xeus/compare/v2.1.2...8b774d7d18f166501d9770321c31dc79d3c40bd7))

### Enhancements made

- Split package in two: extension and library [#132](https://github.com/jupyterlite/xeus/pull/132) ([@martinRenou](https://github.com/martinRenou))
- Register all kernels in one plugin [#107](https://github.com/jupyterlite/xeus/pull/107) ([@trungleduc](https://github.com/trungleduc))

### Bugs fixed

- Fixing lerna setup [#136](https://github.com/jupyterlite/xeus/pull/136) ([@martinRenou](https://github.com/martinRenou))

### Maintenance and upkeep improvements

- Remove unused attributes [#131](https://github.com/jupyterlite/xeus/pull/131) ([@martinRenou](https://github.com/martinRenou))
- Docs: more verbose build [#129](https://github.com/jupyterlite/xeus/pull/129) ([@martinRenou](https://github.com/martinRenou))

### Documentation improvements

- Update CHANGELOG and mention the split [#133](https://github.com/jupyterlite/xeus/pull/133) ([@martinRenou](https://github.com/martinRenou))
- Docs: more verbose build [#129](https://github.com/jupyterlite/xeus/pull/129) ([@martinRenou](https://github.com/martinRenou))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2024-10-24&to=2024-12-13&type=c))

[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2024-10-24..2024-12-13&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Atrungleduc+updated%3A2024-10-24..2024-12-13&type=Issues)

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

## 2.1.2

([Full Changelog](https://github.com/jupyterlite/xeus/compare/v2.1.1...ea918a0cb1c5a59fc64e72f399effb0bdf66acd1))
Expand All @@ -16,8 +52,6 @@

[@trungleduc](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Atrungleduc+updated%3A2024-10-23..2024-10-24&type=Issues)

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

## 2.1.1

([Full Changelog](https://github.com/jupyterlite/xeus/compare/v2.1.0...473ab8be5735c267ea01dd2e17da77e50f6fda3a))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/xeus-root",
"version": "2.1.2",
"version": "3.0.0-a0",
"private": true,
"description": "JupyterLite loader for Xeus kernels",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/xeus-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/xeus-extension",
"version": "2.1.2",
"version": "3.0.0-a0",
"description": "JupyterLite loader for Xeus kernels",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.0",
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.0",
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.0",
"@jupyterlite/xeus": "^2.1.2",
"@jupyterlite/xeus": "^3.0.0-a0",
"@lumino/coreutils": "^2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xeus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/xeus",
"version": "2.1.2",
"version": "3.0.0-a0",
"description": "JupyterLite Xeus kernels",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ __metadata:
"@jupyterlite/contents": ^0.2.0 || ^0.3.0 || ^0.4.0
"@jupyterlite/kernel": ^0.2.0 || ^0.3.0 || ^0.4.0
"@jupyterlite/server": ^0.2.0 || ^0.3.0 || ^0.4.0
"@jupyterlite/xeus": ^2.1.2
"@jupyterlite/xeus": ^3.0.0-a0
"@lumino/coreutils": ^2
"@types/json-schema": ^7.0.11
"@types/react": ^18.0.26
Expand Down Expand Up @@ -512,7 +512,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyterlite/xeus@^2.1.2, @jupyterlite/xeus@workspace:packages/xeus":
"@jupyterlite/xeus@^3.0.0-a0, @jupyterlite/xeus@workspace:packages/xeus":
version: 0.0.0-use.local
resolution: "@jupyterlite/xeus@workspace:packages/xeus"
dependencies:
Expand Down

0 comments on commit b075da0

Please sign in to comment.