v0.11.3
What's Changed
This release improves handling of shapes layer for saving, and will now default to saving shapes with the dimensions of the 'current file', instead of relying on the active image selection or the bottom of the layer list. However, it does fall back to previous behavior.
Second, this release cleans up the preferred reader implementation code, pins zarr<3, and adds support for pngs (that was already there, but problematically).
- remove unused natural sort key method from UtilitiesContainer by @TimMonko in #164
- Use image file to calculate shape-to-labels dims rather than viewer layers by @TimMonko in #165
- Add tests for rescaling layers and retrieving dimensions for shape layers by @TimMonko in #168
- Add version label to nDevContainer widget by @TimMonko in #169
- Implement preferred reader for PNG files by @TimMonko in #170
Full Changelog: v0.11.2...v0.11.3