Skip to content

Commit

Permalink
Update README & version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jluethi committed Jul 26, 2024
1 parent 4c9e122 commit 3470d44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An interactive classifier plugin that allows the user to assign objects in a lab
## Usage
<p align="center"><img src="https://github.com/fractal-napari-plugins-collection/napari-feature-classifier/assets/18033446/1ebf0890-1a7b-4e4b-a21c-88ca8f1dd800" /></p>

To use the napari-feature-classifier, you need to have a label image and corresponding measurements: as a csv file, loaded to layer.features or in an [OME-Zarr Anndata table loaded with another plugin](https://github.com/jluethi/napari-ome-zarr-roi-loader). Your feature measurements need to contain a `label` column that matches the label objects in the label image.
To use the napari-feature-classifier, you need to have a label image and corresponding measurements: as a csv file, loaded to layer.features or in an [OME-Zarr Anndata table loaded with another plugin](https://github.com/fractal-napari-plugins-collection/napari-ome-zarr-navigator). Your feature measurements need to contain a `label` column that matches the label objects in the label image.
These interactive classification workflows are well suited to visually define cell types, find mitotic cells in images, do quality control by automatically detecting missegmented cells and other tasks where a user can easily assign objects to groups.

#### Prepare the label layer:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = napari-feature-classifier
version = 0.1.2
version = 0.2.0
author = Joel Luethi and Max Hess
author_email = [email protected]
url = https://github.com/fractal-napari-plugins-collection/napari-feature-classifier
Expand Down
2 changes: 1 addition & 1 deletion src/napari_feature_classifier/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Init"""
__version__ = "0.1.2"
__version__ = "0.2.0"

0 comments on commit 3470d44

Please sign in to comment.