Skip to content

Releases: imi-bigpicture/wsidicomizer

0.18.0

18 Feb 17:26
bd9b6a3
Compare
Choose a tag to compare

Added

  • metadata_post_processor parameter to open() and convert() methods of WsiDicomizer to enable additional metadata processing.

Changed

  • Default bioformats version from bsd-6.12.0 to bsd-9.0.1.

Fixed

  • Typo in __init__() of TiffSlideThumbnailImageData.

0.17.0

30 Jan 15:56
175e032
Compare
Choose a tag to compare

Added

  • Conversion of thumbnail images.

Fixed

  • Setting of LossyImageCompression, LossyImageCompressionRatio, and LossyImageCompressionMethod when image data requires transcoding.
  • Correct LossyImageCompressionRatio for OpenTileImageData.

0.16.0

29 Jan 16:36
ba46340
Compare
Choose a tag to compare

Added

  • Support for reading isyntax files using pyisyntax.

Fixed

  • Reading correct image size in pyramid series in Bioformats reader.
  • Skip non-dyadic pyramid series in Bioformats reader.
  • Missing values in LossyImageCompressionRatio and LossyImageCompressionMethod when converting without re-encoding.
  • Pin zarr to <3.0 to fix import exception.

0.15.1

07 Jan 09:00
1698fc0
Compare
Choose a tag to compare

Fixed

  • Update of wsidicom dependency to 0.22.0 to fix openslide compatibility.
  • Parsing of acquisition datetime for czi-files with zone designation with Python <3.11.

0.15.0

21 Oct 19:20
453430f
Compare
Choose a tag to compare

Added

  • Support for pydicom 3.0. This requires Pyhton >3.10.

Removed

  • Support for Python 3.9.
  • Support for pydicom <3.

Changed

  • Unpinned requirement for numpy to support numpy 2.

0.14.2

01 Jul 17:21
d6670ff
Compare
Choose a tag to compare

Fixed

  • Update opentile version to fix missing file handle closing.

0.14.1

07 May 10:45
561cbdc
Compare
Choose a tag to compare

Fixed

  • Fix stripes with missing image data for czi source.
  • Fix possible cache deadlock for czi source.

0.14.0

13 Apr 10:26
295c330
Compare
Choose a tag to compare

Added

  • Added add_missing_levels parameter to cli.

Fixed

  • Missing ´label` parameter in bioformats cli.
  • Change to empty WsiDicomizerMetadata for bioformat source.

0.13.2

20 Mar 09:51
e0298f5
Compare
Choose a tag to compare

Fixed

  • Missing handling of pyramid index when creating WsiInstance using create_instance().

0.13.1

20 Mar 09:51
4cb8fce
Compare
Choose a tag to compare

Fixed

  • Missing handling of pyramid index when creating WsiInstance using create_instance().