multiprocess-0.70.14
mmckerns
released this
24 Oct 02:34
·
88 commits
to master
since this release
multiprocess 0.70.14 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.7
- dill, >=0.3.6
Multiprocess is licensed under a BSD license.
What's Changed
New Contributors
Full Changelog: multiprocess-0.70.13...multiprocess-0.70.14