Skip to content

Releases: ImagingDataCommons/highdicom

0.18.0

16 May 21:20
Compare
Choose a tag to compare

New features

  • Implement Softcopy Presentation State IODs (#139)
  • Add method to construct UID from an existing UUID (#176)

Bug fixes

  • Ensure values of data elements with binary VRs are encoded/decoded correctly (#173)

Breaking changes

0.17.0

06 May 13:30
Compare
Choose a tag to compare

Enhancements

  • Support referencing of source images in SR template TID 1501 (#169)

Bug fixes

  • Fix typo in error message (#175)

0.16.0

22 Apr 19:09
4e04b89
Compare
Choose a tag to compare

New features

  • Implement decoding API for SpecimenDescription and related classes such as SpecimenPreparationStep and friends (#161)

Enhancements

  • Run tests on examples included in docstrings (#165)

Bug fixes

  • Fix computation of tile positions for TILED_FULL images that contain multiple optical paths (#161)

Breaking changes

0.15.3

01 Apr 18:15
Compare
Choose a tag to compare

Enhancements

  • Support pydicom version 2.3.0 (#163)

0.15.2

22 Mar 18:02
5025f61
Compare
Choose a tag to compare

Bug fixes

  • Fix computation of plane positions for images with Dimension Organization TILED_FULL and more than one optical path (#158)

0.15.1

01 Mar 04:05
e883378
Compare
Choose a tag to compare

Bug fixes

  • Use correct color space for encoding of frames with JPEG baseline 8-bit transfer syntax (#157)
  • Remove superfluous file meta information attributes (#156)

0.15.0

25 Feb 03:43
41d7b9c
Compare
Choose a tag to compare

Enhancements

  • Warn in case of a malformed person name instead of raising an errors (#154)
  • Simplify description of specimen preparation steps (#153)

Bug fixes

  • Convert color space upon decoding of JPEG compressed color image frames (#152)

Breaking changes

  • Deprecate processing_type parameter of constructor of highdicom.SpecimenPreparationStep (see section in release notes for further details)

0.14.2

14 Feb 23:56
Compare
Choose a tag to compare

Bug fixes

  • Fix name of utility function parameter (#149)

0.14.1

09 Feb 16:24
Compare
Choose a tag to compare

Bug fixes

  • Account for non-tiled images with slide-based coordinate system (#146)
  • Fix mapping of image and reference coordinates (#146)

New features

  • Add method to get all graphic data of an annotation group (#147)

Breaking changes

  • Parameters ofhighdicom.spatial.map_pixel_into_coordinate_system changed from coordinate: Sequence[float] to index: Sequence[int]
  • Return value of highdicom.spatial.map_coordinate_into_pixel_matrix changed from Tuple[float, float, float] to Tuple[int, int, int]

For further information on these changes, please refer to the corresponding section in the release notes .

0.14.0

03 Jan 18:47
Compare
Choose a tag to compare

New features

  • Add support for JPEG-LS encoding/decoding (#142)