Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.2.64
Add check-equality task (#231) * implement check equality task to compare two datasets * update readme * add test for check equality task * format * format * clean up * remove unused var * remove unused verify flag * update test script name in github action * Merge branch 'master' into check-equality
v0.2.63: Fix call to tiffView.open (#230)
* Fix call to tiff view open * add test for tiff dataset mag read * Update test_dataset.py
v0.2.62
add __expr__ for mag class (#226)
Floored version of align_with_mag()
Floored version of align_with_mag() (#217) * Floored version of align_with_mag() * Format * Update wkcuber/api/bounding_box.py Co-authored-by: Philipp Otto <[email protected]> * Update wkcuber/api/bounding_box.py Co-authored-by: Jonathan Striebel <[email protected]> * Fix lambda
v0.2.60: Assert that bounding box and mag are aligned (#211)
Assert that bounding box and mag are aligned
v0.2.59
v0.2.58
v0.2.57
v0.2.56
Fix bounding box of mag != 1 when exporting wkw to tiff (#205) * fix bounding box of mag != 1 when exporting wkw to tiff * fix formatting
v0.2.55
Miscellaneous API fixes (#202) * fix/improve multiple things in api: - mag can be instantiated with np array or mag class itself - mag.as_np() was added - bounding box is updated correctly when writing in mag != 1 - largest_segment_id is required when creating segmentation layer * add tests * format