0.70.17 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.9
Multiprocess is licensed under a BSD license.
What's Changed
- Update to python 3.11.8 and 3.12.2 by @mmckerns in #176
- update to python 3.13.0a4 by @mmckerns in #177
- update to python 3.13.0a5 by @mmckerns in #178
- sync code with python 3.11.9, 3.12.3, and 3.13.0a6 by @mmckerns in #180
- Bump idna from 3.4 to 3.7 in /docs by @dependabot in #181
- Fix typo in py3.13/_multiprocess name by @befeleme in #183
- Bump jinja2 from 3.1.3 to 3.1.4 in /docs by @dependabot in #184
- Bump requests from 2.31.0 to 2.32.0 in /docs by @dependabot in #185
- Bump tornado from 6.3.3 to 6.4.1 in /docs by @dependabot in #186
- update docs requirements to rtfd 10.27.0 by @mmckerns in #188
- Bump certifi from 2024.2.2 to 2024.7.4 in /docs by @dependabot in #189
- sync code with python 3.12.5, 3.13.0rc1, and pypy 7.3.17 by @mmckerns in #192
- add formal support for python 3.13 by @mmckerns in #193
New Contributors
Full Changelog: 0.70.16...0.70.17