Releases: haesleinhuepf/napari-accelerated-pixel-and-object-classification
Releases · haesleinhuepf/napari-accelerated-pixel-and-object-classification
0.14.1
What's Changed
- Code generation works with napari-assistant by @haesleinhuepf in #45
Deprecated functions
These functions are deprecated and will be replaced by their apply_*
(lower case a) to comply with Python coding standards
Apply_object_classification
Apply_object_selection
Apply_probability_mapper
Apply_object_segmentation
Apply_object_merger
Full Changelog: 0.14.0...0.14.1
0.14.0
What's Changed
- prevent potential integer overflow by @ehgus in #43
- enable spearman and kendall feature correlation matrices from the GUI by @haesleinhuepf in #44
Backwards compatibility breaking changes
- The function
show_feature_correlation_matrix
has an additional parametermethod
. Technically this breaks API backwards compatibility, even though we don't expect anyone to call this internal function.
New Contributors
Full Changelog: 0.12.3...0.14.0
0.12.3
Minor release (no changes) to fix deployment issue on conda-forge
0.12.2
Changed menu locations
Tools > Measurement > Feature correlation matrix (pandas, APOC)
was moved toTools > Measurement tables
Tools > Measurement > Annotation to cluster ID column (APOC)
was moved toTools > Measurement tables
Full Changelog: 0.12.1...0.12.2
0.12.1
0.12.0
0.11.1
Bugfix:
- Don't deploy large files (readme videos)
0.11.0
0.10.2
New features
- Surface Vertex Classification (SVeC) (thanks to support by @jo-mueller @martinschatz-cz @kevinyamauchi and @alisterburt)
0.10.1
New features
- Enable readout of annotation cluster IDs in timelapse data