Skip to content

Releases: scalableminds/webknossos-libs

v0.2.64

10 Aug 15:36
88c0c57

Choose a tag to compare

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)

07 Aug 12:18
@fm3 fm3
6870a17

Choose a tag to compare

* Fix call to tiff view open

* add test for tiff dataset mag read

* Update test_dataset.py

v0.2.62

29 Jul 09:41
80acf22

Choose a tag to compare

add __expr__ for mag class (#226)

Floored version of align_with_mag()

09 Jun 14:17
175dac6

Choose a tag to compare

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)

08 Jun 15:20
b5dee90

Choose a tag to compare

Assert that bounding box and mag are aligned

v0.2.59

08 Jun 09:30
263b452

Choose a tag to compare

Fixed contains_bbox, doesn't raise an error when parameter is outside of bounding box

v0.2.58

08 May 12:24
9f1197e

Choose a tag to compare

fix channel checking for dataset-write

v0.2.57

04 May 13:17
889ac9e

Choose a tag to compare

Adds as_slices() method to BoundingBox.

v0.2.56

28 Apr 12:56
545f72e

Choose a tag to compare

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

22 Apr 09:24
d8e0326

Choose a tag to compare

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