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
- Bump idna from 3.4 to 3.7 in /docs by @dependabot in #284
- Bump jinja2 from 3.1.3 to 3.1.4 in /docs by @dependabot in #285
- Bump requests from 2.31.0 to 2.32.0 in /docs by @dependabot in #286
- Bump tornado from 6.3.3 to 6.4.1 in /docs by @dependabot in #287
- bump requirements in setup, docs to rtfd 10.27.0, map example by @mmckerns in #289
- Bump certifi from 2024.2.2 to 2024.7.4 in /docs by @dependabot in #290
- type check for Integral, bool by value by @mmckerns in #291
- travis build 3.13 with multiprocess and ppft master by @mmckerns in #292
- add formal support for python 3.13 by @mmckerns in #293
Full Changelog: 0.3.2...0.3.3