Releases: imi-bigpicture/wsidicomizer
Releases · imi-bigpicture/wsidicomizer
0.18.0
0.17.0
Added
- Conversion of thumbnail images.
Fixed
- Setting of
LossyImageCompression
,LossyImageCompressionRatio
, andLossyImageCompressionMethod
when image data requires transcoding. - Correct
LossyImageCompressionRatio
forOpenTileImageData
.
0.16.0
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
andLossyImageCompressionMethod
when converting without re-encoding. - Pin zarr to <3.0 to fix import exception.
0.15.1
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
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
Fixed
- Update opentile version to fix missing file handle closing.
0.14.1
Fixed
- Fix stripes with missing image data for czi source.
- Fix possible cache deadlock for czi source.
0.14.0
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
Fixed
- Missing handling of pyramid index when creating WsiInstance using create_instance().
0.13.1
Fixed
- Missing handling of pyramid index when creating WsiInstance using create_instance().