Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 21:07

cluster_tools

Breaking Changes

  • Removed the map_unordered function of executors. #1193

Changed

  • Deprecated the test_pickling and debug_sequential executor strategies. The strategies multiprocessing_with_pickling and sequential should be used instead. #1193
  • The sequential executor strategy no longer uses multiprocessing functionality internally and instead executes functions sequentially and synchronously in the same process. #1193