v1.0.0
What's Changed
Breaking Changes
- All backends now provide a read interface based on zarr-python 3 (by implementing a zarr
MemoryStore). As a consequence, the minimum required python version was raised to 3.11 and thetifffilebackend was dropped.
New Features
- Added backends
openslideandwsidicombased on the openslide-python and wsidicom packages, respectively. - Added support for on-the-fly color space transformation based on ICC profiles.
Pull Requests
Full Changelog: v0.1.4...v1.0.0