Skip to content

v0.2.55

Compare
Choose a tag to compare
@philippotto philippotto released this 22 Apr 09:24
· 669 commits to master since this release
d8e0326
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