0.70.16 Release Notes
Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.
Multiprocess installs with pip:
$ pip install multiprocess
Multiprocess requires:
- python or pypy, >=3.8
- dill, >=0.3.8
Multiprocess is licensed under a BSD license.
What's Changed
- update to python 3.12.0rc1 by @mmckerns in #157
- drop formal support for python 3.7 by @mmckerns in #158
- define html_theme as rtd workaround by @mmckerns in #159
- update to reflect changes in multiprocessing in Python 3.11.5 by @mmckerns in #160
- update to python 3.12.0rc2 by @mmckerns in #161
- update to 3.12.0rc3 by @mmckerns in #162
- update to python 3.11.6; add formal support for python 3.12 by @mmckerns in #163
- update 3.11 and 3.12 tests to use submodules by @mmckerns in #164
- formal support for python 3.12, initial for 3.13 by @mmckerns in #165
- add build to rtfd config by @mmckerns in #167
- update for python 3.13.0a2 by @mmckerns in #168
- update to python 3.11.7 and 3.12.1 by @mmckerns in #169
- updated copyright for 2024 by @mmckerns in #170
- Bump jinja2 from 3.1.1 to 3.1.3 in /docs by @dependabot in #171
- update sphinx to 6.2.1 by @mmckerns in #172
- Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by @dependabot in #173
- update to python 3.13.0a3 by @mmckerns in #174
Full Changelog: multiprocess-0.70.15...0.70.16