File tree Expand file tree Collapse file tree 8 files changed +32
-14
lines changed
jupyterlite_pyodide_kernel
pyodide-kernel/pyodide_kernel Expand file tree Collapse file tree 8 files changed +32
-14
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 0.3.0a0
6+
7+ ([ Full Changelog] ( https://github.com/jupyterlite/pyodide-kernel/compare/@jupyterlite/pyodide-kernel-extension@0.2.3...2546b47c1ec3cfe30d9b1fa27a0f67b007e1b654 ) )
8+
9+ ### Enhancements made
10+
11+ - Update to JupyterLite ` 0.3.0a0 ` [ #93 ] ( https://github.com/jupyterlite/pyodide-kernel/pull/93 ) ([ @jtpio ] ( https://github.com/jtpio ) )
12+
13+ ### Documentation improvements
14+
15+ - docs: add information on compatibility with pyodide versions [ #92 ] ( https://github.com/jupyterlite/pyodide-kernel/pull/92 ) ([ @ManonMarchand ] ( https://github.com/ManonMarchand ) )
16+
17+ ### Contributors to this release
18+
19+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlite/pyodide-kernel/graphs/contributors?from=2024-02-12&to=2024-02-16&type=c ) )
20+
21+ [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Agithub-actions+updated%3A2024-02-12..2024-02-16&type=Issues ) | [ @jtpio ] ( https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Ajtpio+updated%3A2024-02-12..2024-02-16&type=Issues ) | [ @ManonMarchand ] ( https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3AManonMarchand+updated%3A2024-02-12..2024-02-16&type=Issues )
22+
23+ <!-- <END NEW CHANGELOG ENTRY> -->
24+
525## 0.2.3
626
727([ Full Changelog] ( https://github.com/jupyterlite/pyodide-kernel/compare/@jupyterlite/pyodide-kernel-extension@0.2.2...a74b99d282528b2b5f695f8e06def456d1edacc3 ) )
1636
1737[ @bollwyvl ] ( https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Abollwyvl+updated%3A2024-02-05..2024-02-12&type=Issues )
1838
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2139## 0.2.2
2240
2341([ Full Changelog] ( https://github.com/jupyterlite/pyodide-kernel/compare/@jupyterlite/pyodide-kernel-extension@0.2.1...adab8acaa7a4c4eee2097da00ea9d49d847bf0d6 ) )
Original file line number Diff line number Diff line change 11"""source of truth for ``jupyterlite-pyodide-kernel``` version."""
22
3- __version__ = "0.2.3 "
3+ __version__ = "0.3.0a0 "
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyterlite/pyodide-kernel-extension" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.3.0-alpha.0 " ,
44 "description" : " JupyterLite - Pyodide Kernel Extension" ,
55 "homepage" : " https://github.com/jupyterlite/pyodide-kernel" ,
66 "bugs" : {
5050 "@jupyterlab/coreutils" : " ^6.1.1" ,
5151 "@jupyterlite/contents" : " ^0.3.0-alpha.0" ,
5252 "@jupyterlite/kernel" : " ^0.3.0-alpha.0" ,
53- "@jupyterlite/pyodide-kernel" : " ^0.2.3 " ,
53+ "@jupyterlite/pyodide-kernel" : " ^0.3.0-alpha.0 " ,
5454 "@jupyterlite/server" : " ^0.3.0-alpha.0"
5555 },
5656 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyterlite/pyodide-kernel" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.3.0-alpha.0 " ,
44 "description" : " JupyterLite - Pyodide Kernel" ,
55 "homepage" : " https://github.com/jupyterlite/pyodide-kernel" ,
66 "bugs" : {
7373 },
7474 "pyodide-kernel" : {
7575 "packages" : {
76- "py/pyodide-kernel" : " 0.2.3 " ,
77- "py/piplite" : " 0.2.3 " ,
76+ "py/pyodide-kernel" : " 0.3.0a0 " ,
77+ "py/piplite" : " 0.3.0a0 " ,
7878 "py/ipykernel" : " 6.9.2" ,
7979 "py/widgetsnbextension3/widgetsnbextension" : " 3.6.6" ,
8080 "py/widgetsnbextension4/widgetsnbextension" : " 4.0.10"
Original file line number Diff line number Diff line change 22
33from .piplite import install
44
5- __version__ = "0.2.3 "
5+ __version__ = "0.3.0a0 "
66
77__all__ = ["install" , "__version__" ]
Original file line number Diff line number Diff line change 11"""A Python kernel backed by Pyodide"""
22
3- __version__ = "0.2.3 "
3+ __version__ = "0.3.0a0 "
44
55import sys
66
Original file line number Diff line number Diff line change 11// this file is autogenerated from the wheels described in ../package.json
22export * as allJSONUrl from '../pypi/all.json' ;
33export * as ipykernelWheelUrl from '../pypi/ipykernel-6.9.2-py3-none-any.whl' ;
4- export * as pipliteWheelUrl from '../pypi/piplite-0.2.3 -py3-none-any.whl' ;
5- export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.2.3 -py3-none-any.whl' ;
4+ export * as pipliteWheelUrl from '../pypi/piplite-0.3.0a0 -py3-none-any.whl' ;
5+ export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.3.0a0 -py3-none-any.whl' ;
66export * as widgetsnbextensionWheelUrl from '../pypi/widgetsnbextension-3.6.6-py3-none-any.whl' ;
77export * as widgetsnbextensionWheelUrl1 from '../pypi/widgetsnbextension-4.0.10-py3-none-any.whl' ;
Original file line number Diff line number Diff line change @@ -2944,7 +2944,7 @@ __metadata:
29442944 " @jupyterlab/coreutils " : ^6.1.1
29452945 " @jupyterlite/contents " : ^0.3.0-alpha.0
29462946 " @jupyterlite/kernel " : ^0.3.0-alpha.0
2947- " @jupyterlite/pyodide-kernel " : ^0.2.3
2947+ " @jupyterlite/pyodide-kernel " : ^0.3.0-alpha.0
29482948 " @jupyterlite/server " : ^0.3.0-alpha.0
29492949 rimraf : ^5.0.1
29502950 typescript : ~5.2.2
@@ -2968,7 +2968,7 @@ __metadata:
29682968 languageName : unknown
29692969 linkType : soft
29702970
2971- " @jupyterlite/pyodide-kernel@^0.2.3 , @jupyterlite/pyodide-kernel@workspace:packages/pyodide-kernel " :
2971+ " @jupyterlite/pyodide-kernel@^0.3.0-alpha.0 , @jupyterlite/pyodide-kernel@workspace:packages/pyodide-kernel " :
29722972 version : 0.0.0-use.local
29732973 resolution : " @jupyterlite/pyodide-kernel@workspace:packages/pyodide-kernel"
29742974 dependencies :
You can’t perform that action at this time.
0 commit comments