2020-04-14 14:57:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 5.2.0
5.2.0 Includes several bugfixes and internal logic improvements.
- Produce better traceback when kernel is interrupted
- Add ``InProcessKernelClient.control_channel`` for compatibility with \
jupyter-client v6.0.0
- Drop support for Python 3.4
- Work around issue related to Tornado with python3.8 on Windows
- Prevent entering event loop if it is None
- Use ``shell.input_transformer_manager`` when available
|
2020-01-28 09:04:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 5.1.4
5.1.4
5.1.4 Includes a few bugfixes,
especially for compatibility with Python 3.8 on Windows.
- Fix pickle issues when using inline matplotlib backend
- Fix an error during kernel shutdown
- Fix compatibility issues with Python 3.8
- Remove some dead code
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-10-21 21:16:56 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ipykernel: updated to 5.1.3
5.1.3 Includes several bugfixes and internal logic improvements.
- Fix comm shutdown behavior by adding a ``deleting`` option to ``close`` which \
can be set to prevent registering new comm channels during shutdown
- Fix ``Heartbeat._bind_socket`` to return on the first bind
- Moved ``InProcessKernelClient.flush`` to ``DummySocket``
- Don't redirect stdout if nose machinery is not present
- Rename `_asyncio.py` to `_asyncio_utils.py` to avoid name conflicts on Python 3.6+
- Only generate kernelspec when installing or building wheel
- Fix priority ordering of control-channel messages in some cases
|
2019-08-21 12:25:56 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ipykernel: updated to 5.1.2
5.1.2
5.1.2 fixes some socket-binding race conditions that caused testing failures in
nbconvert.
- Fix socket-binding race conditions
- Add a no-op ``flush`` method to ``DummySocket`` and comply with stream API
- Update kernel version to indicate kernel v5.3 support
- Add testing for upcoming Python 3.8 and PEP 570 positional parameters
|
2019-05-20 13:13:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 5.1.1
5.1.1 fixes a bug that caused cells to get stuck in a busy state.
- Flush after sending replies
|
2019-05-03 12:54:38 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Remove references to Python 3.4
|
2018-11-29 19:24:36 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ipykernel: updated to 5.1.0
5.1.0
- Fix message-ordering bug that could result in out-of-order executions,
especially on Windows
- Fix classifiers to indicate dropped Python 2 support
- Remove some dead code
- Support rich-media responses in inspect_requests (tooltips)
5.0.0
- Drop support for Python 2. ipykernel 5.0 requires Python >= 3.4
- Add support for IPython's asynchronous code execution
- Update release process in CONTRIBUTING.md
|
2018-02-27 07:54:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 4.8.2
4.8.2:
Fix compatibility issue with qt eventloop and pyzmq 17
|
2018-02-14 10:24:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 4.8.1
4.8.1
- set zmq.ROUTER_HANDOVER socket option when available
to workaround libzmq reconnect bug
- Fix sdists including absolute paths for kernelspec files,
which prevented installation from sdist on Windows
|