Skip to content

Version 1.27.1

Compare
Choose a tag to compare
@manthey manthey released this 23 Jan 20:09
· 947 commits to master since this release
c7e130d

Improvements

  • Read config values from the environment variables (#1422)
  • Optimizing when reading arrays rather than images from tiff files (#1423)
  • Better filter DICOM adjacent files to ensure they share series instance IDs (#1424, #1436, #1442)
  • Optimizing small getRegion calls and some tiff tile fetches (#1427)
  • Started adding python types to the core library (#1432, #1433, #1437, #1438, #1439)
  • Use parallelism in computing tile frames (#1434)
  • Support downloading DICOMweb files (#1429)

Changes

  • Cleanup some places where get was needlessly used (#1428)
  • Moved some internal code out of the base class (#1429)
  • Handle changes to wsidicom (#1435)
  • Refactored the tile iterator to its own class (#1441)