Releases: haesleinhuepf/napari-skimage-regionprops
Releases · haesleinhuepf/napari-skimage-regionprops
0.4.3
New features
- Draw parametric images on column double click
- Deactivated cell editing
0.4.2
Bug fixes
- Suppress napari's warnings until something happened with napari/napari#3944
0.4.1
Bugfix
- Endless loops while analyzing timelapse data were caused by outdated dependencies
0.4.0
New features:
- Support for analysing time lapse data (frame-by-frame) in menu
Tools > Measurement > Regionprops of all frames (nsr)
regionprops_table(image, labels, ...)
replacesregionprops(image_layer, labels_layer)
Deprecated functions
regionprops(image_layer, labels_layer)
is deprecated
0.3.3
0.3.2
Documentation update
0.3.1
0.3.0
New features
- "Duplicate current timepoint" now supports Image and Label layers.
Backwards compatibility breaking changes
duplicate_current_frame
consumes a Layer now as first parameter and no ImageData any more
0.2.9
New features
- added
table.append_content(data)
(Thanks to Johannes @jo-mueller for this contribution)
0.2.8
Bug fix
- The save as button didn't work