async-kernel 0.20.0__tar.gz → 0.20.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.github/workflows/ci.yml +4 -4
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.github/workflows/new_release.yml +1 -1
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.github/workflows/pre-commit.yml +1 -1
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.github/workflows/publish-docs.yml +2 -2
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.github/workflows/publish-to-pypi.yml +2 -2
- {async_kernel-0.20.0 → async_kernel-0.20.1}/CHANGELOG.md +13 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/PKG-INFO +1 -1
- {async_kernel-0.20.0 → async_kernel-0.20.1}/_version.py +2 -2
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/interface/base.py +2 -1
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.github/dependabot.yaml +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.github/release.yml +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.github/workflows/enforce-label.yml +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.gitignore +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.pre-commit-config.yaml +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.vscode/launch.json +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.vscode/settings.json +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/.vscode/spellright.dict +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/CONTRIBUTING.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/IPYTHON_LICENSE +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/LICENSE +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/README.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/cliff.toml +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/about/changelog.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/about/contributing.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/about/index.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/about/license.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/index.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/javascripts/extra.js +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/notebooks/caller.ipynb +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/notebooks/concurrency.ipynb +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/notebooks/custom_kernel.ipynb +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/overrides/main.html +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/caller.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/comm.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/command.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/common.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/debugger.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/event_loop.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/index.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/interface.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/ipshell.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/kernel.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/kernelspec.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/pending.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/shell.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/typing.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/reference/utils.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/stylesheets/extra.css +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/thread_safety.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/usage/commands.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/docs/usage/index.md +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/hatch_build.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/mkdocs.yml +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/pyproject.toml +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/__init__.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/__main__.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/caller.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/comm.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/command.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/common.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/compat/attr_docs.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/compat/json.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/compiler.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/debugger.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/event_loop/__init__.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/event_loop/asyncio_guest.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/event_loop/qt_host.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/event_loop/run.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/event_loop/tk_host.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/interface/__init__.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/interface/callable.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/interface/ip_app.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/interface/zmq.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/kernel.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/kernelspec.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/pending.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/py.typed +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/resources/logo-32x32.png +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/resources/logo-64x64.png +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/resources/logo-svg.svg +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/shell/__init__.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/shell/base.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/shell/ipshell.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/typing.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/src/async_kernel/utils.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/__init__.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/conftest.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/references.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_base_interface.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_callable_interface.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_caller.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_comm.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_command.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_common.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_compat.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_debugger.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_debugger_static.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_encryption.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_enter_kernel.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_event_loop.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_iostream.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_kernel_ipshell.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_kernelspec.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_message_spec.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_pending.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_subclass.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_typing.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_utils.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_zmq_interface.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/test_zmq_interface_ip.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/tests/utils.py +0 -0
- {async_kernel-0.20.0 → async_kernel-0.20.1}/uv.lock +0 -0
|
@@ -15,7 +15,7 @@ jobs:
|
|
|
15
15
|
type-checking:
|
|
16
16
|
runs-on: ubuntu-latest
|
|
17
17
|
steps:
|
|
18
|
-
- uses: actions/checkout@
|
|
18
|
+
- uses: actions/checkout@v7
|
|
19
19
|
with:
|
|
20
20
|
fetch-depth: 0
|
|
21
21
|
|
|
@@ -42,7 +42,7 @@ jobs:
|
|
|
42
42
|
- "3.15"
|
|
43
43
|
steps:
|
|
44
44
|
- name: Checkout
|
|
45
|
-
uses: actions/checkout@
|
|
45
|
+
uses: actions/checkout@v7
|
|
46
46
|
|
|
47
47
|
- name: Install uv
|
|
48
48
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
|
@@ -82,7 +82,7 @@ jobs:
|
|
|
82
82
|
needs: type-checking
|
|
83
83
|
runs-on: ubuntu-latest
|
|
84
84
|
steps:
|
|
85
|
-
- uses: actions/checkout@
|
|
85
|
+
- uses: actions/checkout@v7
|
|
86
86
|
with:
|
|
87
87
|
fetch-depth: 0
|
|
88
88
|
|
|
@@ -111,7 +111,7 @@ jobs:
|
|
|
111
111
|
needs: type-checking
|
|
112
112
|
runs-on: ubuntu-latest
|
|
113
113
|
steps:
|
|
114
|
-
- uses: actions/checkout@
|
|
114
|
+
- uses: actions/checkout@v7
|
|
115
115
|
with:
|
|
116
116
|
fetch-depth: 0
|
|
117
117
|
|
|
@@ -20,7 +20,7 @@ jobs:
|
|
|
20
20
|
name: Deploy dev or latest version
|
|
21
21
|
runs-on: ubuntu-latest
|
|
22
22
|
steps:
|
|
23
|
-
- uses: actions/checkout@
|
|
23
|
+
- uses: actions/checkout@v7
|
|
24
24
|
- name: Configure Git Credentials
|
|
25
25
|
run: |
|
|
26
26
|
git config user.name github-actions[bot]
|
|
@@ -32,7 +32,7 @@ jobs:
|
|
|
32
32
|
version-file: "pyproject.toml"
|
|
33
33
|
|
|
34
34
|
- name: Checkout
|
|
35
|
-
uses: actions/checkout@
|
|
35
|
+
uses: actions/checkout@v7
|
|
36
36
|
with:
|
|
37
37
|
fetch-depth: 0
|
|
38
38
|
|
|
@@ -25,7 +25,7 @@ jobs:
|
|
|
25
25
|
outputs:
|
|
26
26
|
TAG: ${{ steps.tag_info.outputs.tag }}
|
|
27
27
|
steps:
|
|
28
|
-
- uses: actions/checkout@
|
|
28
|
+
- uses: actions/checkout@v7
|
|
29
29
|
with:
|
|
30
30
|
persist-credentials: false
|
|
31
31
|
# Fetch full history for setuptools-scm
|
|
@@ -104,7 +104,7 @@ jobs:
|
|
|
104
104
|
env:
|
|
105
105
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
106
106
|
steps:
|
|
107
|
-
- uses: actions/checkout@
|
|
107
|
+
- uses: actions/checkout@v7
|
|
108
108
|
with:
|
|
109
109
|
persist-credentials: false
|
|
110
110
|
# Fetch full history for setuptools-scm
|
|
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.20.1] - 2026-06-22
|
|
9
|
+
|
|
10
|
+
### <!-- 2 --> 🐛 Fixes
|
|
11
|
+
|
|
12
|
+
- Use a long sleep in a loop instead of anyio.sleep_forever which returns immediately on pyodide. [#504](https://github.com/fleming79/async-kernel/pull/504)
|
|
13
|
+
|
|
14
|
+
### <!-- 6 --> 🌀 Miscellaneous
|
|
15
|
+
|
|
16
|
+
- Bump actions/checkout from 6 to 7 in the actions group [#503](https://github.com/fleming79/async-kernel/pull/503)
|
|
17
|
+
|
|
8
18
|
## [0.20.0] - 2026-06-22
|
|
9
19
|
|
|
10
20
|
### <!-- 0 --> 🏗️ Breaking changes
|
|
@@ -25,6 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
25
35
|
|
|
26
36
|
### <!-- 6 --> 🌀 Miscellaneous
|
|
27
37
|
|
|
38
|
+
- Prepare for release v0.20.0 [#502](https://github.com/fleming79/async-kernel/pull/502)
|
|
39
|
+
|
|
28
40
|
- Use cancellation for interface shutdown. [#501](https://github.com/fleming79/async-kernel/pull/501)
|
|
29
41
|
|
|
30
42
|
- Use a Countdown event in _start_hb_iopub_shell_control_threads. [#500](https://github.com/fleming79/async-kernel/pull/500)
|
|
@@ -1387,6 +1399,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1387
1399
|
|
|
1388
1400
|
- Bump the actions group across 1 directory with 2 updates [#3](https://github.com/fleming79/async-kernel/pull/3)
|
|
1389
1401
|
|
|
1402
|
+
[0.20.1]: https://github.com/fleming79/async-kernel/compare/v0.20.0..v0.20.1
|
|
1390
1403
|
[0.20.0]: https://github.com/fleming79/async-kernel/compare/v0.19.2..v0.20.0
|
|
1391
1404
|
[0.19.2]: https://github.com/fleming79/async-kernel/compare/v0.19.1..v0.19.2
|
|
1392
1405
|
[0.19.1]: https://github.com/fleming79/async-kernel/compare/v0.19.0..v0.19.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: async-kernel
|
|
3
|
-
Version: 0.20.
|
|
3
|
+
Version: 0.20.1
|
|
4
4
|
Summary: A concurrent python kernel for Jupyter supporting AnyIO, AsyncIO and Trio.
|
|
5
5
|
Project-URL: Homepage, https://fleming79.github.io/async-kernel
|
|
6
6
|
Project-URL: Documentation, https://fleming79.github.io/async-kernel
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.20.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 20,
|
|
21
|
+
__version__ = version = '0.20.1'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 20, 1)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -381,7 +381,8 @@ class BaseInterface(Application, anyio.AsyncContextManagerMixin, Generic[T_shell
|
|
|
381
381
|
"""
|
|
382
382
|
try:
|
|
383
383
|
async with self:
|
|
384
|
-
|
|
384
|
+
while not self.stopping.done():
|
|
385
|
+
await anyio.sleep(1e6)
|
|
385
386
|
finally:
|
|
386
387
|
if stopped:
|
|
387
388
|
stopped()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|