Skip to content

Commit 5e7bb48

Browse files
committed
Publish 0.6.0
SHA256 hashes: jupyterlite-pyodide-kernel-0.6.0.tgz: d1e6204b072cce642a9f0f2944fe783d45e594dd562c068e8c5f895039958741 jupyterlite-pyodide-kernel-extension-0.6.0.tgz: 7e2b1120b2da210cdb1e578048e4c25a0b226fb35cb83f8d44484ddc753014d8 jupyterlite_pyodide_kernel-0.6.0-py3-none-any.whl: b030a149efb832aba517ff523e67d27aaf287d6607b1e2633fa26df4e00da26d jupyterlite_pyodide_kernel-0.6.0.tar.gz: 6cbbcb2a9a8117aaeafddffd43b22090ef5c562cd32e1972c94b05ac56ff0c0a
1 parent eaad873 commit 5e7bb48

File tree

8 files changed

+53
-14
lines changed

8 files changed

+53
-14
lines changed

CHANGELOG.md

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

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

5+
## 0.6.0
6+
7+
([Full Changelog](https://github.com/jupyterlite/pyodide-kernel/compare/@jupyterlite/pyodide-kernel-extension@0.5.1...eaad8737f5a18a16d900e21cd3df8565866c445a))
8+
9+
### Enhancements made
10+
11+
- Log Pyodide fatal errors [#188](https://github.com/jupyterlite/pyodide-kernel/pull/188) ([@jtpio](https://github.com/jtpio))
12+
- Support stdin via service worker [#183](https://github.com/jupyterlite/pyodide-kernel/pull/183) ([@ianthomas23](https://github.com/ianthomas23))
13+
- Surface the Pyodide logs to the UI [#177](https://github.com/jupyterlite/pyodide-kernel/pull/177) ([@jtpio](https://github.com/jtpio))
14+
- Re-enable jedi for code completion [#168](https://github.com/jupyterlite/pyodide-kernel/pull/168) ([@qqdaiyu55](https://github.com/qqdaiyu55))
15+
- use a list for piplite_urls [#161](https://github.com/jupyterlite/pyodide-kernel/pull/161) ([@bollwyvl](https://github.com/bollwyvl))
16+
17+
### Bugs fixed
18+
19+
- Log messages to the dev tools console [#187](https://github.com/jupyterlite/pyodide-kernel/pull/187) ([@jtpio](https://github.com/jtpio))
20+
- Remove dependency on `IBroadcastChannelWrapper`, use `browsingContextId` [#182](https://github.com/jupyterlite/pyodide-kernel/pull/182) ([@jtpio](https://github.com/jtpio))
21+
- Depend on jupyterlite 0.6.0-alpha.2 to include https://github.com/jupyterlite/jupyterlite/pull/1568 [#173](https://github.com/jupyterlite/pyodide-kernel/pull/173) ([@juntyr](https://github.com/juntyr))
22+
23+
### Maintenance and upkeep improvements
24+
25+
- Update to JupyterLite 0.6.0 final [#192](https://github.com/jupyterlite/pyodide-kernel/pull/192) ([@jtpio](https://github.com/jtpio))
26+
- bump lab versions in pyproject [#191](https://github.com/jupyterlite/pyodide-kernel/pull/191) ([@bollwyvl](https://github.com/bollwyvl))
27+
- Update to JupyterLite 0.6.0rc0 [#190](https://github.com/jupyterlite/pyodide-kernel/pull/190) ([@jtpio](https://github.com/jtpio))
28+
- Update to Pyodide 0.27.6 [#189](https://github.com/jupyterlite/pyodide-kernel/pull/189) ([@jtpio](https://github.com/jtpio))
29+
- Update to JupyterLite 0.6.0b0 [#185](https://github.com/jupyterlite/pyodide-kernel/pull/185) ([@jtpio](https://github.com/jtpio))
30+
- update to pyodide 0.27.5 [#181](https://github.com/jupyterlite/pyodide-kernel/pull/181) ([@bollwyvl](https://github.com/bollwyvl))
31+
- Bump to JupyterLite 0.6.0a4 [#176](https://github.com/jupyterlite/pyodide-kernel/pull/176) ([@jtpio](https://github.com/jtpio))
32+
- Update to JupyterLite 0.6.0a3 [#175](https://github.com/jupyterlite/pyodide-kernel/pull/175) ([@jtpio](https://github.com/jtpio))
33+
- Bump to Pyodide 0.27.4 [#174](https://github.com/jupyterlite/pyodide-kernel/pull/174) ([@agriyakhetarpal](https://github.com/agriyakhetarpal))
34+
- pyodide 0.27.3 [#171](https://github.com/jupyterlite/pyodide-kernel/pull/171) ([@bollwyvl](https://github.com/bollwyvl))
35+
- Update to pyodide 0.27.2 [#163](https://github.com/jupyterlite/pyodide-kernel/pull/163) ([@bollwyvl](https://github.com/bollwyvl))
36+
- Update to JupyterLite 0.6.0a0 [#160](https://github.com/jupyterlite/pyodide-kernel/pull/160) ([@jtpio](https://github.com/jtpio))
37+
38+
### Contributors to this release
39+
40+
([GitHub contributors page for this release](https://github.com/jupyterlite/pyodide-kernel/graphs/contributors?from=2025-01-15&to=2025-06-02&type=c))
41+
42+
[@agriyakhetarpal](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Aagriyakhetarpal+updated%3A2025-01-15..2025-06-02&type=Issues) | [@bollwyvl](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Abollwyvl+updated%3A2025-01-15..2025-06-02&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Agithub-actions+updated%3A2025-01-15..2025-06-02&type=Issues) | [@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Aianthomas23+updated%3A2025-01-15..2025-06-02&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Ajtpio+updated%3A2025-01-15..2025-06-02&type=Issues) | [@juntyr](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Ajuntyr+updated%3A2025-01-15..2025-06-02&type=Issues) | [@lesteve](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Alesteve+updated%3A2025-01-15..2025-06-02&type=Issues) | [@qqdaiyu55](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Aqqdaiyu55+updated%3A2025-01-15..2025-06-02&type=Issues)
43+
44+
<!-- <END NEW CHANGELOG ENTRY> -->
45+
546
## 0.6.0rc0
647

748
([Full Changelog](https://github.com/jupyterlite/pyodide-kernel/compare/@jupyterlite/pyodide-kernel-extension@0.6.0-beta.1...ec12a7573d15854ab3c68b029f08cd62186a13e6))
@@ -17,8 +58,6 @@
1758

1859
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Agithub-actions+updated%3A2025-05-15..2025-05-28&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Ajtpio+updated%3A2025-05-15..2025-05-28&type=Issues)
1960

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2261
## 0.6.0b1
2362

2463
([Full Changelog](https://github.com/jupyterlite/pyodide-kernel/compare/@jupyterlite/pyodide-kernel-extension@0.6.0-beta.0...dd2e9fe130d857f3f0f202552a0702a088ea68b5))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""source of truth for ``jupyterlite-pyodide-kernel``` version."""
22

3-
__version__ = "0.6.0rc0"
3+
__version__ = "0.6.0"

packages/pyodide-kernel-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/pyodide-kernel-extension",
3-
"version": "0.6.0-rc.0",
3+
"version": "0.6.0",
44
"description": "JupyterLite - Pyodide Kernel Extension",
55
"homepage": "https://github.com/jupyterlite/pyodide-kernel",
66
"bugs": {
@@ -52,7 +52,7 @@
5252
"@jupyterlab/logconsole": "^4.4.0",
5353
"@jupyterlite/contents": "^0.6.0",
5454
"@jupyterlite/kernel": "^0.6.0",
55-
"@jupyterlite/pyodide-kernel": "^0.6.0-rc.0",
55+
"@jupyterlite/pyodide-kernel": "^0.6.0",
5656
"@jupyterlite/server": "^0.6.0"
5757
},
5858
"devDependencies": {

packages/pyodide-kernel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/pyodide-kernel",
3-
"version": "0.6.0-rc.0",
3+
"version": "0.6.0",
44
"description": "JupyterLite - Pyodide Kernel",
55
"homepage": "https://github.com/jupyterlite/pyodide-kernel",
66
"bugs": {
@@ -69,8 +69,8 @@
6969
},
7070
"pyodide-kernel": {
7171
"packages": {
72-
"py/pyodide-kernel": "0.6.0rc0",
73-
"py/piplite": "0.6.0rc0",
72+
"py/pyodide-kernel": "0.6.0",
73+
"py/piplite": "0.6.0",
7474
"py/ipykernel": "6.9.2",
7575
"py/widgetsnbextension3/widgetsnbextension": "3.6.999",
7676
"py/widgetsnbextension4/widgetsnbextension": "4.0.999"

packages/pyodide-kernel/py/piplite/piplite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
from .piplite import install
44

5-
__version__ = "0.6.0rc0"
5+
__version__ = "0.6.0"
66

77
__all__ = ["install", "__version__"]

packages/pyodide-kernel/py/pyodide-kernel/pyodide_kernel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A Python kernel backed by Pyodide"""
22

3-
__version__ = "0.6.0rc0"
3+
__version__ = "0.6.0"
44

55
import sys
66

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// this file is autogenerated from the wheels described in ../package.json
22
export * as allJSONUrl from '../pypi/all.json';
33
export * as ipykernelWheelUrl from '../pypi/ipykernel-6.9.2-py3-none-any.whl';
4-
export * as pipliteWheelUrl from '../pypi/piplite-0.6.0rc0-py3-none-any.whl';
5-
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.6.0rc0-py3-none-any.whl';
4+
export * as pipliteWheelUrl from '../pypi/piplite-0.6.0-py3-none-any.whl';
5+
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.6.0-py3-none-any.whl';
66
export * as widgetsnbextensionWheelUrl from '../pypi/widgetsnbextension-3.6.999-py3-none-any.whl';
77
export * as widgetsnbextensionWheelUrl1 from '../pypi/widgetsnbextension-4.0.999-py3-none-any.whl';

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ __metadata:
10521052
"@jupyterlab/logconsole": ^4.4.0
10531053
"@jupyterlite/contents": ^0.6.0
10541054
"@jupyterlite/kernel": ^0.6.0
1055-
"@jupyterlite/pyodide-kernel": ^0.6.0-rc.0
1055+
"@jupyterlite/pyodide-kernel": ^0.6.0
10561056
"@jupyterlite/server": ^0.6.0
10571057
rimraf: ^5.0.1
10581058
typescript: ~5.2.2
@@ -1076,7 +1076,7 @@ __metadata:
10761076
languageName: unknown
10771077
linkType: soft
10781078

1079-
"@jupyterlite/pyodide-kernel@^0.6.0-rc.0, @jupyterlite/pyodide-kernel@workspace:packages/pyodide-kernel":
1079+
"@jupyterlite/pyodide-kernel@^0.6.0, @jupyterlite/pyodide-kernel@workspace:packages/pyodide-kernel":
10801080
version: 0.0.0-use.local
10811081
resolution: "@jupyterlite/pyodide-kernel@workspace:packages/pyodide-kernel"
10821082
dependencies:

0 commit comments

Comments
 (0)