Skip to content

Releases: blairconrad/dicognito

0.9.1

20 Sep 20:01
Compare
Choose a tag to compare

Fixed

  • Fails to anonymize object with Issue Date of Imaging Service Request (#72)

0.9.0

20 Sep 13:38
Compare
Choose a tag to compare

New

  • Add option to write anonymized files to another directory(#69)

0.8.1

18 Sep 12:43
Compare
Choose a tag to compare

Fixed

  • Fails to anonymize TimeOfLastCalibration (#66)

0.8.0

18 Sep 11:28
Compare
Choose a tag to compare

Changed

  • Drop support for Python 2.7 (#63)
  • Require pydicom 1.3 or higher (#62)

New

  • Anonymize placer- and filler-order numbers (#58)
  • Anonymize Mitra Global Patient IDs (#60)

Fixed

  • Fails on multi-valued dates and times (#61)

0.7.1

26 Apr 14:36
Compare
Choose a tag to compare

Fixed

  • Command-line anonymizer fails if an object doesn't have an AccessionNumber (#55)

0.7.0

11 Apr 14:24
Compare
Choose a tag to compare

Changed

  • Renamed "salt" to "seed" in command-line tool and Anonymizer class (#49)

New

  • Provide --version flag and __version__ attribute (#47)
  • Add De-identification Method after anonymizing (#42)
  • Add Patient Identity Removed attribute when appropriate (#43)

Additional Items

  • Add API documentation (#45)
  • Enforce black formatting via tests (#50)
  • Enforce PEP-8 naming conventions via tests (#53)

0.6.0

29 Mar 02:16
Compare
Choose a tag to compare

Changed

  • Made InstitutionName more unique (#19)

Additional Items

  • Add how_to_build.md (#8)
  • Update CONTRIBUTING.md (#9)
  • Update package keywords and pointer to releases (#37)
  • Update docs in README (#36)

0.5.0

27 Mar 11:07
Compare
Choose a tag to compare

New

  • Add option to anonymize directory trees (#22)
  • Support python 3.7 (#31)

Additional Items

0.4.0

19 Mar 12:53
Compare
Choose a tag to compare

Changed

  • Anonymize files in place (#21)

New

  • Print summary of anonymized studies (#2)

Additional Items

  • Use tox for testing (#28)

0.3.1.post7

16 Mar 01:47
Compare
Choose a tag to compare

Fixed

  • Cannot anonymize instance lacking PatientSex (#24)

Additional Items

  • Test on a CI environment (#11)
  • Add tools for preparing release branch and auto-deploying (#17)