Releases: AstraZeneca/napari-wsi
Releases · AstraZeneca/napari-wsi
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
openslide
backend.
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
Shapes
andPoints
layers, when using thewsidicom
backend. - Added a convenience function
to_viewer
that allows adding the layers provided by anyWSIStore
to the viewer in one step.
Other Changes
- Restructured the image layer metadata to distinguish original and derived metadata.
- The
color_space
metadata 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 thetifffile
backend was dropped.
New Features
- Added backends
openslide
andwsidicom
based 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
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Initial Release
v0.1.0rc0
Release Test