Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition from function decorators to napari YAML plugin definition for improved plugin management. #46

Closed
wants to merge 2 commits into from

Conversation

github-actions[bot]
Copy link

This message was generated by git-bob (version: 0.14.0, model: gpt-4o-2024-08-06, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

In this pull request, I've updated the napari-segment-blobs-and-things-with-membranes repository to use napari's YAML plugin definition format, transitioning from the deprecated @ register_function decorators. The functions in __init__.py were removed from the decorators and their functionality was instead defined in napari.yaml, where they are organized into appropriate menu categories such as "Segment", "Filter", "Annotate", and "Measure". This change aligns the repository with current napari plugin practices, enabling better integration and discoverability within the napari interface.

closes #45

@haesleinhuepf
Copy link
Owner

haesleinhuepf commented Nov 13, 2024

Better attempt: #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to napari-yaml plugin definition
1 participant