0.0.5
Release Notes
Major changes: This release reverts to the 2.5 version selection criteria, and it also switches the ICA implementation from mdp
to sklearn
. It is also includes a major overhaul of the documentation.
With thanks to @frodeaa, @RupeshGoud, and @jbteves for contributrions !
Changes
- [DOC] Rearrange badges in README (#118) @tsalo
- [ENH] Linting, update imports (#4) @emdupre
- [FIX] Add quiet and debug options to t2smap (#123) @emdupre
- [DOC] Add Python version info (#126) @tsalo
- [FIX] Accept non-NIFTI files without complaining (#128) @rmarkello
- [FIX] Remove nifti requirement in
selcomps()
(#130) @rmarkello - Inital commit of tedana package (#1) @emdupre
- [DOC] Update multi-echo.rst (#138) @RupeshGoud
- [FIX] Logging in tedana and t2smap (#143) @frodeaa
- [ENH] Track PCA and ICA component selection decisions (#122) @tsalo
- [DOC] Improve documentation for pipeline (#133) @tsalo
- Documentation update for installation and environments in miniconda (#142) @jbteves
- [DOC] Add Support page (#150) @tsalo
- [ENH] Rename modules (#136) @frodeaa
- [DOC] Update documentation for interacting with other pipelines (#134) @emdupre
- Merge in @rmarkello PR (#19) @emdupre
- [TST] Support Python 3.5 (#154) @tsalo
- [DOC] Request for Comments: Roadmap and Contributing (#151) @emdupre
- [ENH] update ICA to sklearn from mdp (#44) @emdupre
- [DOC] RST formatting fixes for roadmap, contributing (#157) @emdupre
- [ENH] Switch to Selcomps 2.5 (#119) @emdupre
- [FIX] Loop through volumes in FIT method (#158) @tsalo