KitwareMedical / dicom-anonymizer

Tool to anonymize DICOM files according to the DICOM standard
BSD 3-Clause "New" or "Revised" License
104 stars 47 forks source link

Add missing __init__.py file #91

Closed pchoisel closed 1 month ago

pchoisel commented 1 month ago

This prevented the folder dicom_anonymization_databases to be added in the pip package.

smjoshiatglobus commented 1 month ago

Are there plans to support pydicom version 3 later?

pchoisel commented 1 month ago

Are there plans to support pydicom version 3 later?

We do not plan to support Pydicom 3, but if there are features that you want to use from Pydicom 3, feel free to submit a PR.

smjoshiatglobus commented 1 month ago

No pressing need. Just curious what triggered not going to the new version. I know pydicom 3 requires python >= 3.10, but this project needs compatibility down to 3.6. Is that the main reason for something else?