v0.13.4
webknossos
Breaking Changes
- Task/Project management:
open
tasks have been renamed topending
. UseTask.status.pending_instance_count
instead ofTask.status.open_instance_count
. #930
Fixed
- Fixed an infinite loop in the mag calculation during anisotropic downsampling in situations where the target mag cannot possibly be reached while adhering to the anisotropic downsampling scheme. #934