Skip to content

v0.9.18

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 07:41

cluster_tools

Breaking Changes

  • The cluster-tools serialize the output of a job in the format (wasSuccessful, result_value) to a pickle file if output_pickle_path is provided and multiprocessing is used. This is consistent with how it is already done when using a cluster executor (e.g., slurm). #686