Releases: AstraZeneca/napari-wsi
Releases · AstraZeneca/napari-wsi
Release list
v1.3.0
v1.2.1
v1.2.0
What's Changed
New Features
- Add support for spatial transforms and DICOMWeb. Please refer to the README for examples.
Bug Fixes
- The slide resolution was reported in reverse axis order, when using the
openslidebackend.
Pull Requests
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
New Features
- Added support to optionally load available annotation data into
ShapesandPointslayers, when using thewsidicombackend. - Added a convenience function
to_viewerthat allows adding the layers provided by anyWSIStoreto the viewer in one step.
Other Changes
- Restructured the image layer metadata to distinguish original and derived metadata.
- The
color_spacemetadata now indicates the active color space, rather than the target color space selected in the widget.
Pull Requests
Full Changelog: v1.0.0...v1.1.0
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