0.0.7
Release Notes
This release concentrates on improving performance and interpretability of tedana processing. Major changes include:
- Add options to control ICA attempts
- Implement automatric masking when no explicit masking provided
- Initial visual reports
- Speed up cluster-extent thresholding
Thanks to all listed contributors, as well as to many not listed here (@jbteves @handwerkerd @javiergcas) !
Changes
- [STY] Consolidate linter settings and ignore some style warnings (#216) @tsalo
- [ENH] Limit tedana to one core (#215) @tsalo
- [ENH] Add options to control ICA attempts (#224) @tsalo
- [REF] Clean up outdated/unused functions (#227) @tsalo
- [ENH] Automatically use Nilearn's EPI mask when no explicit mask is provided (#226) @tsalo
- [ENH] Adding simple figure output (#208) @dowdlelt
- [FIX] Normalize PCA mixing matrix over time, not component (#228) @tsalo
- [FIX] Remove WVPCA support (#233) @tsalo
- [FIX] scatter plot labeling issue. (#235) @dowdlelt
- [ENH] Update Figure Generation Code (#236) @dowdlelt
- [FIX, DOC] Use countnoise in decision table within selcomps (#238) @tsalo
- [REF] Add gscontrol module (#240) @tsalo
- [FIX] center component map at zero (#241) @dowdlelt
- [FIX] Make figures using un-orthogonalized mixing matrix (#246) @tsalo
- [REF] Clean up comptable handling in tedana.io (#242) @tsalo
- [ENH] Speed up cluster-extent thresholding function (#239) @tsalo
- [FIX] Fix use of d_table_score (#260) @tsalo
- [REF, DOC] Document PAID combination method (#264) @tsalo
- [DOC] Add dev calls to contributing guidelines (#271) @KirstieJane