Skip to content

Commit

Permalink
REL: 0.6.0 preparation (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Dec 11, 2019
1 parent 6ad289d commit ea92778
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Christopher J. Markiewicz <[email protected]> Chris Markiewicz <[email protected]>
Christopher J. Markiewicz <[email protected]> Chris Markiewicz <[email protected]>
Alejandro de la Vega <[email protected]> adelavega <[email protected]>
Alejandro de la Vega <[email protected]> delavega4 <[email protected]>
Alejandro de la Vega <[email protected]>
Alejandro de la Vega <[email protected]> <[email protected]>
Christopher J. Markiewicz <[email protected]>
Christopher J. Markiewicz <[email protected]> <[email protected]>
Dylan Nielson <[email protected]>
Karolina Finc <[email protected]>
Mathias Goncalves <[email protected]> <[email protected]>
Rastko Ciric <[email protected]>
5 changes: 5 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
"name": "Goncalves, Mathias",
"orcid": "0000-0002-7252-7771"
},
{
"affiliation": "National Institute of Mental Health",
"name": "Nielson, Dylan M.",
"orcid": "0000-0003-4613-6643"
},
{
"name": "Poldrack, Russell A.",
"affiliation": "Department of Psychology, Stanford University",
Expand Down
29 changes: 29 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
0.6.0 (December 11, 2019)
=========================

New feature release in the 0.6.x series.

This release respects recent changes to the BIDS-StatsModels draft
specification to support fixed-effects meta-analysis (FEMA) contrasts,
and renames "AutoContrasts" to "DummyContrasts".

Provisional support for F-tests has been added.

Additional rearchitecting by Dylan Nielson provides significant speedups
for large datasets by caching BIDS layout information.

* SPEC: Add fixed effects (FEMA) contrasts (https://github.com/poldracklab/fitlins/pull/191)
* SPEC: Change AutoContrasts to DummyContrasts (https://github.com/poldracklab/fitlins/pull/197)
* FIX: Don't pass ignore and force index to `init_fitlins_wf` (https://github.com/poldracklab/fitlins/pull/202)
* FIX: BIDSelect confusion between Nifti and JSON (https://github.com/poldracklab/fitlins/pull/193)
* FIX: Set `smoothing_fwhm` after creating next level. (https://github.com/poldracklab/fitlins/pull/190)
* FIX: Recognize cosine columns without underscores (https://github.com/poldracklab/fitlins/pull/185)
* ENH: Update logging levels (https://github.com/poldracklab/fitlins/pull/198)
* ENH: Add option to load BIDS layouts from database file (https://github.com/poldracklab/fitlins/pull/187)
* ENH: Add memory estimate for first-level models, enable memory management (https://github.com/poldracklab/fitlins/pull/199)
* ENH: Avoid casting BOLD data to float64 if possible (https://github.com/poldracklab/fitlins/pull/196)
* ENH: Add F-tests (https://github.com/poldracklab/fitlins/pull/195)
* ENH: Drop missing model inputs (https://github.com/poldracklab/fitlins/pull/183)
* RF: Abstract interfaces to simplify swappability (https://github.com/poldracklab/fitlins/pull/188)


0.5.1 (September 23, 2019)
==========================

Expand Down

0 comments on commit ea92778

Please sign in to comment.