Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.14.12
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.10
webknossos
Fixed
- Fixed a bug in reading project info from webknossos using the api client. #970
v0.14.9
cluster_tools
Changed
- Added check whether any dask worker has enough resources for the submitted job in the
DaskExecutor
. #967
v0.14.8
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.6
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
v0.14.5
webknossos
Changed
- Performance improvements for reading from and writing to sharded zarr3 datasets, also speeding up the automated tests #963
v0.14.3
webknossos
Fixed
- Fixes bug in FSStore creation when using local paths for zarr data format. #955