Skip to content

0.17.0 - Parallel Fixes

Compare
Choose a tag to compare
@AKuederle AKuederle released this 24 Mar 14:31
· 206 commits to main since this release

[0.17.0] - 2023-03-24

Added

  • We now have a workaround for global configuration that should be passed to worker processes when using
    multiprocessing.
    This is a workaround to a joblib issue and is quite hacky.
    If you want to use this feature with your own configs you can use tpcp.parallel.register_global_parallel_callback.
    If you need to write your own parallel loop using joblib, you need to use tpcp.parallel.delayed instead of
    joblib.delayed.
    (#65)