0.3.2
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
- drop formal support for python 3.7 by @mmckerns in #271
- example of nested parallel using pathos.maps by @mmckerns in #272
- define html_theme as rtd workaround by @mmckerns in #273
- update install doc in tests by @mmckerns in #274
- formal support for python 3.12, initial for 3.13 by @mmckerns in #277
- add build to rtfd config by @mmckerns in #278
- updated copyright for 2024 by @mmckerns in #280
- Bump jinja2 from 3.1.1 to 3.1.3 in /docs by @dependabot in #281
- update sphinx to 6.2.1 by @mmckerns in #282
- Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by @dependabot in #283
Full Changelog: pathos-0.3.1...0.3.2