Skip to content

26.0.1

Choose a tag to compare

@handwerkerd handwerkerd released this 19 Mar 15:58
0f234ad

What's Changed

🐛 Bug Fixes

  • Convert 3D AFNI volumes to actual 3D by @handwerkerd in #1381
    • nibabel opens AFNI formatted 3D volumes so that there is a 4th dimension of length 1. The nilearn.plotting function add_contours crashes when it expects a 3D and receives a 4D volume. This resulted in tedana crashing when it is run as part of the afni_proc.py pipeline.
    • The main reason we are releasing this version is to address this issue.

Other Changes

  • Organize CLI arguments into groups by @tsalo in #1369
    • The help text in tedana --help and for ica_reclassify and ts2map are better organized with some edits for clarity.
  • Check that classification tags are used in decision trees and that each decision tree includes the Likely BOLD tag by @tsalo in #1370
    • Better checking to make sure a user-provided decision tree will operate well within tedana.
    • A few things that used to raise warnings will now raise errors. This may cause issues if someone was using decision trees that previously raised warnings.
  • Address test and RTD build warnings by @tsalo in #1376
  • fix: Update open_rica_report.py with current Rica file patterns by @eurunuela in #1375

Full Changelog: 26.0.0...26.0.1