Skip to content

Latest commit

 

History

History
103 lines (53 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

103 lines (53 loc) · 1.48 KB

v0.4.8 (2024-11-28)

Fix

  • 🐛 Fix bug about existing folder when using re-group option

v0.4.7 (2024-11-13)

Fix

  • improve output details for unknown modalities

v0.4.6 (2024-11-13)

Fix

  • 🐛 Avoid overwriting images in some scenarios

v0.4.5 (2024-11-13)

Fix

  • 🐛 Improve the way to handle AcquisitionDateTime

v0.4.4 (2024-11-12)

Fix

  • 🐛 Able to handle OPTOS PSEUDOCOLOUR_ULTRAWIDEFIELD modality

v0.4.3 (2024-11-12)

Fix

  • 🐛 Added tolerance parameter for grouping AcquisitionDateTime

v0.4.2 (2024-09-30)

v0.4.1 (2024-09-30)

Fix

  • 🐛 Fix output dir bug
  • 🐛 Fix wrong py_dcm_version in metadata.json

v0.4.0 (2024-09-16)

Feat

  • ✨ Option to re-group DCM results by AcquisitionDateTime

Fix

  • 🐛 Fix issue with anonymised folder output

v0.3.0 (2024-09-11)

Feat

  • ✨ Make it compatible with python >=3.10

v0.2.2 (2024-09-11)

Fix

  • 🐛 Fix absolute path for output_dir issue

v0.2.1 (2024-09-09)

Fix

  • Fix the abort case and test
  • Update to pydicom 3.0 and fixed some typos

v0.2.0 (2024-09-05)

Feat

  • ✨ Added anonymiser option by default

v0.1.1 (2024-09-04)

Fix

  • 🐛 Assign the right group id for multi-groups cases in metadata.json

v0.1.0 (2024-07-31)

Feat

  • 🔖 Added GH action

Fix

  • 🐛 Attempt to fix GH action

v0.0.2 (2024-07-31)

Fix

  • Fixed pyproject.toml for cz

v0.0.1 (2024-07-31)