Skip to content

Commit 88a59ac

Browse files
committed
Merge branch 'master' of https://github.com/nipy/nipype
2 parents 67b10fb + 154ea61 commit 88a59ac

File tree

856 files changed

+10600
-4087
lines changed

Some content is hidden

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

856 files changed

+10600
-4087
lines changed

.circleci/config.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,20 +339,22 @@ jobs:
339339
- run:
340340
name: Check pypi preconditions
341341
command: |
342-
pip install --upgrade twine future wheel readme_renderer setuptools
343-
python setup.py check -r -s
342+
pip install --upgrade pip twine future wheel readme_renderer setuptools
344343
python setup.py sdist bdist_wheel
344+
twine check dist/*
345345
- run:
346346
name: Validate Python 2 installation
347347
command: |
348348
pyenv local 2.7.12
349+
pip install --upgrade pip
349350
pip install dist/nipype-*-py2.py3-none-any.whl
350351
# Futures should install in Python 2
351352
pip show futures 2>/dev/null | grep "Name: futures"
352353
- run:
353354
name: Validate Python 3 installation
354355
command: |
355356
pyenv local 3.5.2
357+
pip install --upgrade pip
356358
pip install dist/nipype-*-py2.py3-none-any.whl
357359
# Futures should not install in Python 3
358360
test $(pip show futures 2>/dev/null | wc -l) = "0"
@@ -366,6 +368,14 @@ jobs:
366368
pip install dist/nipype-*-py2.py3-none-any.whl
367369
# Numpy should be upgraded to >= 1.15.3
368370
test "$(pip show numpy | grep Version)" \> "Version: 1.15.2"
371+
- run:
372+
name: Check python_requires prevents installation on Python 3.3
373+
command: |
374+
pyenv install 3.3.7
375+
pyenv local 3.3.7
376+
FAIL=false
377+
pip install dist/nipype-*-py2.py3-none-any.whl || FAIL=true
378+
$FAIL
369379
- store_artifacts:
370380
path: /home/circleci/nipype/dist
371381

.mailmap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ Michael Clark <michael.clark195@gmail.com> Clark <clarkmg@nih.gov>
139139
Michael Dayan <mdayan.research@gmail.com> Michael <mdayan.comp@gmail.com>
140140
Michael Dayan <mdayan.research@gmail.com> Michael <mdayan.research@gmail.com>
141141
Michael Dayan <mdayan.research@gmail.com> mick-d <mid2021@CHUCK.(none)>
142+
Michael Dayan <mdayan.research@gmail.com> Michael <michael@mail.example.com>
143+
Michael Joseph <josephmje.22@gmail.com> mjoseph <josephmje.22@gmail.com>
144+
Michael Joseph <josephmje.22@gmail.com> Michael Joseph <josepmhje.22@gmail.com>
142145
Michael Philipp Notter <michaelnotter@hotmail.com> Michael Notter <michaelnotter@hotmail.com>
143146
Michael Philipp Notter <michaelnotter@hotmail.com> miykael <michaelnotter@hotmail.com>
144147
Michael Waskom <michael.l.waskom@gmail.com> Michael Waskom <mwaskom@mit.edu>
@@ -148,6 +151,7 @@ Michael Waskom <michael.l.waskom@gmail.com> mwaskom <mwaskom@mit.edu>
148151
Michael Waskom <michael.l.waskom@gmail.com> mwaskom <mwaskom@nyu.edu>
149152
Michael Waskom <michael.l.waskom@gmail.com> mwaskom <mwaskom@stanford.edu>
150153
Miguel Molina-Romero <miguel.molina.romero@gmail.com> Miguel Molina <miguel.molina.romero@gmail.com>
154+
Murat Bilgel <bilgelm@gmail.com> Murat Bilgel <murat.bilgel@nih.gov>
151155
Oliver Contier <o.contier@gmail.com> oliver-contier <oliver.contier@ovgu.de>
152156
Oscar Esteban <code@oscaresteban.es> Oscar Esteban <code@oscaresteban>
153157
Oscar Esteban <code@oscaresteban.es> oesteban <code@oscaresteban.es>
@@ -157,6 +161,7 @@ Paul Sharp <psharp1289@gmail.com> psharp1289 <psharp1289@gmail.com>
157161
Ranjit Khanuja <ranjit.jhu@gmail.com> RanjitK <ranjit.jhu@gmail.com>
158162
Rastko Ćirić <rc042010@mymail.pomona.edu> rciric <rc042010@mymail.pomona.edu>
159163
Rastko Ćirić <rc042010@mymail.pomona.edu> Rastko Ćirić <rciric@users.noreply.github.com>
164+
Rastko Ćirić <rc042010@mymail.pomona.edu> rciric <rastko@stanford.edu>
160165
Ross Markello <rossmarkello@gmail.com> Ross Markello <rdm222@cornell.edu>
161166
Russell Poldrack <poldrack@gmail.com> Russ Poldrack <poldrack@gmail.com>
162167
Russell Poldrack <poldrack@gmail.com> poldrack <poldrack@gmail.com>
@@ -179,7 +184,11 @@ Siqi Liu <lsqshr@gmail.com> sql <lsqshr@gmail.com>
179184
Steven Giavasis <sgiava77@gmail.com> Steven Giavasis <steven.giavasis@cmi-rsch-li001.childmind.org>
180185
Steven Giavasis <sgiava77@gmail.com> sgiavasis <sgiava77@gmail.com>
181186
Steven Giavasis <sgiava77@gmail.com> sgiavasis <sgiavasis@ieee.org>
187+
Steven Tilley <stilley@hollandbloorview.ca> Steven Tilley <steve@steventilley.com>
182188
Tristan Glatard <tristan.glatard@mcgill.ca> Tristan Glatard <tristan.glatard@creatis.insa-lyon.fr>
189+
Victor Férat <victor.ferat@live.fr> Victor <victor.ferat@live.fr>
190+
Victor Férat <victor.ferat@live.fr> Victor Ferat <vferat@fcbg.ch>
191+
Victor Férat <victor.ferat@live.fr> Victor Férat <victor.ferat@live.Fr>
183192
Victor Saase <victor@saase.net> vsaase <victor@saase.net>
184193
Weijie Huang <hwjbupt@gmail.com> forwho <hwjbupt@gmail.com>
185194
William Triplett <wtriplett@gmail.com> William Triplett <wtriplett@ufl.edu>

0 commit comments

Comments
 (0)