Skip to content

v0.13.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 17:24

webknossos

Changed

  • The convert command of the cli now has a --category flag, to select the LayerCategoryType.

cluster_tools

Added

  • From now on the cluster tools will detect if slurm jobs were killed, because they exceeded the configured time limit, and throw a RemoteTimeLimitException indicating the issue instead of a generic RemoteException. If it is unclear whether a job was killed because of the time or memory limit, a RemoteResourceLimitException is thrown. #929