26.0.1
What's Changed
🐛 Bug Fixes
- Convert 3D AFNI volumes to actual 3D by @handwerkerd in #1381
nibabelopens AFNI formatted 3D volumes so that there is a 4th dimension of length 1. Thenilearn.plottingfunctionadd_contourscrashes when it expects a 3D and receives a 4D volume. This resulted intedanacrashing when it is run as part of theafni_proc.pypipeline.- 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 --helpand forica_reclassifyandts2mapare better organized with some edits for clarity.
- The help text in
- 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
- Some parts of the documentation at https://tedana.readthedocs.io should be properly rendered now and benign warnings were fixed.
- fix: Update open_rica_report.py with current Rica file patterns by @eurunuela in #1375
- Makes sure tedana interacts well with new updated to https://github.com/me-ICA/rica
Full Changelog: 26.0.0...26.0.1