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 https://github.com/TimMonko/napari-ndev/pull/52
* Ruff linting by TimMonko in https://github.com/TimMonko/napari-ndev/pull/53
* Getting codecov hooked back up by TimMonko in https://github.com/TimMonko/napari-ndev/pull/54
* Mkdocs by TimMonko in https://github.com/TimMonko/napari-ndev/pull/55
* Image utilities update by TimMonko in https://github.com/TimMonko/napari-ndev/pull/59
* Groupby measure widget by TimMonko in https://github.com/TimMonko/napari-ndev/pull/60
Minor
* Update deploy_docs.yml by TimMonko in https://github.com/TimMonko/napari-ndev/pull/56
* Update deploy_docs.yml by TimMonko in https://github.com/TimMonko/napari-ndev/pull/57
* Trying to fix build permissions for docs by TimMonko in https://github.com/TimMonko/napari-ndev/pull/58
**Full Changelog**: https://github.com/TimMonko/napari-ndev/compare/v0.7.1...v0.8.0