Skip to content

Releases: KitwareMedical/dicom-anonymizer

v1.0.13-1

17 Sep 11:29
Compare
Choose a tag to compare
  • Added the missing init.py in dicom_anonymization_databases (Thanks Jeremy Teuber for warning me !)

v1.0.13

03 Sep 14:59
bfa9111
Compare
Choose a tag to compare
  • Restore Python3.6 support
  • Improve examples
  • Improve CLI to easily add new actions
  • Improve tests
  • Improve CI: add Ruff linting/formatting
  • Add DICOM anonymization standard selector
  • Improved documentation

v1.0.12

26 Mar 13:57
Compare
Choose a tag to compare
  • Improved Python support
  • Improved continuous integration
  • Added support for more VRs
  • Updated the field database to the latest DICOM standard
  • Improved documentation and setup instructions
  • Added an examples folder
  • Added unit tests
  • Fixed anonymization failures for RawDataElement
  • Improved anonymized values for several VRs

v1.0.8

16 Mar 08:33
Compare
Choose a tag to compare
  • Fix regexp method with string
  • Add option to not delete private tags
  • Reformatting code to better fit with pep8
  • Allow to apply custom actions to private tags
  • Fix error when trying to delete sub element of a sequence

v1.0.7

05 Nov 12:58
3af3e97
Compare
Choose a tag to compare
  • Allow to anonymize dicom fields without reading .dcm file
  • Allow to use regexp as custom action