Recent Releases of napari-feature-classifier

napari-feature-classifier - 0.2.1

What's Changed

  • Fix prediction/annotation layer issues by @jluethi in https://github.com/fractal-napari-plugins-collection/napari-feature-classifier/pull/55

Full Changelog: https://github.com/fractal-napari-plugins-collection/napari-feature-classifier/compare/v0.2.0...v0.2.1

- Jupyter Notebook
Published by jluethi over 1 year ago

napari-feature-classifier - 0.2.0

What's Changed

  • Add napari 0.5.0 support & update prediction layer display by @jluethi in https://github.com/fractal-napari-plugins-collection/napari-feature-classifier/pull/49

Full Changelog: https://github.com/fractal-napari-plugins-collection/napari-feature-classifier/compare/v0.1.2...v0.2.0

- Jupyter Notebook
Published by jluethi over 1 year ago

napari-feature-classifier - 0.1.2

This release includes: 1. Handles translation in the label layers correctly (also during annotation) 2. Improve behavior upon Load Classifier: It shouldn't be required anymore to restart napari in regular workflows 3. Right-click an annotation to remove it 4. Pin napari to before 0.4.19 (because the label layer color updates break otherwise, see https://github.com/fractal-napari-plugins-collection/napari-feature-classifier/pull/40 for work to update it)

- Jupyter Notebook
Published by jluethi over 1 year ago

napari-feature-classifier - 0.1.1 Bugfixes

  • Adds a new scikit-learn >= 1.2.2 dependency to solve https://github.com/fractal-napari-plugins-collection/napari-feature-classifier/issues/27
  • Improve & test code path when features come without a roi_id column https://github.com/fractal-napari-plugins-collection/napari-feature-classifier/issues/28

- Jupyter Notebook
Published by jluethi almost 3 years ago

napari-feature-classifier - 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)

- Jupyter Notebook
Published by jluethi almost 3 years ago

napari-feature-classifier - 0.0.3 Annotator Fix

Fixing dependency issues that lead to napari crashing upon initialization of the annotator (see https://github.com/fractal-napari-plugins-collection/napari-feature-classifier/issues/24 )

- Jupyter Notebook
Published by jluethi about 3 years ago

napari-feature-classifier - 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

- Jupyter Notebook
Published by jluethi about 3 years ago

napari-feature-classifier - 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

- Jupyter Notebook
Published by jluethi about 4 years ago