Skip to content

Releases: fractal-napari-plugins-collection/napari-feature-classifier

0.2.1

16 Sep 17:24
0814138
Compare
Choose a tag to compare

What's Changed

  • Fix prediction/annotation layer issues by @jluethi in #55

Full Changelog: v0.2.0...v0.2.1

0.2.0

26 Jul 18:26
1734442
Compare
Choose a tag to compare

What's Changed

  • Add napari 0.5.0 support & update prediction layer display by @jluethi in #49

Full Changelog: v0.1.2...v0.2.0

0.1.2

19 Jul 17:50
Compare
Choose a tag to compare

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 #40 for work to update it)

0.1.1 Bugfixes

17 May 18:43
15aee5c
Compare
Choose a tag to compare
  • Adds a new scikit-learn >= 1.2.2 dependency to solve #27
  • Improve & test code path when features come without a roi_id column #28

0.1.0 Classifier Refactor

09 May 17:56
8935381
Compare
Choose a tag to compare

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

03 Mar 13:48
Compare
Choose a tag to compare

Fixing dependency issues that lead to napari crashing upon initialization of the annotator (see #24 )

0.0.2: Annotator Release

16 Feb 17:58
Compare
Choose a tag to compare

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

12 Feb 21:50
02e089c
Compare
Choose a tag to compare

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