Skip to content

v1.22.0

Choose a tag to compare

@github-actions github-actions released this 13 Dec 17:23
· 58 commits to main since this release

v1.22.0 (2024-12-13)

Features

  • Add BaseWriter, and example NIFTIWriter with notebooks documenting them (#84, 7228770)

Mostly inspired and reusing logic from Med-ImageTools DICOMSorter design

  • New Features
  • Enhanced Jupyter notebooks for saving medical imaging data in NIFTI format and CSV metadata.
  • Added examples for using subclasses of BaseWriter for writing text and CSV files.
  • Introduced the NIFTIWriter class for managing NIFTI file writing with validation and error handling.
    • Added new CSVWriter class for saving data in CSV format.

Detailed Changes: v1.21.0...v1.22.0