Skip to content

Commit

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

jupyterlite-pyodide-kernel-0.4.0.tgz: 8bf86f036975e794bae48d2be832a3588374b10934d110b2063ae628cbf056c8

jupyterlite-pyodide-kernel-extension-0.4.0.tgz: 6135275e85b1ca56358df359003261ef67c54450bd8a3b8e5aff4dd734932ab9

jupyterlite_pyodide_kernel-0.4.0-py3-none-any.whl: 2f2c801d3912cb6ca553ca44e10ab2bb0c5089a2d7d7b368aab34865f5df63c7

jupyterlite_pyodide_kernel-0.4.0.tar.gz: 568bc7122d790ac48859913b7c632267fc1bc909768c73b021b4edf543b5789a
  • Loading branch information
jtpio committed Jul 25, 2024
1 parent 0803e07 commit 7240b03
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 14 deletions.
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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

## 0.4.0

([Full Changelog](https://github.com/jupyterlite/pyodide-kernel/compare/@jupyterlite/pyodide-kernel-extension@0.3.1...0803e075ea5960ef40486728a8f32ce83bb93280))

### Enhancements made

- Update to pyodide 0.26.1 [#116](https://github.com/jupyterlite/pyodide-kernel/pull/116) ([@bollwyvl](https://github.com/bollwyvl))
- Switch from using comlink to coincident [#115](https://github.com/jupyterlite/pyodide-kernel/pull/115) ([@martinRenou](https://github.com/martinRenou))
- FileSystem calls over Atomics.wait instead of service worker when available [#114](https://github.com/jupyterlite/pyodide-kernel/pull/114) ([@martinRenou](https://github.com/martinRenou))
- update to pyodide 0.26.0 [#113](https://github.com/jupyterlite/pyodide-kernel/pull/113) ([@bollwyvl](https://github.com/bollwyvl))
- Update to JupyterLite 0.4.0 [#106](https://github.com/jupyterlite/pyodide-kernel/pull/106) ([@jtpio](https://github.com/jtpio))

### Bugs fixed

- Fix `mountDrive` check [#129](https://github.com/jupyterlite/pyodide-kernel/pull/129) ([@jtpio](https://github.com/jtpio))
- Use `coincident` if `crossOriginIsolated`, `comlink` otherwise [#126](https://github.com/jupyterlite/pyodide-kernel/pull/126) ([@jtpio](https://github.com/jtpio))

### Maintenance and upkeep improvements

- Update to JupyterLite 0.4.0 final [#131](https://github.com/jupyterlite/pyodide-kernel/pull/131) ([@jtpio](https://github.com/jtpio))
- Add UI tests [#130](https://github.com/jupyterlite/pyodide-kernel/pull/130) ([@jtpio](https://github.com/jtpio))
- Bump `widgetsnbextension` to 4.0.11 [#110](https://github.com/jupyterlite/pyodide-kernel/pull/110) ([@jtpio](https://github.com/jtpio))
- Update `actions/setup-python` [#107](https://github.com/jupyterlite/pyodide-kernel/pull/107) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/pyodide-kernel/graphs/contributors?from=2024-03-30&to=2024-07-25&type=c))

[@bollwyvl](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Abollwyvl+updated%3A2024-03-30..2024-07-25&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Agithub-actions+updated%3A2024-03-30..2024-07-25&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Ajtpio+updated%3A2024-03-30..2024-07-25&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3AmartinRenou+updated%3A2024-03-30..2024-07-25&type=Issues)

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

## 0.4.0rc0

([Full Changelog](https://github.com/jupyterlite/pyodide-kernel/compare/@jupyterlite/pyodide-kernel-extension@0.4.0-beta.0...79cf7632dc31d97ea461104cef3ed8eaebfb2743))
Expand All @@ -17,8 +49,6 @@

[@bollwyvl](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Abollwyvl+updated%3A2024-06-21..2024-07-23&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Agithub-actions+updated%3A2024-06-21..2024-07-23&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Ajtpio+updated%3A2024-06-21..2024-07-23&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3AmartinRenou+updated%3A2024-06-21..2024-07-23&type=Issues)

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

## 0.4.0b0

([Full Changelog](https://github.com/jupyterlite/pyodide-kernel/compare/@jupyterlite/pyodide-kernel-extension@0.4.0-alpha.2...ae20dc725fccc990c87253e659ed6aa1eba5969b))
Expand Down
2 changes: 1 addition & 1 deletion jupyterlite_pyodide_kernel/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""source of truth for ``jupyterlite-pyodide-kernel``` version."""

__version__ = "0.4.0rc0"
__version__ = "0.4.0"
4 changes: 2 additions & 2 deletions packages/pyodide-kernel-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/pyodide-kernel-extension",
"version": "0.4.0-rc.0",
"version": "0.4.0",
"description": "JupyterLite - Pyodide Kernel Extension",
"homepage": "https://github.com/jupyterlite/pyodide-kernel",
"bugs": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"@jupyterlab/coreutils": "^6.1.1",
"@jupyterlite/contents": "^0.4.0",
"@jupyterlite/kernel": "^0.4.0",
"@jupyterlite/pyodide-kernel": "^0.4.0-rc.0",
"@jupyterlite/pyodide-kernel": "^0.4.0",
"@jupyterlite/server": "^0.4.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/pyodide-kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/pyodide-kernel",
"version": "0.4.0-rc.0",
"version": "0.4.0",
"description": "JupyterLite - Pyodide Kernel",
"homepage": "https://github.com/jupyterlite/pyodide-kernel",
"bugs": {
Expand Down Expand Up @@ -76,8 +76,8 @@
},
"pyodide-kernel": {
"packages": {
"py/pyodide-kernel": "0.4.0rc0",
"py/piplite": "0.4.0rc0",
"py/pyodide-kernel": "0.4.0",
"py/piplite": "0.4.0",
"py/ipykernel": "6.9.2",
"py/widgetsnbextension3/widgetsnbextension": "3.6.6",
"py/widgetsnbextension4/widgetsnbextension": "4.0.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/pyodide-kernel/py/piplite/piplite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

from .piplite import install

__version__ = "0.4.0rc0"
__version__ = "0.4.0"

__all__ = ["install", "__version__"]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A Python kernel backed by Pyodide"""

__version__ = "0.4.0rc0"
__version__ = "0.4.0"

import sys

Expand Down
4 changes: 2 additions & 2 deletions packages/pyodide-kernel/src/_pypi.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// this file is autogenerated from the wheels described in ../package.json
export * as allJSONUrl from '../pypi/all.json';
export * as ipykernelWheelUrl from '../pypi/ipykernel-6.9.2-py3-none-any.whl';
export * as pipliteWheelUrl from '../pypi/piplite-0.4.0rc0-py3-none-any.whl';
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.4.0rc0-py3-none-any.whl';
export * as pipliteWheelUrl from '../pypi/piplite-0.4.0-py3-none-any.whl';
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.4.0-py3-none-any.whl';
export * as widgetsnbextensionWheelUrl from '../pypi/widgetsnbextension-3.6.6-py3-none-any.whl';
export * as widgetsnbextensionWheelUrl1 from '../pypi/widgetsnbextension-4.0.11-py3-none-any.whl';
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2949,7 +2949,7 @@ __metadata:
"@jupyterlab/coreutils": ^6.1.1
"@jupyterlite/contents": ^0.4.0
"@jupyterlite/kernel": ^0.4.0
"@jupyterlite/pyodide-kernel": ^0.4.0-rc.0
"@jupyterlite/pyodide-kernel": ^0.4.0
"@jupyterlite/server": ^0.4.0
rimraf: ^5.0.1
typescript: ~5.2.2
Expand All @@ -2973,7 +2973,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyterlite/pyodide-kernel@^0.4.0-rc.0, @jupyterlite/pyodide-kernel@workspace:packages/pyodide-kernel":
"@jupyterlite/pyodide-kernel@^0.4.0, @jupyterlite/pyodide-kernel@workspace:packages/pyodide-kernel":
version: 0.0.0-use.local
resolution: "@jupyterlite/pyodide-kernel@workspace:packages/pyodide-kernel"
dependencies:
Expand Down

0 comments on commit 7240b03

Please sign in to comment.