Skip to content

Commit 0844cb6

Browse files
committed
Merge branch 'rel/0.5.0rc0'
2 parents db5eacc + fcab1db commit 0844cb6

File tree

3 files changed

+67
-4
lines changed

3 files changed

+67
-4
lines changed

.mailmap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ Garikoitz Lerma-Usabiaga <[email protected]> garikoitz <[email protected]>
88
James D. Kent <[email protected]>
99
1010
James D. Kent <[email protected]> Fred Mertz <[email protected]>
11+
Michael Joseph <[email protected]>
1112
Michael Joseph <[email protected]> mjoseph <[email protected]>
1213
Oscar Esteban <[email protected]>
1314
1415
Oscar Esteban <[email protected]> oesteban <[email protected]>
16+
Salim Mansour <[email protected]>
17+
Salim Mansour <[email protected]> slimnsour <[email protected]>
18+

.zenodo.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"name": "Joseph, Michael",
3030
"orcid": "0000-0002-0068-230X"
3131
},
32+
{
33+
"affiliation": "The Centre for Addiction and Mental Health",
34+
"name": "Mansour, Salim",
35+
"orcid": "0000-0002-1092-1650"
36+
},
3237
{
3338
"affiliation": "Department of Psychology, University of Texas at Austin, TX, USA",
3439
"name": "Pisner, Derek",
@@ -40,7 +45,7 @@
4045
"orcid": "0000-0001-9276-9084"
4146
},
4247
{
43-
"affiliation": "Department of Psychology, Stanford University, CA, USA",
48+
"affiliation": "Basque Center on Cognition, Brain and Language (BCBL)",
4449
"name": "Lerma-Usabiaga, Garikoitz",
4550
"orcid": "0000-0001-9800-4816"
4651
},
@@ -49,13 +54,18 @@
4954
"name": "Keshavan, Anisha",
5055
"orcid": "0000-0003-3554-043X"
5156
},
57+
{
58+
"affiliation": "Krembil Centre for Neuroinformatics, The Centre for Addiction and Mental Health, Dept. of Psychiatry, University of Toronto",
59+
"name": "Dickie, Erin W.",
60+
"orcid": "0000-0003-3028-9864"
61+
},
5262
{
5363
"affiliation": "The University of Washington eScience Institute",
5464
"name": "Rokem, Ariel",
5565
"orcid": "0000-0003-0679-1985"
5666
},
5767
{
58-
"affiliation": "Dep. of Radiology, Lausanne University Hospital and University of Lausanne",
68+
"affiliation": "Dept. of Radiology, Lausanne University Hospital and University of Lausanne",
5969
"name": "Esteban, Oscar",
6070
"orcid": "0000-0001-8435-6191"
6171
}
@@ -73,6 +83,12 @@
7383
"orcid": "0000-0002-1931-4734",
7484
"type": "Researcher"
7585
},
86+
{
87+
"affiliation": "School of Medicine, New York University",
88+
"name": "Veraart, Jelle",
89+
"orcid": "0000-0003-0781-0420",
90+
"type": "Researcher"
91+
},
7692
{
7793
"affiliation": "Department of Psychology, Stanford University",
7894
"name": "Poldrack, Russell A.",

CHANGES.rst

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
0.5.0 (TBD)
2+
===========
3+
A new minor release going forward with some of the items of our roadmap.
4+
The most salient features are the integration of FSL Eddy and the adoption of the new *SDCFlows 2.0*
5+
API.
6+
7+
.. admonition:: Author list for papers based on *dMRIPrep* 0.5.x series
8+
9+
As described in the `Contributor Guidelines
10+
<https://www.nipreps.org/community/CONTRIBUTING/#recognizing-contributions>`__,
11+
anyone listed as developer or contributor may write and submit manuscripts
12+
about *dMRIPrep*.
13+
To do so, please move the author(s) name(s) to the front of the following list:
14+
15+
Joseph, Michael \ :sup:`1`\ ; Mansour, Salim \ :sup:`1`\ ; Pisner, Derek \ :sup:`2`\ ; Richie-Halford, Adam \ :sup:`3`\ ; Lerma-Usabiaga, Garikoitz \ :sup:`4, 5`\ ; Keshavan, Anisha \ :sup:`3`\ ; Kent, James D. \ :sup:`6`\ ; Dickie, Erin W. \ :sup:`7`\ ; Cieslak, Matthew \ :sup:`8`\ ; Poldrack, Russell A. \ :sup:`5`\ ; Veraart, Jelle \ :sup:`9`\ ; Rokem, Ariel \ :sup:`10`\ ; Esteban, Oscar \ :sup:`11`\ .
16+
17+
Affiliations:
18+
19+
1. The Centre for Addiction and Mental Health
20+
2. Department of Psychology, University of Texas at Austin, TX, USA
21+
3. The University of Washington, eScience Institute
22+
4. Basque Center on Cognition, Brain and Language (BCBL)
23+
5. Department of Psychology, Stanford University
24+
6. Neuroscience Program, University of Iowa
25+
7. Krembil Centre for Neuroinformatics, The Centre for Addiction and Mental Health, Dept. of Psychiatry, University of Toronto
26+
8. Perelman School of Medicine, University of Pennsylvania, PA, USA
27+
9. School of Medicine, New York University
28+
10. The University of Washington eScience Institute
29+
11. Dept. of Radiology, Lausanne University Hospital and University of Lausanne
30+
31+
* FIX: Change in _svgutils_ API (0.3.2) breaks our reportlet generation (#151)
32+
* FIX: Correctly check *SDCFlows*' registry of ``IntendedFor`` files (#141)
33+
* FIX: Honor ``--nprocs`` flag (#142)
34+
* ENH: Temporary integration of FSL Eddy (#144)
35+
* ENH: Connect fieldmap estimation to preprocessing pipeline of individual DWI runs (#140)
36+
* ENH: Refactor workflow for simplicity - explicit iteration over DWIs (#138)
37+
* ENH: Run fieldmap estimation using *SDCFlows* 2.0 (#137)
38+
* FIX/MAINT: Drop Python 3.6 + Revise Python environment (versions pinned) in Dockerfile (#146)
39+
* MAINT: Update *SDCFlows* pinning to the latest 2.0.0 release (#152)
40+
* DOC: Revise *dMRIPrep*'s road-map (#147)
41+
* DOC: Add FSL ``topup`` reference in citation boilerplate (#148)
42+
* DOC: change "functional" to "diffusion" (#143)
43+
144
0.4.0 (December 10, 2020)
245
=========================
346
A minor release including T1w-DWI registration with FreeSurfer's ``bbregister``.
@@ -78,7 +121,6 @@ A release to show the deployment process on the Sprint.
78121
* ENH: Set up customized report specification (#34)
79122
* MAINT: Use a local docker registry instead of load/save (#46)
80123

81-
82124
0.2.1 (December 12, 2019)
83125
=========================
84126
A bugfix release to test that versioned documentation is working.
@@ -112,4 +154,5 @@ dMRIPrep will bring the contents of this branch back in as a plugin.
112154

113155
0.1.0 (November 21, 2018)
114156
=========================
115-
* First release on GitHub.
157+
First release on GitHub.
158+

0 commit comments

Comments
 (0)