pathos 0.3.1 Release Notes
pathos
provides a few basic tools to make parallel and distributed computing more accessable to the end user. The goal of pathos
is to enable the user to extend their own code to parallel and distributed computing with minimal refactoring.
pathos
installs with pip
:
$ pip install pathos
pathos
requires:
- python or pypy, >=3.7
- dill, >=0.3.7
- pox, >=0.3.3
- ppft, >=1.7.6.7
- multiprocess, >=0.70.15
pathos
is licensed under 3-clause BSD:
>>> import pathos
>>> print (pathos.license())
To cite pathos
:
>>> import pathos
>>> print (pathos.citation())
What's Changed
- Allow passing kwds to ProcessPool by @ddelange in #252
- Bump requests from 2.27.1 to 2.31.0 in /docs by @dependabot in #267
- Bump pygments from 2.11.2 to 2.15.0 in /docs by @dependabot in #270
New Contributors
- @ddelange made their first contribution in #252
- @dependabot made their first contribution in #267
Full Changelog: pathos-0.3.0...pathos-0.3.1