Releases: haesleinhuepf/napari-cupy-image-processing
Releases · haesleinhuepf/napari-cupy-image-processing
0.4.1
Potentially backwards compatibility breaking changes
- keep cupy type as type when passed as input by @haesleinhuepf in #4
Full Changelog: 0.3.1...0.4.0
0.3.1
0.3.0
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
Deprecated functions
napari_cupy_image_processing.measurement()
has been deprecated. Usenapari_simpleitk_image_processing.label_statistics()
instead.
0.2.2
Documentation update
0.2.1
New features
- Added napari-assistant as graphical user interface
0.2.0
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
New features
- Measurements of labeled objects
Improvements
- Tests (have to be executed locally. Github doesn't suppot GPUs)
- Code coverage
0.1.8
Added __common_alias__
and simplified API for better code generation.
0.1.7
Backwards compatibible changes
- Changed menu entries to cover finer differentiation between various filtering and segmentation techniquese