Skip to content

Releases: cni/cni-dicom-mr-classifier

3.3.0

14 Oct 07:13
ff02e54
Compare
Choose a tag to compare

Change Log

  • ENH: classify multi-echo data captured with hypermepi sequence (#8)
    • Impact: Data captured with hypermepi sequence will be classified as:
{
   "Custom":[
      "hypermepi"
   ],
   "Intent":[
      "Functional"
   ],
   "Features":[
      "Multi-Echo"
   ],
   "Measurement":[
      "T2*"
   ]
}
  • FIX: typo fix (#8)
    • Impact: Fixes typo in Susceptibility measurement when being set via series description
  • ENH: Ignore path when setting custom sequence (#8)
    • Impact: Custom sequences will no longer have the full path to the psd (e.g, /research/hypermepi -> hypermepi)
  • MAINT: Tidy code (#8)
    • Impact: None

3.2.1

15 Jul 06:52
Compare
Choose a tag to compare

Change log

FIX: Use study_date/time variable when generating session timestamp (ee43177). This fix prevents an issue caused by a direct reference to StudyDate or StudyTime when those fields were empty in the DICOM file.

3.1.2

30 Aug 22:58
Compare
Choose a tag to compare

FIXES

  • Pin versions of numpy and dicom packages, which fixes broken builds when attempting to compile latest version of numpy without python 3.5 installed.

3.0.0

11 Jul 22:52
Compare
Choose a tag to compare
  • Update type assignment for values within numerical arrays to avoid casing ints as floats.
  • Update classification schema
  • Modify year-based age calculation
  • Remove sync functionality

2.0.0

30 Apr 16:27
Compare
Choose a tag to compare

NEW

  • Set exam on session metadata (#2)
  • Set session tags and session label via DICOM field value (#4). Allows the user to pass tag_<tag_value> and label_<label> in the AdditionalPatientHistory field.

ENH

  • Properly handle floats within numeric arrays (4537d46)