0.6.1 - New `doit_config` + API change to support multiprocessing
-
New
doit_config()utility method to generate a validDOIT_CONFIGin its caller module. Fixes #1 -
The
taskAPI was not compliant with thenum_processoption in the configuration, enabling multiprocess execution of doit. In order to fix the issue (an issue with pickle),taskwas split into two:@pytaskis the decorator, andtaskis the creator. Fixed #3
See documentation page for details.