2022-06-17 14:23:18 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-ipyparallel: updated to 8.4.0
8.4.0 is a small release, with some bugfixes and improvements to the release process.
Bugfixes:
- (`%px`) only skip redisplay of streamed errors if outputs are complete
Compatibility improvements:
- Avoid use of recently deprecated asyncio/tornado APIs
around 'current' event loops that are not running.
Build improvements:
- Switch to hatch backend for packaging
|
2022-04-06 17:17:17 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ipyparallel: updated to 8.2.1
8.2.1 Fixes some compatibility issues with latest dask, ipykernel, and setuptools,
as well as some typos and improved documentation.
|
2022-02-13 18:19:42 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-ipyparallel: revert previous, but make py-packaging a build dependency
|
2022-02-13 10:56:03 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-ipyparallel: add a missing dependency
Remove some dependencies that are not requested explicitly and pulled in
anyway.
|
2022-02-07 18:07:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ipyparallel: updated to 8.2.0
8.2.0 is a small release, mostly of small bugfixes and improvements.
Changes:
`len(AsyncMapResult)` and progress ports now use the number of items in the map,
not the number of messages.
Enhancements:
- Show output prior to errors in `%%px`
Bugs fixed:
- Fix cases where engine id could be `-1` in tracebacks
- Add missing `pbs` to engine launcher entrypoints
|
2022-02-04 14:09:41 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
py-ipyparallel: added version 8.1.0
IPython Parallel (ipyparallel) is a Python package and collection of CLI
scripts for controlling clusters of IPython processes, built on the Jupyter
protocol.
|