|
| 1 | +0.6.0 (December 11, 2019) |
| 2 | +========================= |
| 3 | + |
| 4 | +New feature release in the 0.6.x series. |
| 5 | + |
| 6 | +This release respects recent changes to the BIDS-StatsModels draft |
| 7 | +specification to support fixed-effects meta-analysis (FEMA) contrasts, |
| 8 | +and renames "AutoContrasts" to "DummyContrasts". |
| 9 | + |
| 10 | +Provisional support for F-tests has been added. |
| 11 | + |
| 12 | +Additional rearchitecting by Dylan Nielson provides significant speedups |
| 13 | +for large datasets by caching BIDS layout information. |
| 14 | + |
| 15 | +* SPEC: Add fixed effects (FEMA) contrasts (https://github.com/poldracklab/fitlins/pull/191) |
| 16 | +* SPEC: Change AutoContrasts to DummyContrasts (https://github.com/poldracklab/fitlins/pull/197) |
| 17 | +* FIX: Don't pass ignore and force index to `init_fitlins_wf` (https://github.com/poldracklab/fitlins/pull/202) |
| 18 | +* FIX: BIDSelect confusion between Nifti and JSON (https://github.com/poldracklab/fitlins/pull/193) |
| 19 | +* FIX: Set `smoothing_fwhm` after creating next level. (https://github.com/poldracklab/fitlins/pull/190) |
| 20 | +* FIX: Recognize cosine columns without underscores (https://github.com/poldracklab/fitlins/pull/185) |
| 21 | +* ENH: Update logging levels (https://github.com/poldracklab/fitlins/pull/198) |
| 22 | +* ENH: Add option to load BIDS layouts from database file (https://github.com/poldracklab/fitlins/pull/187) |
| 23 | +* ENH: Add memory estimate for first-level models, enable memory management (https://github.com/poldracklab/fitlins/pull/199) |
| 24 | +* ENH: Avoid casting BOLD data to float64 if possible (https://github.com/poldracklab/fitlins/pull/196) |
| 25 | +* ENH: Add F-tests (https://github.com/poldracklab/fitlins/pull/195) |
| 26 | +* ENH: Drop missing model inputs (https://github.com/poldracklab/fitlins/pull/183) |
| 27 | +* RF: Abstract interfaces to simplify swappability (https://github.com/poldracklab/fitlins/pull/188) |
| 28 | + |
| 29 | + |
1 | 30 | 0.5.1 (September 23, 2019)
|
2 | 31 | ==========================
|
3 | 32 |
|
|
0 commit comments