Skip to content

Releases: scalableminds/webknossos-libs

v0.14.15

07 Feb 17:52

Choose a tag to compare

cluster_tools

Fixed

  • Fixed working directory propagation in DaskExecutor. #994

v0.14.14

12 Jan 08:56

Choose a tag to compare

webknossos

Added

  • Added a method to the Datasets class that calculates a dataset's bounding box covering all layers. #975

v0.14.13

02 Jan 12:31

Choose a tag to compare

webknossos

Fixed

  • Fixed a bug in reading project info from webknossos using the api client for non-admins. #972

v0.14.12

19 Dec 15:45

Choose a tag to compare

webknossos

Fixed

  • Fixes that the buffered slice writer could overwrite data when writing less slices than buffer_size at an offset that is not aligned. #973

v0.14.11

06 Dec 09:49

Choose a tag to compare

Release for v0.14.11

v0.14.10

04 Dec 14:29

Choose a tag to compare

webknossos

Fixed

  • Fixed a bug in reading project info from webknossos using the api client. #970

v0.14.9

29 Nov 09:38

Choose a tag to compare

cluster_tools

Changed

  • Added check whether any dask worker has enough resources for the submitted job in the DaskExecutor. #967

v0.14.8

28 Nov 18:13

Choose a tag to compare

cluster_tools

Breaking Changes

  • Manually setting the SLURM_CPU_BIND environment variable before job submission is no longer supported. #969

Fixed

  • Fixed the nested scheduling of Slurm jobs for Slurm versions >= 22.05. #969

v0.14.7

17 Nov 15:26

Choose a tag to compare

Release for v0.14.7

v0.14.6

17 Nov 09:06

Choose a tag to compare

cluster_tools

Added

  • Added SIGINT handling to DaskExecutor. #959
  • Added support for resources (e.g. mem, cpus) to DaskExecutor. #959
  • The cluster address for the DaskExecutor can be configured via the DASK_ADDRESS env var. #959

Changed

  • Tasks using the DaskExecutor are run in their own process. This is required to not block the GIL for the dask worker to communicate with the scheduler. Env variables are propagated to the task processes. #959