From 146356344c35f70d0f1021cd488a39e06634f698 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Fri, 1 Feb 2019 09:45:05 -0500 Subject: [PATCH 1/2] DOC: 0.2.0 Changelog --- CHANGES.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d71b74e1..4c1f773b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,25 @@ +0.2.0 (February 1, 2019) +======================= + +This release marks a substantial refactoring in the wake of +[BIDS Derivatives RC1](https://docs.google.com/document/d/17ebopupQxuRwp7U7TFvS6BH03ALJOgGHufxK8ToAvyI/), +[fMRIPrep 1.2.x](https://fmriprep.readthedocs.io/en/stable/changes.html#january-17-2019) and +[pybids 0.7.0](https://github.com/bids-standard/pybids/releases/tag/0.7.0). + +Reports at second level and higher are currently broken, but we're at a point where neuroscout +is depending on the current code base, the user base is increasing, and it's worth having a starting +point for considering new features. + +With thanks to Alejandro de la Vega, Adina Wagner and Yaroslav Halchenko for contributions. + +* FIX: Allow derivatives to be a boolean value (https://github.com/poldracklab/fitlins/pull/91) +* FIX: Restore report generation (https://github.com/poldracklab/fitlins/pull/88) +* ENH: Plotting improvements (https://github.com/poldracklab/fitlins/pull/89) +* ENH: Allow selecting for no space ``--space ''`` option (https://github.com/poldracklab/fitlins/pull/96) +* ENH: Allow selecting for desc with ``--desc`` option (https://github.com/poldracklab/fitlins/pull/95) +* MAINT: Depend on unreleased pybids commit (https://github.com/poldracklab/fitlins/pull/99) +* MAINT: Pybids 0.7.0 compatibility (https://github.com/poldracklab/fitlins/pull/84) + 0.1.0 (August 24, 2018) ======================= From 3777848f86a00627f5881361bc1e422c74b316f6 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Fri, 1 Feb 2019 09:45:18 -0500 Subject: [PATCH 2/2] MNT: Update mailmap, zenodo --- .mailmap | 4 ++++ .zenodo.json | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..d350cf54 --- /dev/null +++ b/.mailmap @@ -0,0 +1,4 @@ +Christopher J. Markiewicz Chris Markiewicz +Christopher J. Markiewicz Chris Markiewicz +Alejandro de la Vega adelavega +Alejandro de la Vega delavega4 diff --git a/.zenodo.json b/.zenodo.json index 6ad6dc29..cf90f251 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -10,6 +10,16 @@ "name": "De La Vega, Alejandro", "orcid": "0000-0001-9062-3778" }, + { + "affiliation": "Psychoinformatics Lab, Institute of Psychology, Otto-von-Guericke University Magdeburg", + "name": "Wagner, Adina", + "orcid": "0000-0003-2917-3450" + }, + { + "affiliation": "Dartmouth College", + "name": "Halchenko, Yaroslav O.", + "orcid": "0000-0003-3456-2493" + }, { "name": "Poldrack, Russell A.", "affiliation": "Department of Psychology, Stanford University",