github uqfoundation/pathos pathos-0.2.1

latest releases: 0.3.2, pathos-0.3.1, pathos-0.3.0...
6 years ago

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 easy_install or pip:
$ easy_install pathos

pathos requires:
- python, version >=2.6 *or* version >= 3.1
- dill, version >= 0.2.7
- pox, version >= 0.2.3
- ppft, version >= 1.6.4.7
- multiprocess >= 0.70.5

Optional requirements:
- pyina, version >= 0.2a.dev0

pathos is licensed under 3-clause BSD:

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

To cite pathos:

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

Don't miss a new pathos release

NewReleases is sending notifications on new releases.