Skip to content

Commit ea92778

Browse files
authored
REL: 0.6.0 preparation (#203)
1 parent 6ad289d commit ea92778

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed

.mailmap

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Christopher J. Markiewicz <[email protected]> Chris Markiewicz <[email protected]>
2-
Christopher J. Markiewicz <[email protected]> Chris Markiewicz <[email protected]>
3-
Alejandro de la Vega <[email protected]> adelavega <[email protected]>
4-
Alejandro de la Vega <[email protected]> delavega4 <[email protected]>
1+
Alejandro de la Vega <[email protected]>
2+
Alejandro de la Vega <[email protected]> <[email protected]>
3+
Christopher J. Markiewicz <[email protected]>
4+
Christopher J. Markiewicz <[email protected]> <[email protected]>
5+
Dylan Nielson <[email protected]>
6+
Karolina Finc <[email protected]>
7+
8+
Rastko Ciric <[email protected]>

.zenodo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"name": "Goncalves, Mathias",
3636
"orcid": "0000-0002-7252-7771"
3737
},
38+
{
39+
"affiliation": "National Institute of Mental Health",
40+
"name": "Nielson, Dylan M.",
41+
"orcid": "0000-0003-4613-6643"
42+
},
3843
{
3944
"name": "Poldrack, Russell A.",
4045
"affiliation": "Department of Psychology, Stanford University",

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
0.5.1 (September 23, 2019)
231
==========================
332

0 commit comments

Comments
 (0)