Skip to content

1.8.0 2024-09-12

Compare
Choose a tag to compare
@nbeliy nbeliy released this 16 Sep 08:54
· 9 commits to dev since this release

Changes since 1.7.1

Added

Fixed

  • bidsmap: Empty modules no longer saved to bidsmap
  • bidsmap: In case of BIDS version change, warning shows incorrect version
  • hmriNIFTI: Fixed error of corrupted file on Siemens derivated MRI images lacking CSASeriesHeaderInfo sections

Changed

  • bidsmap/run: If modality or suffix not defined, default model will be __unknown__, otherwise <modality>:suffix
  • bidsmap/bidsmap: For __unknown__ and __ignore__ modalities, the model will be fixed to __unknown__
  • mapper: If suffix is not defined, an error will be shown, and no further vqalidations will be performed on that file
  • BidsTable: Updated lineterminator parameter, making it compatible with modern (>1.4) Pandas, and Pythons up to 3.12
  • Modules: Base module class selector has been moved into tools, new modalities are no longer decalred in `selector.py