Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.14.5
v0.14.3
v0.14.2
Release for v0.14.2
v0.14.1
v0.14.0
webknossos
Breaking Changes
wait_and_ensure_successfromwebknossos.utilsnow requires anexecutorargument. #943
Changed
- Updates various dependencies. #943
 
cluster_tools
Breaking Changes
- Dropped support for Python 3.7. #943
 - Please use 
Executor.as_completedinstead ofconcurrent.futures.as_completedbecause the latter will not work forDaskExecutorfutures. #943 
Added
- Added 
DaskScheduler(only Python >= 3.9). #943 
Changed
- The exported 
Executortype is now implemented as a protocol. #943 
v0.13.7
v0.13.6
Release for v0.13.6
v0.13.5
v0.13.4
webknossos
Breaking Changes
- Task/Project management: 
opentasks have been renamed topending. UseTask.status.pending_instance_countinstead 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
 
v0.13.3
webknossos
Added
Viewhas amap_chunkmethod now to run a function on each chunk and collect the results in a list.
Changed
- As WEBKNOSSOS does not require the largest segment id. It is also not mandatory in the WEBKNOSSOS libs anymore. #917 The method 
SegmentationLayer.refresh_largest_segment_idwas added to lookup the highest value in segmentation data and setlargest_segment_idaccordingly. - The 
convertcommand of the cli now has a--categoryflag, to select the LayerCategoryType.