Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 19:09

webknossos

Breaking Changes

  • wait_and_ensure_success from webknossos.utils now requires an executor argument. #943

Changed

  • Updates various dependencies. #943

cluster_tools

Breaking Changes

  • Dropped support for Python 3.7. #943
  • Please use Executor.as_completed instead of concurrent.futures.as_completed because the latter will not work for DaskExecutor futures. #943

Added

  • Added DaskScheduler (only Python >= 3.9). #943

Changed

  • The exported Executor type is now implemented as a protocol. #943