Skip to content

v0.3.1

Compare
Choose a tag to compare
@phi-friday phi-friday released this 29 Feb 10:22
· 154 commits to main since this release

Full Changelog: v0.2.1...v0.3.1

breaking changes

  1. remove other parallel execution library dependencies(billiard, loky, etc...), use subprocess.
  2. remove other serialization library dependencies(dill, pickle, etc...), use cloudpickle only.
  3. Use AsyncResult.