Skip to content

Releases: EDRN/jpl.labcas.validation

1.0.1 Bug Fix Release

04 Mar 21:27

Choose a tag to compare

This release fixes a minor bug in the last 1.0.0 release.

What's Changed

  • Resolve #33 by adding WindowWidthValidator to the required list for SC by @nutjob4life in #35

Full Changelog: v1.0.0...v1.0.1

Initial 1.0.0 release

26 Feb 00:46

Choose a tag to compare

This is the first official release of the JPL LabCAS DICOM file validator for the Early Detection Research Network.

👛 What's Changed

  • Ensure sequence tags have PHI/PII detection in their individual values in #14
  • Add DICOMDIR.dcm to IGNORED_FILES in #15
  • Additional anonymized values to exclude in #16
  • Resolve #8 with single CSV files per site instead of per-site/per-event in #17
  • Resolve #13 by attempting to decode PixelSpacing as floating point (and possibly scientific) numbers in #19
  • Resolve #6 in #18
  • Three Updates for #11 in #20
  • Resolve #9 by skipping files under a certain size threshold in #21
  • Resolve #23 by using process-level locks, write-ahead logging, context managers in #32
  • Resolve #22 by reducing the min file size threshold in #29
  • Resolve #24 by testing for small file sizes only on DICOM files in #28

✨ New Contributors

Full Changelog: https://github.com/EDRN/jpl.labcas.validation/commits/v1.0.0