Releases: fractal-napari-plugins-collection/napari-feature-classifier
Releases · fractal-napari-plugins-collection/napari-feature-classifier
0.2.1
0.2.0
0.1.2
This release includes:
- Handles translation in the label layers correctly (also during annotation)
- Improve behavior upon Load Classifier: It shouldn't be required anymore to restart napari in regular workflows
- Right-click an annotation to remove it
- Pin napari to before 0.4.19 (because the label layer color updates break otherwise, see #40 for work to update it)
0.1.1 Bugfixes
0.1.0 Classifier Refactor
Major refactor of the classifier:
- New & cleaner implementation of the whole workflow
- Classifier has improved performance of showing annotations
- Classifier now reads features from layer.features:
- Compatible with napari workflow outputs
- Still supports features from CSV files via a CSV loader
- Compatible with OME-Zarr-based images & measurements (using ROI loading plugin)
0.0.3 Annotator Fix
Fixing dependency issues that lead to napari crashing upon initialization of the annotator (see #24 )
0.0.2: Annotator Release
Refactored the annotation workflow to be separate from the classifier
The new annotator can be used standalone
The annotator uses the layer.features table to store annotations
The new annotator is not yet integrated into the classifier workflow
Initial Release
Initial release of the napari-feature-classifier plugin
- Users can create interactive classifiers, add annotations within napari and interactively train it
- Supports multiple images used for training the classifier
- Contains export functionality of both user annotations and classifier predictions