github uqfoundation/pathos pathos-0.3.1

latest release: 0.3.2
9 months ago

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

New Contributors

Full Changelog: pathos-0.3.0...pathos-0.3.1

Don't miss a new pathos release

NewReleases is sending notifications on new releases.