nipreps / smriprep

Structural MRI PREProcessing (sMRIPrep) workflows for NIPreps (NeuroImaging PREProcessing tools)

Home Page:https://nipreps.github.io/smriprep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fMRIPrep-next checklist

effigies opened this issue · comments

This issue is just to start a checklist of things that need doing before we release a version intended for the major refactor of fMRIPrep. The current proposal is being tracked in the next branch.

Roadmap

  • ...

Cleanups

To move quickly and debug, I have made some changes that may need to be reverted or cleaned up before they go in production.

  • Python 3.8 compatibility (do we want to keep this?)
    • Type subscripting (e.g., list[str]) needs to be reverted to typing objects (e.g., ty.List)
  • Nipype configuration options
    • Reset crashfiles to text
    • Reset remove_unnecessary_outputs
    • Reset poll_sleep_duration