Skip to content

0.6.1 - New `doit_config` + API change to support multiprocessing

Choose a tag to compare

@smarie smarie released this 20 Sep 13:54
· 11 commits to master since this release
  • New doit_config() utility method to generate a valid DOIT_CONFIG in its caller module. Fixes #1

  • The task API was not compliant with the num_process option in the configuration, enabling multiprocess execution of doit. In order to fix the issue (an issue with pickle), task was split into two: @pytask is the decorator, and task is the creator. Fixed #3

See documentation page for details.