Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit f79a721

Browse files
committed
Publish 1.0.0a1
SHA256 hashes: jupyterlite-xeus-python-kernel-1.0.0-a1.tgz: b17024e3f7e18b386d7155010d40d9be68ced784a2914913f6869f8ba315456b jupyterlite_xeus_python-1.0.0a1-py3-none-any.whl: 7de2c76e2ad620ebfde74bc6c65016579d1647de166854d01c11e0618d0693d9 jupyterlite_xeus_python-1.0.0a1.tar.gz: fe6ec26c282b370c7744266985f9ddf81caee258ac4c9adc5cb3cb8d39e0a2c2
1 parent 2f33657 commit f79a721

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.0.0a1
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v1.0.0a0...2f336570200a6fec5f82c302ed6c5fda80598535))
8+
9+
### Enhancements made
10+
11+
- Python 3.11 and new emscripten-wasm32 platform [#164](https://github.com/jupyterlite/xeus-python-kernel/pull/164) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Adopt `ruff`, `black`, fix various issues [#169](https://github.com/jupyterlite/xeus-python-kernel/pull/169) ([@jtpio](https://github.com/jtpio))
16+
- Align repo with the extension template [#168](https://github.com/jupyterlite/xeus-python-kernel/pull/168) ([@jtpio](https://github.com/jtpio))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus-python-kernel/graphs/contributors?from=2023-09-27&to=2023-10-11&type=c))
21+
22+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Agithub-actions+updated%3A2023-09-27..2023-10-11&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Ajtpio+updated%3A2023-09-27..2023-10-11&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-09-27..2023-10-11&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 1.0.0a0
627

728
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.6...8ed06f083b2e325af748e256e8a5e7118ec29a7e))
@@ -16,8 +37,6 @@
1637

1738
[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Ajtpio+updated%3A2023-09-27..2023-09-27&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-09-27..2023-09-27&type=Issues)
1839

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2140
## 0.9.6
2241

2342
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.5...48c2518812d748377609a2d2da7b16b4ae417f9f))

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-python-kernel",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-a1",
44
"description": "A Python kernel for JupyterLite, powered by Xeus",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)