Path to this page:
./
devel/py-ipykernel,
IPython Kernel for Jupyter
Branch: CURRENT,
Version: 5.4.3,
Package name: py38-ipykernel-5.4.3,
Maintainer: pkgsrc-usersThis package provides the IPython kernel for Jupyter.
Required to run:[
devel/py-setuptools] [
devel/py-ipython] [
www/py-tornado] [
devel/py-traitlets] [
devel/py-jupyter_client] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: c9721cfddbbd81470bc6687d0276d4b6704a5ae6
RMD160: ecc221c9d66fb3134b09cdecc37df96f2457c8bd
Filesize: 109.132 KB
Version history: (Expand)
- (2021-02-09) Updated to version: py38-ipykernel-5.4.3
- (2020-12-14) Updated to version: py38-ipykernel-5.4.2
- (2020-12-11) Updated to version: py38-ipykernel-5.4.0
- (2020-07-31) Updated to version: py37-ipykernel-5.3.4
- (2020-07-15) Updated to version: py37-ipykernel-5.3.2
- (2020-07-12) Updated to version: py37-ipykernel-5.3.1
CVS history: (Expand)
2021-02-09 07:48:50 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ipykernel: updated to 5.4.3
5.4.3
- Rework wait_for_ready logic.
|
2020-12-14 06:58:24 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-ipykernel: updated to 5.4.2
5.4.2
- Revert "Fix stop_on_error_timeout blocking other messages in queue".
5.4.1
- Invalid syntax in ipykernel/log.py.
|
2020-12-11 09:09:30 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-ipykernel: updated to 5.4.0
5.4.0 is generally focused on code quality improvements and tornado asyncio \
compatibility.
- Add github actions, bail on asyncio patch for tornado 6.1.
- Start testing on Python 3.9.
- Fix stack levels for ipykernel's deprecation warnings and stop using some \
deprecated APIs.
- Add env parameter to kernel installation
- Fix stop_on_error_timeout blocking other messages in queue.
- Remove most of the python 2 compat code.
- Remove u-prefix from strings
|
2020-08-10 01:15:48 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs a newer ipython which doesn't support Python 3.6. Adjust.
|
2020-07-27 08:40:11 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ipykernel: updated to 5.3.4
5.3.4
- Only run Qt eventloop in the shell stream.
5.3.3
- Fix QSocketNotifier in the Qt event loop not being disabled for the control \
channel.
|
2020-07-15 09:36:45 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ipykernel: updated to 5.3.2
5.3.2
- Restore timer based event loop as a Windows-compatible fallback.
|
2020-07-07 10:20:33 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ipykernel: updated to 5.3.1
5.3.1
- Fix: run post_execute and post_run_cell on async cells
- Fix exception causes in zmqshell.py
- Make pdb on Windows interruptible
|
2020-06-20 18:43:15 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-ipykernel: updated to 5.3.0
5.3.0 Adds support for Trio event loops and has some bug fixes.
- Fix ipython display imports
- Skip test_unc_paths if OS is not Windows
- Allow interrupting input() on Windows, as part of effort to make pdb interruptible
- Add Trio Loop
- Flush from process even without newline
|