Skip to content

0.6.0

Choose a tag to compare

@hackermd hackermd released this 14 Apr 00:02

Improvements

  • Increase test coverage of highdicom.sr.templates and highdicom.sr.content modules
  • Add hyperlinks for context groups (CIDs) and templates (TIDs) to docstrings
  • Add checks to ensure that argument segment_number of highdicom.seg.sop.Segmentation.add_segments method is a positive number
  • Add checks to ensure that segments added to Segmentation instance via highdicom.seg.sop.Segmentation.add_segments are ordered correctly
  • Add checks to prevent Content Sequence in Finding Sites from being empty
  • Make tests stricter by enforcing valid value representation in pydicom
  • Add alternative constructor methods for highdicom.sr.content classes

Bug fixes

  • Make algorithm_identification parameter of highdicom.seg.content.SegmentDescription constructor optional to support manual segmentation
  • Make laterality parameter highdicom.sc.sop.SCImage constructor optional
  • Fix referencing segments in Planar/Volumetric ROI Measurements and Qualitative Evaluations templates
  • Fix Code Value in highdicom.sr.templates.DeviceObserverIdentifyingAttributes
  • Include documentation of highdicom.uid module
  • Fix constructor of highdicom.sr.templates.TimePointContext