Skip to content

Commit

Permalink
Merge branch 'main' into fix_readme_links
Browse files Browse the repository at this point in the history
  • Loading branch information
DragaDoncila authored Sep 11, 2024
2 parents 9de1e21 + 3af9d1c commit 043a2a1
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 043a2a1

Please sign in to comment.