New features: * Parametric images can now also be created from table columns. For now they show the current timepoint only.
0.4.4
Bugfix: * Issue with shape measurements / dimensionality check of labels stored as dask array (thanks to sebi06 for reporting)
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 https://github.com/napari/napari/issues/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, ...)` replaces `regionprops(image_layer, labels_layer)`
Deprecated functions * `regionprops(image_layer, labels_layer)` is deprecated