Skip to content

Releases: haesleinhuepf/napari-skimage-regionprops

0.2.7

01 Jan 16:04
Compare
Choose a tag to compare
0.2.7 Pre-release
Pre-release

This is a maintenance release

Improvements

  • Tests
  • Code coverage

0.2.5

05 Dec 15:05
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release

New features

  • Added method for making parametric images from table columns

0.2.4

05 Dec 13:13
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

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

16 Nov 17:13
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

New features

  • usable programmatically using functions such as add_tabel(labels_layer, viewer) and get_tabel(labels_layer, viewer)
  • TableWidget class

0.1.11

08 Nov 18:31
Compare
Choose a tag to compare
0.1.11 Pre-release
Pre-release

Bugfixes

  • Copying and saving tables did't work (Thanks to Laura Žigutytė @lazigu for reporting)

0.1.10

30 Oct 10:00
Compare
Choose a tag to compare
0.1.10 Pre-release
Pre-release

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

27 Oct 13:03
Compare
Choose a tag to compare
0.1.9 Pre-release
Pre-release

New features:

  • Store measurements in layer.properties to be compatible with properties viewer, properties plotter and clusterer

0.1.8

27 Oct 09:54
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

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

01 Aug 20:50
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

Renamed menus

0.1.5

01 Aug 20:25
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Unified menu entries between different plugins