Skip to content

v0.5.2

Compare
Choose a tag to compare
@Enet4 Enet4 released this 19 Jul 17:21
· 937 commits to master since this release

DICOM-rs 0.5.2

This update encompasses a few fixes and backwards-compatible API extensions.

New

  • [core] New person_name module provides utilities for working with DICOM formatted person name values (#262 @jmlaka)
  • [core] New method DataElement::items for easier access to sequence items (#263 @ingwinlu)
  • [object] New methods and IntoIterator implementations for DICOM objects to facilitate iteration through their elements (#268)

Fixes and Enhancements

  • [object] Hardened file meta group parsing logic against certain files (#265 @evanrichter)

Miscellaneous

  • [core/encoding/object/ul/pixeldata] Cleaned up the code, resolved some Clippy lints (#267)
  • [pixeldata] Updated development dependencies (#266)

Updated crates

  • dicom-core 0.5.1
  • dicom-dump 0.5.2
  • dicom-encoding 0.5.1
  • dicom-fromimage 0.1.1
  • dicom-object 0.5.2
  • dicom-pixeldata 0.1.3
  • dicom-storescu 0.2.1
  • dicom-toimage 0.1.1
  • dicom-ul 0.4.2
  • dicom 0.5.2

Full Changelog: v0.5.1...v0.5.2