Skip to content

Commit 284f0dd

Browse files
committed
Merge branch 'master' of https://github.com/nipy/nipype
2 parents b412659 + dc09e00 commit 284f0dd

File tree

137 files changed

+1042
-1519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+1042
-1519
lines changed

.circleci/config.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ _get_base_image: &get_base_image
3636
echo "Pulling base image ..."
3737
docker pull nipype/nipype:base
3838
elif [ "$GET_BASE" == "BUILD" ]; then
39-
e=1 && for i in {1..5}; do
40-
docker build -t nipype/nipype:base - < docker/Dockerfile.base && e=0 && break || sleep 15
41-
done && [ "$e" -eq "0" ]
39+
tools/retry_cmd.sh -n 5 -s 15 \
40+
docker build -t nipype/nipype:base - < docker/Dockerfile.base
4241
else
4342
echo "Error: method to get base image not understood"
4443
exit 1
@@ -48,22 +47,20 @@ _build_main_image_py36: &build_main_image_py36
4847
name: Build main image (py36)
4948
no_output_timeout: 60m
5049
command: |
51-
e=1 && for i in {1..5}; do
50+
tools/retry_cmd.sh -n 5 -s 15 \
5251
docker build \
5352
--rm=false \
5453
--tag nipype/nipype:latest \
5554
--tag nipype/nipype:py36 \
5655
--build-arg BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
5756
--build-arg VCS_REF="$(git rev-parse --short HEAD)" \
5857
--build-arg VERSION="${CIRCLE_TAG}" /home/circleci/nipype \
59-
&& e=0 && break || sleep 15
60-
done && [ "$e" -eq "0" ]
6158
6259
_build_main_image_py27: &build_main_image_py27
6360
name: Build main image (py27)
6461
no_output_timeout: 60m
6562
command: |
66-
e=1 && for i in {1..5}; do
63+
tools/retry_cmd.sh -n 5 -s 15 \
6764
docker build \
6865
--rm=false \
6966
--tag nipype/nipype:py27 \
@@ -72,8 +69,6 @@ _build_main_image_py27: &build_main_image_py27
7269
--build-arg BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
7370
--build-arg VCS_REF="$(git rev-parse --short HEAD)" \
7471
--build-arg VERSION="${CIRCLE_TAG}-py27" /home/circleci/nipype \
75-
&& e=0 && break || sleep 15
76-
done && [ "$e" -eq "0" ]
7772
7873
_download_test_data: &_download_test_data
7974
name: Download test data

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python:
1212
env:
1313
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler" CI_SKIP_TEST=1
1414
- INSTALL_DEB_DEPENDECIES=false NIPYPE_EXTRAS="doc,tests,fmri,profiler" CI_SKIP_TEST=1
15-
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler,duecredit" CI_SKIP_TEST=1
15+
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler,duecredit,ssh" CI_SKIP_TEST=1
1616
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler" PIP_FLAGS="--pre" CI_SKIP_TEST=1
1717

1818
addons:
@@ -40,7 +40,7 @@ before_install:
4040
fi;
4141

4242
# handle python operations separately to reduce timeouts
43-
- wget https://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-4.3.31-Linux-x86_64.sh
43+
- wget https://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest-Linux-x86_64.sh
4444
-O /home/travis/.cache/conda.sh
4545
- bash ${HOME}/.cache/conda.sh -b -p ${HOME}/conda
4646
- export PATH=${HOME}/conda/bin:$PATH

.zenodo.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"name": "Ellis, David Gage",
2121
"orcid": "0000-0002-3718-6836"
2222
},
23-
{
24-
"affiliation": "The Laboratory for Investigative Neurophysiology (The LINE), Department of Radiology and Department of Clinical Neurosciences, Lausanne, Switzerland; Center for Biomedical Imaging (CIBM), Lausanne, Switzerland",
25-
"name": "Notter, Michael Philipp",
26-
"orcid": "0000-0002-5866-047X"
27-
},
2823
{
2924
"affiliation": "Stanford University",
3025
"name": "Markiewicz, Christopher J.",
3126
"orcid": "0000-0002-6533-164X"
3227
},
28+
{
29+
"affiliation": "The Laboratory for Investigative Neurophysiology (The LINE), Department of Radiology and Department of Clinical Neurosciences, Lausanne, Switzerland; Center for Biomedical Imaging (CIBM), Lausanne, Switzerland",
30+
"name": "Notter, Michael Philipp",
31+
"orcid": "0000-0002-5866-047X"
32+
},
3333
{
3434
"affiliation": "University of Iowa",
3535
"name": "Johnson, Hans",
@@ -105,11 +105,6 @@
105105
"name": "Dayan, Michael",
106106
"orcid": "0000-0002-2666-0969"
107107
},
108-
{
109-
"affiliation": "UC Berkeley - UCSF Graduate Program in Bioengineering",
110-
"name": "Keshavan, Anisha",
111-
"orcid": "0000-0003-3554-043X"
112-
},
113108
{
114109
"affiliation": "UC Berkeley",
115110
"name": "Clark, Dav",
@@ -120,6 +115,11 @@
120115
"name": "Visconti di Oleggio Castello, Matteo",
121116
"orcid": "0000-0001-7931-5272"
122117
},
118+
{
119+
"affiliation": "UC Berkeley - UCSF Graduate Program in Bioengineering",
120+
"name": "Keshavan, Anisha",
121+
"orcid": "0000-0003-3554-043X"
122+
},
123123
{
124124
"affiliation": "CNRS LTCI, Telecom ParisTech, Universit\u00e9 Paris-Saclay",
125125
"name": "Gramfort, Alexandre",
@@ -156,14 +156,18 @@
156156
"name": "Rokem, Ariel",
157157
"orcid": "0000-0003-0679-1985"
158158
},
159+
{
160+
"name": "Moloney, Brendan"
161+
},
162+
{
163+
"affiliation": "Molecular Imaging Research Center, CEA, France",
164+
"name": "Bougacha, Salma"
165+
},
159166
{
160167
"affiliation": "Athena EPI, Inria Sophia-Antipolis",
161168
"name": "Wassermann , Demian",
162169
"orcid": "0000-0001-5194-6056"
163170
},
164-
{
165-
"name": "Moloney, Brendan"
166-
},
167171
{
168172
"affiliation": "Dartmouth College: Hanover, NH, United States",
169173
"name": "Halchenko, Yaroslav O.",
@@ -179,10 +183,6 @@
179183
"name": "Horea, Christian",
180184
"orcid": "0000-0001-7037-2449"
181185
},
182-
{
183-
"affiliation": "Molecular Imaging Research Center, CEA, France",
184-
"name": "Bougacha, Salma"
185-
},
186186
{
187187
"affiliation": "MIT",
188188
"name": "Kaczmarzyk, Jakub",
@@ -193,6 +193,16 @@
193193
"name": "Gilles de Hollander",
194194
"orcid": "0000-0003-1988-5091"
195195
},
196+
{
197+
"affiliation": "Montreal Neurological Institute and Hospital",
198+
"name": "DuPre, Elizabeth",
199+
"orcid": "0000-0003-1358-196X"
200+
},
201+
{
202+
"affiliation": "Australian eHealth Research Centre, Commonwealth Scientific and Industrial Research Organisation; University of Queensland",
203+
"name": "Gillman, Ashley",
204+
"orcid": "0000-0001-9130-1092"
205+
},
196206
{
197207
"name": "Mordom, David"
198208
},
@@ -229,11 +239,6 @@
229239
"name": "Malone, Ian B.",
230240
"orcid": "0000-0001-7512-7856"
231241
},
232-
{
233-
"affiliation": "Montreal Neurological Institute and Hospital",
234-
"name": "DuPre, Elizabeth",
235-
"orcid": "0000-0003-1358-196X"
236-
},
237242
{
238243
"name": "Dubois, Mathieu"
239244
},
@@ -259,11 +264,6 @@
259264
"name": "Huntenburg, Julia M.",
260265
"orcid": "0000-0003-0579-9811"
261266
},
262-
{
263-
"affiliation": "University College London",
264-
"name": "Eshaghi, Arman",
265-
"orcid": "0000-0002-6652-3512"
266-
},
267267
{
268268
"affiliation": "Harvard University - Psychology",
269269
"name": "Kastman, Erik",
@@ -274,6 +274,11 @@
274274
"name": "Nichols, B. Nolan",
275275
"orcid": "0000-0003-1099-3328"
276276
},
277+
{
278+
"affiliation": "University College London",
279+
"name": "Eshaghi, Arman",
280+
"orcid": "0000-0002-6652-3512"
281+
},
277282
{
278283
"name": "Ginsburg, Daniel"
279284
},
@@ -290,11 +295,6 @@
290295
{
291296
"name": "Kent, James"
292297
},
293-
{
294-
"affiliation": "Australian eHealth Research Centre, Commonwealth Scientific and Industrial Research Organisation; University of Queensland",
295-
"name": "Gillman, Ashley",
296-
"orcid": "0000-0001-9130-1092"
297-
},
298298
{
299299
"affiliation": "Child Mind Institute",
300300
"name": "Giavasis, Steven"
@@ -356,6 +356,11 @@
356356
"name": "Kahn, Ari E.",
357357
"orcid": "0000-0002-2127-0507"
358358
},
359+
{
360+
"affiliation": "University College London",
361+
"name": "P\u00e9rez-Garc\u00eda, Fernando",
362+
"orcid": "0000-0001-9090-3024"
363+
},
359364
{
360365
"affiliation": "Department of Psychology, Stanford University",
361366
"name": "Triplett, William",
@@ -384,9 +389,6 @@
384389
{
385390
"name": "Salvatore, John"
386391
},
387-
{
388-
"name": "Mertz, Fred"
389-
},
390392
{
391393
"name": "Park, Anne"
392394
},
@@ -409,11 +411,6 @@
409411
{
410412
"name": "Hinds, Oliver"
411413
},
412-
{
413-
"affiliation": "Technical University Munich",
414-
"name": "Molina-Romero, Miguel",
415-
"orcid": "0000-0001-8054-0426"
416-
},
417414
{
418415
"affiliation": "University of Newcastle, Australia",
419416
"name": "Cooper, Gavin",
@@ -467,6 +464,9 @@
467464
"name": "Durnez, Joke",
468465
"orcid": "0000-0001-9030-2202"
469466
},
467+
{
468+
"name": "Mertz, Fred"
469+
},
470470
{
471471
"affiliation": "Technische Universit\u00e4t Dresden, Faculty of Medicine, Department of Child and Adolescent Psychiatry",
472472
"name": "Geisler, Daniel",
@@ -476,14 +476,15 @@
476476
"affiliation": "The University of Texas at Austin",
477477
"name": "Floren, Andrew",
478478
"orcid": "0000-0003-3618-2056"
479-
},
479+
},
480480
{
481481
"affiliation": "University of illinois urbana champaign",
482482
"name": "Sharp, Paul"
483483
},
484484
{
485-
"affiliation": "Vrije Universiteit Amsterdam",
486-
"name": "Ort, Eduard"
485+
"affiliation": "Technical University Munich",
486+
"name": "Molina-Romero, Miguel",
487+
"orcid": "0000-0001-8054-0426"
487488
},
488489
{
489490
"name": "Weinstein, Alejandro"
@@ -558,9 +559,8 @@
558559
"name": "Flandin, Guillaume"
559560
},
560561
{
561-
"affiliation": "Stereotaxy Core, Brain & Spine Institute",
562-
"name": "P\u00e9rez-Garc\u00eda, Fernando",
563-
"orcid": "0000-0001-9090-3024"
562+
"affiliation": "Vrije Universiteit Amsterdam",
563+
"name": "Ort, Eduard"
564564
},
565565
{
566566
"name": "Shachnev, Dmitry"

0 commit comments

Comments
 (0)