Skip to content

pathos-0.2.9

Compare
Choose a tag to compare
@mmckerns mmckerns released this 24 May 10:57
· 76 commits to master since this release

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, ==2.7 or >=3.7
- dill, >=0.3.5.1
- pox, >=0.3.1
- ppft, >=1.7.6.5
- multiprocess, >=0.70.13

pathos is licensed under 3-clause BSD:

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

To cite pathos:

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