Skip to content

Commit

Permalink
Add registration to plugin categories (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: Draga Doncila Pop <17995243+DragaDoncila@users.noreply.github.com>
  • Loading branch information
jni and DragaDoncila authored Sep 11, 2024
1 parent 2b5f7b2 commit 3af9d1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/npe2/manifest/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
logger = getLogger(__name__)


SCHEMA_VERSION = "0.2.0"
SCHEMA_VERSION = "0.2.1"
ENTRY_POINT = "napari.manifest"
NPE1_ENTRY_POINT = "napari.plugin"

Expand All @@ -55,6 +55,8 @@ class Category(str, Enum):
# Tools that extract measurements (i.e. into tabular, graph, or other data formats),
# such as region properties, etc...
Measurement = "Measurement"
# tools that allow registration/alignment between different layers/datasets
Registration = "Registration"
# tools that identify objects and/or boundaries in datasets
# (including, but not limited to, images)
Segmentation = "Segmentation"
Expand Down

0 comments on commit 3af9d1c

Please sign in to comment.