v0.7.0
What's Changed
This release bumps the minimum bioio dependency because of the new plugin priority system (bioio-devs/bioio#162). This greatly simplifies the behavior of ndevio, so now the setting for the plugin preference is None, allowing bioio to take over. In order to have a certain reader attempted, you can use the ndevio settings now.
- Update ruff config and pre-commit by @TimMonko in #39
- clean up ReaderPluginManager by @TimMonko in #40
- Clean up test suite by @TimMonko in #41
- Use new plugin priority from bioio to simplify code path by @TimMonko in #42
Full Changelog: v0.6.0...v0.7.0