Skip to content

Commit 431035f

Browse files
authored
Merge pull request #103 from effigies/rel/0.2.0
REL: 0.2.0
2 parents c7cc798 + 3777848 commit 431035f

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

.mailmap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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]>

.zenodo.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
"name": "De La Vega, Alejandro",
1111
"orcid": "0000-0001-9062-3778"
1212
},
13+
{
14+
"affiliation": "Psychoinformatics Lab, Institute of Psychology, Otto-von-Guericke University Magdeburg",
15+
"name": "Wagner, Adina",
16+
"orcid": "0000-0003-2917-3450"
17+
},
18+
{
19+
"affiliation": "Dartmouth College",
20+
"name": "Halchenko, Yaroslav O.",
21+
"orcid": "0000-0003-3456-2493"
22+
},
1323
{
1424
"name": "Poldrack, Russell A.",
1525
"affiliation": "Department of Psychology, Stanford University",

CHANGES.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
0.2.0 (February 1, 2019)
2+
=======================
3+
4+
This release marks a substantial refactoring in the wake of
5+
[BIDS Derivatives RC1](https://docs.google.com/document/d/17ebopupQxuRwp7U7TFvS6BH03ALJOgGHufxK8ToAvyI/),
6+
[fMRIPrep 1.2.x](https://fmriprep.readthedocs.io/en/stable/changes.html#january-17-2019) and
7+
[pybids 0.7.0](https://github.com/bids-standard/pybids/releases/tag/0.7.0).
8+
9+
Reports at second level and higher are currently broken, but we're at a point where neuroscout
10+
is depending on the current code base, the user base is increasing, and it's worth having a starting
11+
point for considering new features.
12+
13+
With thanks to Alejandro de la Vega, Adina Wagner and Yaroslav Halchenko for contributions.
14+
15+
* FIX: Allow derivatives to be a boolean value (https://github.com/poldracklab/fitlins/pull/91)
16+
* FIX: Restore report generation (https://github.com/poldracklab/fitlins/pull/88)
17+
* ENH: Plotting improvements (https://github.com/poldracklab/fitlins/pull/89)
18+
* ENH: Allow selecting for no space ``--space ''`` option (https://github.com/poldracklab/fitlins/pull/96)
19+
* ENH: Allow selecting for desc with ``--desc`` option (https://github.com/poldracklab/fitlins/pull/95)
20+
* MAINT: Depend on unreleased pybids commit (https://github.com/poldracklab/fitlins/pull/99)
21+
* MAINT: Pybids 0.7.0 compatibility (https://github.com/poldracklab/fitlins/pull/84)
22+
123
0.1.0 (August 24, 2018)
224
=======================
325

0 commit comments

Comments
 (0)