Skip to content

0.6.0

Compare
Choose a tag to compare
@tsalo tsalo released this 09 Dec 20:27
· 53 commits to main since this release
28fe6b4

This release makes substantial changes to ASLPrep.
The two main changes are (1) the Schaefer atlases are replaced with the PennLINC team's new 4S atlases, which combine the Schaefer cortical atlases and several subcortical atlases, and (2) a major rearchitect of the package based on fMRIPrep version 23.2.0a2. The latter allows ASLPrep to write out CIFTI and GIFTI format derivatives, and fixes SDC support (although SDC support is dependent on the next SDCFlows release, so in practice it won't work just yet).

I'd like to credit Chris Markiewicz (@effigies) for doing the majority of the work in the fMRIPrep refactor.

What's Changed

🛠 Breaking Changes

  • Add AtlasPack atlases by @tsalo in #330
  • Replace AtlasPack 0.0.5 atlases with AtlasPack 0.1.0 atlases by @tsalo in #334
  • Remove sdcflows and model ASLPrep on fMRIPrep/next by @tsalo in #338

🎉 Exciting New Features

  • Write out GIFTI and CIFTI CBF maps by @tsalo in #361

🐛 Bug Fixes

  • Pin scipy version to 1.10.1 by @tsalo in #333
  • Raise error if no M0 volume(s)/estimate available and background suppression is enabled by @tsalo in #337
  • Limit BASIL --slicedt argument to ascending slice orders by @tsalo in #348
  • Fix several warnings by @tsalo in #364

Other Changes

New Contributors

Full Changelog: 0.5.1...0.6.0