Skip to content

Commit

Permalink
rel(0.2.1): Update CHANGES and .zenodo.json [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Dec 12, 2019
1 parent eeae4e8 commit e9952be
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"contributors": [
{
"affiliation": "Department of Psychology, Stanford University, CA, USA",
"name": "Lerma-Usabiaga, Garikoitz",
"orcid": "0000-0001-9800-4816",
"type": "Researcher"
},
{
"name": "nrajamani3",
"type": "Researcher"
Expand All @@ -19,18 +13,12 @@
],
"creators": [
{
"affiliation": "Department of Psychology, University of Texas at Austin, TX, USA",
"name": "Pisner, Derek",
"orcid": "0000-0002-1228-0201",
"type": "Researcher"
},
{
"affiliation": "The University of Washington eScience Institute",
"affiliation": "The University of Washington, eScience Institute",
"name": "Richie-Halford, Adam",
"orcid": "0000-0001-9276-9084"
},
{
"affiliation": "The University of Washington eScience Institute",
"affiliation": "The University of Washington, eScience Institute",
"name": "Keshavan, Anisha",
"orcid": "0000-0003-3554-043X"
},
Expand All @@ -39,6 +27,16 @@
"name": "Joseph, Michael",
"orcid": "0000-0002-0068-230X"
},
{
"affiliation": "Department of Psychology, Stanford University, CA, USA",
"name": "Lerma-Usabiaga, Garikoitz",
"orcid": "0000-0001-9800-4816"
},
{
"affiliation": "Department of Psychology, University of Texas at Austin, TX, USA",
"name": "Pisner, Derek",
"orcid": "0000-0002-1228-0201"
},
{
"affiliation": "The University of Washington eScience Institute",
"name": "Rokem, Ariel",
Expand Down
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
0.2.1 (December 12, 2019)
=========================
A bugfix release to test that versioned documentation is working.

* FIX: Remove count of DWI scans according to ``task_id`` (#10)
* ENH: Vector representation and checking utilities (#26)
* ENH: Start running smoke tests on CircleCI (#31)
* ENH: Add config for CircleCI (#13)
* DOC: Build versioned docs and deploy them to gh-pages (#45)
* MAINT: Revise execution options in CircleCi (#33)
* MAINT: A minimal infrastructure for unit-tests, with some initial test files (#32)
* MAINT: Add a branch step to the contribution guidelines. (#21)
* MAINT: Add maintenance script to update the changelog, update CHANGES (#22)
* MAINT: Add a base of ``CONTRIBUTING.md`` guidelines (#14)
* MAINT: Fix typos and add Makefiles (#11)
* MAINT: Add TravisCI for code linting with ``flake8`` (#18)

0.2.0 (September 06, 2019)
==========================
A first attempt to roll out a release capable of running sMRIPrep for the anatomical processing.
Expand Down

0 comments on commit e9952be

Please sign in to comment.