2021-06-10 20:47:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 5.5.5
5.5.5
-----
- Keep preferring SelectorEventLoop on Windows. (:ghpull:`669`)
5.5.4
-----
- Import ``configure_inline_support`` from ``matplotlib_inline`` if available \
(:ghpull:`654`)
5.5.3
-----
- Revert Backport of 605: Fix Handling of ``shell.should_run_async`` (:ghpull:`622`)
5.5.2
-----
**Note:** This release was deleted from PyPI since it had breaking changes.
- Changed default timeout to 0.0 seconds for stop_on_error_timeout. (:ghpull:`618`)
5.5.1
-----
**Note:** This release was deleted from PyPI since it had breaking changes.
- Fix Handling of ``shell.should_run_async``. (:ghpull:`605`)
5.5.0
-----
- Kernelspec: ensure path is writable before writing ``kernel.json``. (:ghpull:`593`)
- Add ``configure_inline_support`` and call it in the shell. (:ghpull:`590`)
|
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
|
2020-04-15 11:50:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 5.2.1
5.2.1
- Handle system commands that use UNC paths on Windows
- Add offset argument to seek in io test
|