Releases: haesleinhuepf/napari-skimage-regionprops
Releases · haesleinhuepf/napari-skimage-regionprops
0.2.7
This is a maintenance release
Improvements
- Tests
- Code coverage
0.2.5
New features
- Added method for making parametric images from table columns
0.2.4
New features
- Support any layer, not just labels layers
Bug fixes
- Error message in case the table didn't contain a "label" column
- Deployment contained demo videos
0.2.0
New features
- usable programmatically using functions such as
add_tabel(labels_layer, viewer)
andget_tabel(labels_layer, viewer)
TableWidget
class
0.1.11
0.1.10
Bug fixes
- Minor / intermediate / major axis length in 3D was not correct (Thanks to Lucrezia Ferme for reporting and Gregg Lee for support)
- Disabled perimeter and moments_hu in 3D, as they were not functional anyway
- Napari was freezing when showing the table
0.1.9
New features:
- Store measurements in layer.properties to be compatible with properties viewer, properties plotter and clusterer
0.1.8
New features
- Interactivity: Click on a label (in the image) to select a table row, select a table row to select the label.
0.1.6
Renamed menus
0.1.5
Unified menu entries between different plugins