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
- update travis badge link by @mmckerns in #294
- docs formatting for sphinx 8.x by @mmckerns in #295
- add initial support for python 3.14 by @mmckerns in #299
- Bump starlette from 0.37.2 to 0.40.0 in /docs by @dependabot in #296
- fix typo in requirements.txt by @mmckerns in #300
- updated copyright for 2025 by @mmckerns in #304
- Bump jinja2 from 3.1.4 to 3.1.5 in /docs by @dependabot in #303
- update docs requirements; CI for pypy3.11 by @mmckerns in #306
Full Changelog: 0.3.3...0.3.4