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

Commit 3ea3e6f

Browse files
committed
Publish 0.9.3
SHA256 hashes: jupyterlite-xeus-python-0.9.3.tar.gz: 0c14549a8a57330a39d6c131894648c2247e7dc3ae11cace8ed6ad9ee16a17a2 jupyterlite-xeus-python-kernel-0.9.3.tgz: c9e3471137dcebcf8ecbd966bdcfef1799cb74d516725e764bb3781b81921c99 jupyterlite_xeus_python-0.9.3-py3-none-any.whl: 9af26b67eb63c618860e70ca472666afaf4826657a82bea6a8d1f8d343785419
1 parent 3f74831 commit 3ea3e6f

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.9.3
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.2...3f74831afeb265c8c2aed1398314181073527dad))
8+
9+
### Documentation improvements
10+
11+
- Add documentation for installing local pip packages [#146](https://github.com/jupyterlite/xeus-python-kernel/pull/146) ([@martinRenou](https://github.com/martinRenou))
12+
- Add more docs about pip installation limitations [#144](https://github.com/jupyterlite/xeus-python-kernel/pull/144) ([@martinRenou](https://github.com/martinRenou))
13+
14+
### Other merged PRs
15+
16+
- Fix version number [#147](https://github.com/jupyterlite/xeus-python-kernel/pull/147) ([@martinRenou](https://github.com/martinRenou))
17+
- More testing [#143](https://github.com/jupyterlite/xeus-python-kernel/pull/143) ([@martinRenou](https://github.com/martinRenou))
18+
- Compute local package dir when pip install [#142](https://github.com/jupyterlite/xeus-python-kernel/pull/142) ([@martinRenou](https://github.com/martinRenou))
19+
20+
### Contributors to this release
21+
22+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus-python-kernel/graphs/contributors?from=2023-07-24&to=2023-08-03&type=c))
23+
24+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Agithub-actions+updated%3A2023-07-24..2023-08-03&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Ajtpio+updated%3A2023-07-24..2023-08-03&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-07-24..2023-08-03&type=Issues)
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
528
## 0.9.2
629

730
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.1...70717e5981fcefd9f0cff7c8eb567cdbe928bef7))
@@ -20,8 +43,6 @@
2043

2144
[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-07-20..2023-07-24&type=Issues)
2245

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2546
## 0.9.1
2647

2748
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.0...f6e764fac2ca525be9686b0bddd1dcdf5590162c))

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

0 commit comments

Comments
 (0)