0.3.5 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.9
- dill, >=0.4.1
- pox, >=0.3.7
- ppft, >=1.7.8
- multiprocess, >=0.70.19
pathos is licensed under 3-clause BSD:
>>> import pathos
>>> print (pathos.license())
To cite pathos:
>>> import pathos
>>> print (pathos.citation())
What's Changed
- Bump jinja2 from 3.1.5 to 3.1.6 in /docs by @dependabot[bot] in #309
- drop formal support for python 3.8 by @mmckerns in #310
- Bump h11 from 0.14.0 to 0.16.0 in /docs by @dependabot[bot] in #311
- sync docs with RTD 13.4.0 and codecov token by @mmckerns in #313
- update rtfd to 3.12 and docs requirements by @mmckerns in #315
- formal support for 3.14; prep for 3.15 by @mmckerns in #317
- sync with rtd 15.4.1 by @mmckerns in #319
- avoid numpy segfault for py3.15.0a3 by @mmckerns in #321
- update copyright for 2026, urllib3 to 2.6.0 by @mmckerns in #322
- sync with rtfd 15.10.0 by @mmckerns in #324
- Bump urllib3 from 2.6.0 to 2.6.3 in /docs by @dependabot[bot] in #323
- travis use noble, 3.15t, 3.14, coverage on 3.10 by @mmckerns in #325
Full Changelog: 0.3.4...0.3.5