Skip to content

Releases: AstraZeneca/napari-wsi

v1.3.0

Choose a tag to compare

@pmplewa pmplewa released this 24 Nov 10:02

What's Changed

  • Ensure compatibility with the latest versions of wsidicom and zarr.
  • Add additional color profiles.

Full Changelog: v1.2.1...v1.3.0

v1.2.1

Choose a tag to compare

@pmplewa pmplewa released this 26 Feb 09:13
d8d6429

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@pmplewa pmplewa released this 14 Feb 11:13
3fe5c4a

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

Choose a tag to compare

@pmplewa pmplewa released this 10 Feb 15:33

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

Choose a tag to compare

@pmplewa pmplewa released this 05 Feb 08:29
5588b60

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

Choose a tag to compare

@github-actions github-actions released this 11 Oct 12:25

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

Choose a tag to compare

@github-actions github-actions released this 22 Aug 11:58

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

Choose a tag to compare

@github-actions github-actions released this 27 Mar 14:45

What's Changed

Other Changes

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

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Mar 15:05
106b00f

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

Choose a tag to compare

@github-actions github-actions released this 01 Feb 13:21

Initial Release