Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.3.1
Use newer wkw version with improved performance for multi-channel writes.
v0.3.0
Dataset API changes: parameter 'dtype' is now interpreted as 'dtype_p…
v0.2.67
Allow to write a subset of a compressed wkw dataset (#241) * Allow to write a subset of a compressed wkw dataset * add parameter for compressed write * make chunks in 'for_each_chunk' bounded to their bounding box * reformat code * Update wkcuber/api/View.py Co-authored-by: Jonathan Striebel <[email protected]> * reformat code * change expected Exception Co-authored-by: Jonathan Striebel <[email protected]>
v0.2.66
Support adding a layer via symlink (#240) * support adding layers with symlinks * reformat code
v0.2.65
Interpret offsets for MagDataset.get_view as absolute values (#237) * interpret the offset parameter for MagDataset.get_view as an absolute value * fix calculation for the size of the new view and add tests * imporve error messages for View creation
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