summaryrefslogtreecommitdiff
path: root/parallel/py-ipyparallel/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-09-06py-ipyparallel: fix PLISTwiz1-2/+2
Bump PKGREVISION. Fix a pkglint warning while here.
2022-07-05py-ipyparallel: updated to 8.4.1adam1-2/+2
8.4.1 is a tiny release, adding support for Python 3.11
2022-06-17py-ipyparallel: updated to 8.4.0adam1-4/+12
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-06py-ipyparallel: updated to 8.2.1adam1-2/+2
8.2.1 Fixes some compatibility issues with latest dask, ipykernel, and setuptools, as well as some typos and improved documentation.
2022-02-13py-ipyparallel: revert previous, but make py-packaging a build dependencywiz1-4/+7
2022-02-13py-ipyparallel: add a missing dependencywiz1-6/+4
Remove some dependencies that are not requested explicitly and pulled in anyway.
2022-02-07py-ipyparallel: updated to 8.2.0adam1-2/+2
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-04py-ipyparallel: added version 8.1.0adam1-0/+47
IPython Parallel (ipyparallel) is a Python package and collection of CLI scripts for controlling clusters of IPython processes, built on the Jupyter protocol.