Skip to content

0.70.16

Latest
Compare
Choose a tag to compare
@mmckerns mmckerns released this 28 Jan 18:59
· 9 commits to master since this release

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

Full Changelog: multiprocess-0.70.15...0.70.16