Add plugin priority and refactor for compatibility with napari-ndev legacy behavior#24
Merged
TimMonko merged 3 commits intondev-kit:mainfrom Nov 25, 2025
Merged
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References and relevant issues
This PR is needed to maintain behavior for using
ndevioinnapari-ndevin ndev-kit/napari-ndev#194Description
bioio-tifffileto core dependencies, because, at least for now, this is needed for some awkward tiff files that can be read bybioio-imageiobut result in bad metadata reading. Since there are currently notifffilepins in any of the dependencies, this behavior will remain for now. It's worth considering in the future if this is really the way I want core dependencies going forward.uvthing, compared topip). As such, I need a way to opinionatedly pick my preferred plugins, but the preferred plugin setting still gives the user an easy way to override if they can only find their desired behavior with a specific plugin. It will always fall back to the setting.determine_reader_pluginto mostly just rely on the plugin manager