Skip to content

Commit e9952be

Browse files
committed
rel(0.2.1): Update CHANGES and .zenodo.json [skip ci]
1 parent eeae4e8 commit e9952be

File tree

2 files changed

+29
-14
lines changed

2 files changed

+29
-14
lines changed

.zenodo.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
22
"contributors": [
3-
{
4-
"affiliation": "Department of Psychology, Stanford University, CA, USA",
5-
"name": "Lerma-Usabiaga, Garikoitz",
6-
"orcid": "0000-0001-9800-4816",
7-
"type": "Researcher"
8-
},
93
{
104
"name": "nrajamani3",
115
"type": "Researcher"
@@ -19,18 +13,12 @@
1913
],
2014
"creators": [
2115
{
22-
"affiliation": "Department of Psychology, University of Texas at Austin, TX, USA",
23-
"name": "Pisner, Derek",
24-
"orcid": "0000-0002-1228-0201",
25-
"type": "Researcher"
26-
},
27-
{
28-
"affiliation": "The University of Washington eScience Institute",
16+
"affiliation": "The University of Washington, eScience Institute",
2917
"name": "Richie-Halford, Adam",
3018
"orcid": "0000-0001-9276-9084"
3119
},
3220
{
33-
"affiliation": "The University of Washington eScience Institute",
21+
"affiliation": "The University of Washington, eScience Institute",
3422
"name": "Keshavan, Anisha",
3523
"orcid": "0000-0003-3554-043X"
3624
},
@@ -39,6 +27,16 @@
3927
"name": "Joseph, Michael",
4028
"orcid": "0000-0002-0068-230X"
4129
},
30+
{
31+
"affiliation": "Department of Psychology, Stanford University, CA, USA",
32+
"name": "Lerma-Usabiaga, Garikoitz",
33+
"orcid": "0000-0001-9800-4816"
34+
},
35+
{
36+
"affiliation": "Department of Psychology, University of Texas at Austin, TX, USA",
37+
"name": "Pisner, Derek",
38+
"orcid": "0000-0002-1228-0201"
39+
},
4240
{
4341
"affiliation": "The University of Washington eScience Institute",
4442
"name": "Rokem, Ariel",

CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.2.1 (December 12, 2019)
2+
=========================
3+
A bugfix release to test that versioned documentation is working.
4+
5+
* FIX: Remove count of DWI scans according to ``task_id`` (#10)
6+
* ENH: Vector representation and checking utilities (#26)
7+
* ENH: Start running smoke tests on CircleCI (#31)
8+
* ENH: Add config for CircleCI (#13)
9+
* DOC: Build versioned docs and deploy them to gh-pages (#45)
10+
* MAINT: Revise execution options in CircleCi (#33)
11+
* MAINT: A minimal infrastructure for unit-tests, with some initial test files (#32)
12+
* MAINT: Add a branch step to the contribution guidelines. (#21)
13+
* MAINT: Add maintenance script to update the changelog, update CHANGES (#22)
14+
* MAINT: Add a base of ``CONTRIBUTING.md`` guidelines (#14)
15+
* MAINT: Fix typos and add Makefiles (#11)
16+
* MAINT: Add TravisCI for code linting with ``flake8`` (#18)
17+
118
0.2.0 (September 06, 2019)
219
==========================
320
A first attempt to roll out a release capable of running sMRIPrep for the anatomical processing.

0 commit comments

Comments
 (0)