Skip to content

Releases: PennLINC/aslprep

0.7.3

14 Oct 13:07
d484c8e
Compare
Choose a tag to compare

This release fixes a bug in multi-PLD PCASL CBF calculation. Thanks to @xu-boyan for identifying the problem!

What's Changed

🐛 Bug Fixes

  • Add t1tissue term to multi-delay CBF formula by @tsalo in #432

Full Changelog: 0.7.2...0.7.3

0.7.2

04 Jun 14:08
8beeea1
Compare
Choose a tag to compare

A patch release to fix GIFTI outputs.

What's Changed

🐛 Bug Fixes

Full Changelog: 0.7.1...0.7.2

0.7.1

10 May 18:25
89067e0
Compare
Choose a tag to compare

A hotfix release following 0.7.0.

What's Changed

🐛 Bug Fixes

  • Fix the entrypoint path in the Dockerfile by @tsalo in #413

Full Changelog: 0.7.0...0.7.1

0.7.0

09 May 14:46
982fa61
Compare
Choose a tag to compare

What's Changed

🛠 Breaking Changes

  • Rename QC metrics and output QC files as TSVs by @tsalo in #375
  • Move atlases into a subfolder by @tsalo in #377

🎉 Exciting New Features

  • Add --ignore fmap-jacobian option by @tsalo in #385
  • Support lists in filter file with * or null by @tsalo in #388

🐛 Bug Fixes

  • Flip order of transforms in init_ds_volumes_wf by @tsalo in #392

Other Changes

Full Changelog: 0.6.0...0.7.0

0.6.0

09 Dec 20:27
28fe6b4
Compare
Choose a tag to compare

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

0.6.0rc1

20 Oct 18:20
fd1e4f7
Compare
Choose a tag to compare
0.6.0rc1 Pre-release
Pre-release

What's Changed

🛠 Breaking Changes

🐛 Bug Fixes

Full Changelog: 0.5.1...0.6.0rc1

0.5.1

04 Oct 17:17
55c378a
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Other Changes

Full Changelog: 0.5.0...0.5.1

0.5.1rc1

20 Sep 19:11
c0fa24e
Compare
Choose a tag to compare
0.5.1rc1 Pre-release
Pre-release

What's Changed

🐛 Bug Fixes

Full Changelog: 0.5.0...0.5.1rc1

0.5.0

14 Sep 14:27
f4e4ebd
Compare
Choose a tag to compare

What's Changed

🎉 Exciting New Features

🐛 Bug Fixes

  • Fix nibabel import by @tsalo in #301
  • Fix the Docker image by @tsalo in #312
  • Remove M0 metadata from multi-PLD GE metadata dictionary by @tsalo in #315
  • Fix CombineMotionParameters to support single-volume volume types by @tsalo in #316
  • Patch regmotoasl by @tsalo in #320
  • Patch regmotoasl again by @tsalo in #321

Other Changes

  • Replace niworkflows calls with dependency calls (second attempt) by @tsalo in #299
  • Adopt Nipreps configuration and maintenance docs by @tsalo in #231
  • Fix Docker build steps by @tsalo in #309

Full Changelog: 0.4.0...0.5.0

0.4.0

31 May 14:41
12112e9
Compare
Choose a tag to compare

This release re-implements multi-delay PCASL and single-delay Q2TIPS PASL support.

Additionally, we have replaced certain BOLD-specific steps with ASL-compatible alternatives. One such case is slice timing correction. Rather than interpolate the ASL time series to perform slice timing correction (as in BOLD preprocessing), ASLPrep now shifts PLDs according to the slice timing. The other major change is to motion correction, which is now performed separately for each image type in the ASL time series (e.g., control, label, and M0 volumes).

Thanks to Sudipto Dolui, Jian Hu, Jan Petr, Manuel Taso, and Kay Jann for their help and feedback.

What's Changed

🛠 Breaking Changes

  • Use same TPM threshold for GE and non-GE data by @tsalo in #263
  • Remove slice-timing correction by @tsalo in #269

🎉 Exciting New Features

  • Shift PostLabelingDelay(s) by slice times by @tsalo in #280
  • Perform motion correction separately for each image type by @tsalo in #275
  • Support single-PLD Q2TIPS PASL and multi-PLD PCASL by @tsalo in #268

🐛 Bug Fixes

  • Support runs with SCORE/SCRUB disabled by @tsalo in #279
  • Reorganize atlases and add them to the package data by @tsalo in #282

Other Changes

Full Changelog: 0.3.0...0.4.0