Releases: haesleinhuepf/napari-simpleitk-image-processing
Releases · haesleinhuepf/napari-simpleitk-image-processing
0.4.6
What's Changed
- add feature categories to documentation by @marabuuu in #21
- Cast binary images to uint8 before masking to suppress deprecation warning by @jonasutz in #25
New Contributors
Full Changelog: 0.4.5...0.4.6
0.4.5
0.4.4
New features
- Compatibility with morphometrics: label_statistics now show up in morphometrics region properties widget
0.4.3
0.4.2
Bugfix
- Speed up
label_statistics()
computation and spare memory in caseshape=False
and/orperimeter=False
(thanks to @GenevieveBuckley for reporting this issue)
0.4.1
Bugfix
label_statistics()
now also works if the the passed intensity image isNone
(thanks to @GenevieveBuckley for reporting #10 )
0.4.0
Miscellaneous
- The menu entry Morphological gradient has been moved to Tools > Filtering / edge enhancement
- Dropped support for Python 3.7, added 3.10
- Updated function documentation to be more biology-specific, as the napari-assistant can now search it.
Backwards compatibility breaking changes
- The unused viewer parameter has been removed from all functions
0.3.1
Bugfix
- parametric images were not created
0.3.0
Backwards compatibility breaking changes
- The API of
label_statistics
was modified:- The position of the
napari_viewer
argument was changed. It is recommended to use it as keyword-argument. - The function now returns Pandas DataFrames instead of a dictionary.
- The position of the