Skip to content

pathos-0.3.0

Compare
Choose a tag to compare
@mmckerns mmckerns released this 24 Oct 03:00
· 61 commits to master since this release

pathos 0.3.0 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.6
- pox, >=0.3.2
- ppft, >=1.7.6.6
- multiprocess, >=0.70.14

pathos is licensed under 3-clause BSD:

>>> import pathos
>>> print (pathos.license())

To cite pathos:

>>> import pathos
>>> print (pathos.citation())

Full Changelog: pathos-0.2.9...pathos-0.3.0