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

Commit 0392fa1

Browse files
committed
Publish 0.9.8
SHA256 hashes: jupyterlite-xeus-python-0.9.8.tar.gz: 7f3262803f8c58280e7ba4069337471f23ad08518fcb6ef4f3abe97a3c1a79ff jupyterlite-xeus-python-kernel-0.9.8.tgz: 237df0ecf8dfe732691d10b4209eb521d529511056ef2f2b715b8edb1e24217e jupyterlite_xeus_python-0.9.8-py3-none-any.whl: 4f2c1f09a92932fc953b43701fc42edc1f4054154d9b6b4e28ff846f5b453956
1 parent abf2ccf commit 0392fa1

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.9.8
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.7...abf2ccf8d41db4a4401711fa0862f529e5164dca))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Adopt `ruff`, `black`, fix various issues (Backport PR #169) [#192](https://github.com/jupyterlite/xeus-python-kernel/pull/192) ([@meeseeksmachine](https://github.com/meeseeksmachine))
12+
- Align repo with the extension template (Backport #168) [#191](https://github.com/jupyterlite/xeus-python-kernel/pull/191) ([@martinRenou](https://github.com/martinRenou))
13+
- Update to JupyterLab 4 and JupyterLite 0.2.0 (Backport #155 on 0.x) [#190](https://github.com/jupyterlite/xeus-python-kernel/pull/190) ([@martinRenou](https://github.com/martinRenou))
14+
15+
### Other merged PRs
16+
17+
- Pin xeus-lite [#195](https://github.com/jupyterlite/xeus-python-kernel/pull/195) ([@martinRenou](https://github.com/martinRenou))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus-python-kernel/graphs/contributors?from=2023-11-08&to=2023-12-06&type=c))
22+
23+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Agithub-actions+updated%3A2023-11-08..2023-12-06&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-11-08..2023-12-06&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Ameeseeksmachine+updated%3A2023-11-08..2023-12-06&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.9.7
628

729
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.6...89f548a6b549aadc6bc56732552b0c15f6ecee11))
@@ -16,8 +38,6 @@
1638

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

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2141
## 0.9.6
2242

2343
([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": "0.9.7",
3+
"version": "0.9.8",
44
"description": "A Python kernel for JupyterLite, powered by Xeus",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)