Skip to content

Releases: haesleinhuepf/napari-skimage-regionprops

0.4.3

23 Apr 15:56
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release

New features

  • Draw parametric images on column double click
  • Deactivated cell editing

0.4.2

18 Apr 06:45
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

Bug fixes

0.4.1

06 Apr 07:51
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Bugfix

  • Endless loops while analyzing timelapse data were caused by outdated dependencies

0.4.0

02 Apr 15:16
4bd34aa
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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

0.3.3

01 Apr 21:58
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release

Bugfix:

  • Napari's status bar showed potentially wrong label properties when labels existed multiple times in layer.properties, e.g. in timelapse measurements. The status bar is now disabled in that case (thanks to @Cryaaa for reporting)

0.3.2

20 Mar 15:55
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Documentation update

0.3.1

12 Mar 08:23
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Bugfix:

  • Napari's status bar showed the wrong content when hovering over a label. We introduced a "index" column (copy of the "label" column) as workaround to fix that (thanks to @jni for the suggestion)

0.3.0

25 Feb 19:16
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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

04 Jan 19:32
Compare
Choose a tag to compare
0.2.9 Pre-release
Pre-release

New features

  • added table.append_content(data) (Thanks to Johannes @jo-mueller for this contribution)

0.2.8

04 Jan 09:14
Compare
Choose a tag to compare
0.2.8 Pre-release
Pre-release

Bug fix

  • The save as button didn't work