Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: uqfoundation/pathos

0.3.4

17 Apr 03:41

Choose a tag to compare

0.3.4 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.8
- dill, >=0.4.0
- pox, >=0.3.6
- ppft, >=1.7.7
- multiprocess, >=0.70.18

pathos is licensed under 3-clause BSD:

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

To cite pathos:

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

What's Changed

Full Changelog: 0.3.3...0.3.4

0.3.3

30 Sep 19:33

Choose a tag to compare

0.3.3 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.8
- dill, >=0.3.9
- pox, >=0.3.5
- ppft, >=1.7.6.9
- multiprocess, >=0.70.17

pathos is licensed under 3-clause BSD:

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

To cite pathos:

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

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

28 Jan 19:15

Choose a tag to compare

0.3.2 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.8
- dill, >=0.3.8
- pox, >=0.3.4
- ppft, >=1.7.6.8
- multiprocess, >=0.70.16

pathos is licensed under 3-clause BSD:

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

To cite pathos:

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

What's Changed

Full Changelog: pathos-0.3.1...0.3.2

pathos-0.3.1

23 Jul 11:24

Choose a tag to compare

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

pathos-0.3.0

24 Oct 03:00

Choose a tag to compare

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

pathos-0.2.9

24 May 10:57

Choose a tag to compare

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())

pathos-0.2.8

14 Jun 13:24

Choose a tag to compare

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

pathos requires:
- python, version == 2.7 *or* version >= 3.6
- dill, version >= 0.3.4
- pox, version >= 0.3.0
- ppft, version >= 1.6.6.4
- multiprocess >= 0.70.12

Optional requirements:
- pyina, version >= 0.2.1

pathos is licensed under 3-clause BSD:

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

To cite pathos:

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

pathos-0.2.7

02 Nov 23:23

Choose a tag to compare

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

pathos requires:
- python, version == 2.7 *or* version >= 3.5
- dill, version >= 0.3.3
- pox, version >= 0.2.9
- ppft, version >= 1.6.6.3
- multiprocess >= 0.70.11

Optional requirements:
- pyina, version >= 0.2.1

pathos is licensed under 3-clause BSD:

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

To cite pathos:

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

pathos-0.2.6

16 Jun 14:52

Choose a tag to compare

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

pathos requires:
- python, version == 2.7 *or* version >= 3.5
- dill, version >= 0.3.2
- pox, version >= 0.2.8
- ppft, version >= 1.6.6.2
- multiprocess >= 0.70.10

Optional requirements:
- pyina, version >= 0.2.1

pathos is licensed under 3-clause BSD:

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

To cite pathos:

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

pathos-0.2.5

28 Sep 17:59

Choose a tag to compare

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

pathos requires:
- python, version >=2.6 *or* version >= 3.1
- dill, version >= 0.3.1
- pox, version >= 0.2.7
- ppft, version >= 1.6.6.1
- multiprocess >= 0.70.9

Optional requirements:
- pyina, version >= 0.2.1

pathos is licensed under 3-clause BSD:

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

To cite pathos:

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