Skip to content

Release 0.8.0

Compare
Choose a tag to compare
@NicolasGensollen NicolasGensollen released this 25 Mar 19:29
· 168 commits to dev since this release
38e32e0

Added

  • Python 3.12 is officially supported (see PR #1065)

Breaking changes

  • [DWI] Improve BIDS compliance for DWI preprocessing pipelines (see PR #1050)
  • Python 3.8 is not supported anymore (see PR #1065)

Enhanced

  • [ADNI2BIDS] The converter now takes fmri multiband into account (see PR #1041)
  • [DWI] Set the random seed in pipelines using ANTs (requires having ANTs >= 2.5) (see PR #1071)
  • [Pipelines] Using SPM standalone only requires to set $SPMSTANDALONE_HOME and $MCR_HOME (see PR #1105)
  • [DOC] The Third-party documentation page has been improved (see PR #1099)
  • [DOC] The documentation page for StatisticsSurface has been updated (see PR #1100)

Fixed

  • [ADNI2BIDS] Ignore real and imaginary scans outputted by dcm2niix (see PR #1029)
  • [ADNI2BIDS] Ignore ADC DWI images outputted by dcm2niix (see PR #1061)