Skip to content

multiprocess-0.70.15

Compare
Choose a tag to compare
@mmckerns mmckerns released this 23 Jul 05:09
· 29 commits to master since this release

multiprocess 0.70.15 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.7

Multiprocess is licensed under a BSD license.

What's Changed

  • Don't try to import a toplevel init module by @smurfix in #131
  • Update LICENSE with the current filename of COPYING by @hvaara in #136
  • Bump requests from 2.27.1 to 2.31.0 in /docs by @dependabot in #146
  • Bump pygments from 2.11.2 to 2.15.0 in /docs by @dependabot in #153

New Contributors

Full Changelog: multiprocess-0.70.14...multiprocess-0.70.15