Skip to content

v0.2.17rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@adamltyson adamltyson released this 15 Jun 11:13
· 69 commits to main since this release
f2c0620
Handle edge cases when summarising labels layers (#99)

* Prevent errors if napari layers contain non numpy-like types

* Handle empty labels layers

* Add tests for regions edge cases

* apply suggestions from code review