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

Commit

Permalink
Publish 1.0.0a1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
martinRenou committed Oct 11, 2023
1 parent 2f33657 commit f79a721
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## 1.0.0a1

([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v1.0.0a0...2f336570200a6fec5f82c302ed6c5fda80598535))

### Enhancements made

- Python 3.11 and new emscripten-wasm32 platform [#164](https://github.com/jupyterlite/xeus-python-kernel/pull/164) ([@martinRenou](https://github.com/martinRenou))

### Maintenance and upkeep improvements

- Adopt `ruff`, `black`, fix various issues [#169](https://github.com/jupyterlite/xeus-python-kernel/pull/169) ([@jtpio](https://github.com/jtpio))
- Align repo with the extension template [#168](https://github.com/jupyterlite/xeus-python-kernel/pull/168) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

([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))

[@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)

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

## 1.0.0a0

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

[@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)

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

## 0.9.6

([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.5...48c2518812d748377609a2d2da7b16b4ae417f9f))
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-python-kernel",
"version": "1.0.0-alpha.0",
"version": "1.0.0-a1",
"description": "A Python kernel for JupyterLite, powered by Xeus",
"keywords": [
"jupyter",
Expand Down

0 comments on commit f79a721

Please sign in to comment.