Skip to content

Releases: AstraZeneca/napari-wsi

v1.2.0

14 Feb 11:13
3fe5c4a
Compare
Choose a tag to compare

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

  • Add support for spatial transforms and DICOMWeb by @pmplewa in #13

Full Changelog: v1.1.0...v1.2.0

v1.1.0

10 Feb 15:33
Compare
Choose a tag to compare

What's Changed

New Features

  • Added support to optionally load available annotation data into Shapes and Points layers, when using the wsidicom backend.
  • Added a convenience function to_viewer that allows adding the layers provided by any WSIStore 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

05 Feb 08:29
5588b60
Compare
Choose a tag to compare

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 the tifffile backend was dropped.

New Features

  • Added backends openslide and wsidicom 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

11 Oct 12:25
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Drop Support for Python versions <3.10 by @pmplewa in #6

Full Changelog: v0.1.3...v0.1.4

v0.1.3

22 Aug 11:58
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Fix MultiScalesStore for zarr versions 2.15 and later by @pmplewa in #5

Full Changelog: v0.1.2...v0.1.3

v0.1.2

27 Mar 14:45
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.1.1...v0.1.2

v0.1.1

06 Mar 15:05
106b00f
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Fix return type annotation for magicgui 0.7 by @pmplewa in #3

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Feb 13:21
Compare
Choose a tag to compare

Initial Release

v0.1.0rc0

17 Jan 12:30
Compare
Choose a tag to compare
v0.1.0rc0 Pre-release
Pre-release

Release Test