Releases: ImagingDataCommons/dicomslide
Releases · ImagingDataCommons/dicomslide
0.7.2
- Improvements in the efficiency of calculating plane positions (#4)
- Fixes to work around deprecations in NumPy and Pillow (#11)
0.7.1
Enhancements
- Improve documentation for using indices into the flattened list of tiles
- Make type hints more general to supporting indexing with NumPy integer data types
- Add unit tests for tile indices and tile grid positions
0.7.0
New features
- Update
TotalPixelMatrix.get_tile_index()
method to retrieve tile index for a given frame number
Enhancements
- Improve performance of slide search
0.6.1
Enhancements
- Provide more meaningful error messages for checks of pyramid structures
- Improve performance of tiling total pixel matrices
0.6.0
Enhancement
- Allow filtering of images by optical path identifiers or specimen stains when finding slides
Bug fixes
- Fix check for equality between pyramid levels upon construction of slide instances
- Fix collection of overview and label image metadata upon construction of slide instances
0.5.0
Enhancements
- Improve performance of frame position computation
New features
- Allow limiting the inclusion of images into a digital slide by specimen stain
0.4.0
Enhancements
- Add new methods to
Slide
and TiledImage
classes for mapping coordinates
- Factor out utility functions for checking the metadata content of images
0.2.2
Bug fixes
- Fix construction of slides that contain derived segmentation images
Enhancements
- Add new methods and properties to
Slide
and TiledImage
classes
0.2.1
Enhancements
- Improve searching for and construction of digital slides
- Improve decoding of compressed frame items
0.2.0
Enhancements
- Generalize concept of channels to support slides containing Segmentation or Parametric Map images