Skip to content

Releases: haesleinhuepf/napari-cupy-image-processing

0.4.1

17 Aug 12:34
11597c6
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Potentially backwards compatibility breaking changes

Full Changelog: 0.3.1...0.4.0

0.3.1

27 Aug 12:40
c324892
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

New features

  • nice display of image variables in jupyter notebooks

image

0.3.0

10 Jul 09:52
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

New features

  • Added docstrings to enable searching in them via the napari-assistant

Backwards compatibility breaking changes:

  • The unused viewer parameter of all functions was removed.

Deprecated methods:

  • The measurement() function has been deprecated because it was too slow and it will be removed with the next major release. Consider using napari-skimage-regionprops or napari-simpleitk-image-processing instead.

0.2.3

08 May 14:18
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Deprecated functions

  • napari_cupy_image_processing.measurement() has been deprecated. Use napari_simpleitk_image_processing.label_statistics() instead.

0.2.2

20 Mar 19:58
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Documentation update

0.2.1

20 Mar 14:07
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

New features

  • Added napari-assistant as graphical user interface

0.2.0

08 Mar 11:28
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Bugfix:

  • measurements() was not easily callable from the API (Thanks to Edwin Hernandez G for reporting!)

Backwards compatibility breaking changes:

  • measurements() now takes images (numpy arrays) as parameters, and no longer napari layers.

0.1.9

01 Jan 15:29
Compare
Choose a tag to compare
0.1.9 Pre-release
Pre-release

New features

  • Measurements of labeled objects

Improvements

  • Tests (have to be executed locally. Github doesn't suppot GPUs)
  • Code coverage

0.1.8

12 Dec 09:29
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

Added __common_alias__ and simplified API for better code generation.

0.1.7

04 Dec 14:12
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release

Backwards compatibible changes

  • Changed menu entries to cover finer differentiation between various filtering and segmentation techniquese