Skip to content

Releases: flywheel-apps/dicom-mr-classifier

1.4.10 - 11/16/2021

16 Nov 16:19
4cd2213
Compare
Choose a tag to compare

What's Changed

  • #8 ENH: Add dwi regexes to match HCP and ABCD
  • #9 Update README.md

Impact on Gear output

  • Improved classification on DWIs

1.4.8

23 Sep 18:46
Compare
Choose a tag to compare

What's changed:

  • TYPO: Susceptability -> Susceptibility #5

Impact on gear output:

  • Susceptibility will be spelled correctly as a classification.

1.4.7

22 Sep 18:33
9d91b89
Compare
Choose a tag to compare

What's changed:

  • BUG: Set non-image intent to array. #4

Impact on gear output:

  • Non-Image intent will no longer cause "error uploading results"

1.4.6

08 Sep 16:03
8b51d70
Compare
Choose a tag to compare

What's changed

  • Set sex to "other" if "O" is found in PatientSex tag

Impact on gear output

  • Dicoms where PatientSex is "O" will correctly update the subject.sex to "other"

1.4.5

20 Aug 15:42
437086a
Compare
Choose a tag to compare

BUG:

  • Reorder assignment of Non-Image, so custom classifications get precedence
  • Fix parsing of custom classifications to use python3 str instead of python2 basestring

1.4.4

03 Aug 22:30
714bea2
Compare
Choose a tag to compare

Fix:
Empty classification for non-MR images now returns as {} instead of None.

1.4.3

03 Aug 19:56
714bea2
Compare
Choose a tag to compare

Enhancement:
Restricts the secondary classification to MR images only.

Migrated from SciTran.