Skip to content

Releases: jjjermiah/PyDicomSorter

v0.15.0

24 May 18:00
Compare
Choose a tag to compare

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

24 May 17:43
Compare
Choose a tag to compare

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)

v0.13.0

24 May 17:11
Compare
Choose a tag to compare

v0.13.0 (2024-05-24)

Chore

Feature

Unknown

v0.12.0

23 May 22:52
Compare
Choose a tag to compare

v0.12.0 (2024-05-23)

Feature

Fix

v0.11.0

23 May 22:49
Compare
Choose a tag to compare

v0.11.0 (2024-05-23)

Chore

  • chore: Update import statement in cli.py (3d6a82e)

Feature

  • feat: add method fxnality (39067a4)

v0.10.0

23 May 16:03
Compare
Choose a tag to compare

v0.10.0 (2024-05-23)

Chore

  • chore: Update Pixi dependency to v0.8.0 (4ac2183)

  • chore: Update pixi.lock file (db31aee)

  • chore: Update classifiers in pyproject.toml (3d73a96)

Feature

v0.9.2

23 May 15:47
Compare
Choose a tag to compare

v0.9.2 (2024-05-23)

Chore

  • chore: Update .gitignore and .github/workflows/main.yaml (431fe1a)

Fix

v0.9.1

22 May 18:11
Compare
Choose a tag to compare

v0.9.1 (2024-05-22)

Fix

v0.9.0

22 May 17:57
Compare
Choose a tag to compare

v0.9.0 (2024-05-22)

Feature

Fix

v0.8.0

22 May 17:14
Compare
Choose a tag to compare

v0.8.0 (2024-05-22)

Feature

Fix