Skip to content

Commit

Permalink
Merge pull request #277 from poldracklab/REL/0.8.1
Browse files Browse the repository at this point in the history
REL: 0.9.0
  • Loading branch information
adelavega authored Mar 5, 2021
2 parents abcdf6b + 0cfb456 commit 205bca0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@
"name": "Nielson, Dylan M.",
"orcid": "0000-0003-4613-6643"
},
{
"affiliation": "University of Texas at Austin",
"name": "Kent, James D.",
"orcid": "0000-0002-4892-2659"
},
{
"affiliation": "National Institute of Mental Health",
"name": "Lee, John A.",
"orcid": "0000-0001-5884-4247"
},
{
"name": "Poldrack, Russell A.",
"affiliation": "Department of Psychology, Stanford University",
Expand Down
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
0.9.0 (February 26, 2021)
========================

New feature release in the 0.9.x series.

This release added AFNI's 3dREMLfit for first-level estimation, dropped nistats
in favor of nilearn.stats, added test reference outputs, among other minor improvements.

* AFNI TSNR calculation, ADD: BlurToFWHM, ADD: testing outputs against reference (https://github.com/poldracklab/fitlins/pull/280)
* FIX: AFNI contrast bool (https://github.com/poldracklab/fitlins/pull/266)
* ENH: Writeout estimator to derivative description (https://github.com/poldracklab/fitlins/pull/278)
* ENH: disable automatic drift modeling (https://github.com/poldracklab/fitlins/pull/276)
* ENH: modify path patterns to make task optional (https://github.com/poldracklab/fitlins/pull/275)
* ENH: Add AFNI 3dREMLfit for first-level estimation (https://github.com/poldracklab/fitlins/pull/171)
* TST: Add dummy dataset for pytest/local testing (https://github.com/poldracklab/fitlins/pull/262)
* MNT: Update PyBIDS and nilearn (https://github.com/poldracklab/fitlins/pull/268)
* CI: Make faster? (https://github.com/poldracklab/fitlins/pull/264)


0.8.0 (October 19, 2020)
========================

Expand Down
3 changes: 2 additions & 1 deletion fitlins/tests/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ def test_outputs(fitlins_path, bids_dir, output_dir, derivatives,
"--estimator", estimator,
"--smoothing", smoothing,
"--n-cpus", '2',
"--mem-gb", '4'
"--mem-gb", '4',
"--drift-model", "cosine"
]

if database_path is not None:
Expand Down

0 comments on commit 205bca0

Please sign in to comment.