v0.8.0
What's Changed
This is probably the biggest release and update to the plugin so far. There is now documentation/docstrings for all classes and function. And now a website for this documentation that will automatically be updated as new code gets released.
In addition there is an entirely new widget in the form of Measure Widget! Select a label and measure it with scikit-image regionprops(), optionally add any number of intensity channels. Use regex to get information from either the id_string (filename, typically) or from scene information!) Later, go to the grouping tab and count and group aggregate functions based on identifiers of interest.
There is also now an overhaul of image utilities, attempting to incorporate bioio and phase out aicsimageio. This widget now shifts "open next" to "select next" to allow more graceful concatenation of images without viewing.
Major
- Add measure_container aka Measure Widget by @TimMonko in #52
- Ruff linting by @TimMonko in #53
- Getting codecov hooked back up by @TimMonko in #54
- Mkdocs by @TimMonko in #55
- Image utilities update by @TimMonko in #59
- Groupby measure widget by @TimMonko in #60
Minor
- Update deploy_docs.yml by @TimMonko in #56
- Update deploy_docs.yml by @TimMonko in #57
- Trying to fix build permissions for docs by @TimMonko in #58
Full Changelog: v0.7.1...v0.8.0