Skip to content

1.0.0-rc9

Compare
Choose a tag to compare
@effigies effigies released this 03 Nov 00:57
· 4566 commits to master since this release

This release is focused on reorganizing the modules of the BOLD processing. Also, the workflow that computes the confound has been refactored and now works in native BOLD space. This new feature is expected to help integrate the --func-only feature (#808), helps keeping memory low (as the input files are a lot smaller) and is more robust to partial-FoV scans.

Also, includes large improvements to the documentation.

CHANGES

  • [FIX] Fixed #776 (aCompCor - numpy.linalg.linalg.LinAlgError: SVD did not converge) via #807.
  • [ENH] Added CSF column to _confounds.tsv (included in #807)
  • [DOC] Add more details on the outputs of FMRIPREP and minor fixes (#811)
  • [ENH] Processing confounds in BOLD space (#807)
  • [ENH] Updated niworkflows and nipype, including the new feature to close all file descriptors (#810)
  • [REF] Refactored BOLD workflows module (#805)
  • [ENH] Improved memory annotations (#803, #807)