Releases: jjjermiah/PyDicomSorter
Releases · jjjermiah/PyDicomSorter
v0.15.0
v0.15.0 (2024-05-24)
Feature
- feat: Update navigation links in mkdocs.yaml
The navigation links in the mkdocs.yaml
configuration file have been updated to include a new link to the home page. This ensures that users can easily navigate back to the home page from any other page on the site. (228eab6
)
v0.14.0
v0.14.0 (2024-05-24)
Feature
-
feat: Update pydantic-core dependency to version 2.18.2 (
1bee598
) -
feat: Add validation for DICOM keys in DICOMSorter
The DICOMSorter
class now includes a validate_keys
method that validates the keys used for sorting DICOM files. If any invalid keys are found, an error is raised. The method also provides suggestions for closest matches to the invalid keys. This improves the reliability and accuracy of the sorting process. (3a80573
)