Skip to content

Releases: haesleinhuepf/napari-simpleitk-image-processing

0.4.6

04 Sep 13:49
Compare
Choose a tag to compare

What's Changed

  • add feature categories to documentation by @marabuuu in #21
  • Cast binary images to uint8 before masking to suppress deprecation warning by @jonasutz in #25

New Contributors

Full Changelog: 0.4.5...0.4.6

0.4.5

15 Jan 16:51
73d3935
Compare
Choose a tag to compare
0.4.5 Pre-release
Pre-release

Changed menu locations

  • Some menus have been moved from Measurement to Measurement tables and Measurement maps

Bug fixes

  • Error processing OpenCL-backed label images on Mac M1 (Thanks for @thawn for reporting)

0.4.4

24 Sep 17:47
Compare
Choose a tag to compare
0.4.4 Pre-release
Pre-release

New features

  • Compatibility with morphometrics: label_statistics now show up in morphometrics region properties widget

0.4.3

27 Aug 12:34
d5917e5
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release

New features

  • Nice display of image variables in jupyter notebooks

image

0.4.2

10 Aug 18:41
4c74ccf
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

Bugfix

  • Speed up label_statistics() computation and spare memory in case shape=False and/or perimeter=False (thanks to @GenevieveBuckley for reporting this issue)

0.4.1

28 Jul 09:39
1057d82
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Bugfix

  • label_statistics() now also works if the the passed intensity image is None (thanks to @GenevieveBuckley for reporting #10 )

0.4.0

10 Jul 14:17
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Miscellaneous

  • The menu entry Morphological gradient has been moved to Tools > Filtering / edge enhancement
  • Dropped support for Python 3.7, added 3.10
  • Updated function documentation to be more biology-specific, as the napari-assistant can now search it.

Backwards compatibility breaking changes

  • The unused viewer parameter has been removed from all functions

0.3.1

28 May 19:56
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Bugfix

  • parametric images were not created

0.3.0

08 May 11:09
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Backwards compatibility breaking changes

  • The API of label_statistics was modified:
    • The position of the napari_viewer argument was changed. It is recommended to use it as keyword-argument.
    • The function now returns Pandas DataFrames instead of a dictionary.

0.2.7

27 Apr 11:59
Compare
Choose a tag to compare
0.2.7 Pre-release
Pre-release

Bug fix:

  • Error with parametric images (thanks to @sebi06 for reporting)