Skip to content

v0.21.1

Compare
Choose a tag to compare
@CPBridge CPBridge released this 29 Apr 16:39
· 307 commits to master since this release

Bug fixes

  • Correctly deal with LongCodeValue and URNCodeValue in CodedConcept.from_dataset() (#226)
  • Remove an unnecessary table join when fetching segmentation pixel (#224)
  • Fix ImageFileReader's handling of DicomFileLike objects, meaning that you can now read frames from a open file handle or a pydicom.filebase.DicomBytesIO object (an in-memory buffer) (#223).

New contributors

  • Thanks to @RobinFrcd for his first contribution to the library (#223)!