Skip to content

Commit a8b157d

Browse files
committed
Merge branch 'master' into eddy
2 parents a5b5aab + b7f5cdd commit a8b157d

File tree

94 files changed

+1443
-3084
lines changed

Some content is hidden

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

94 files changed

+1443
-3084
lines changed

.circleci/config.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_machine_kwds: &machine_kwds
2-
image: circleci/classic:201710-02
2+
image: circleci/classic:201808-01
33

44
_store_artifacts_kwds: &store_artifacts_kwds
55
path: /home/circleci/work/tests
@@ -356,6 +356,16 @@ jobs:
356356
pip install dist/nipype-*-py2.py3-none-any.whl
357357
# Futures should not install in Python 3
358358
test $(pip show futures 2>/dev/null | wc -l) = "0"
359+
- run:
360+
name: Validate Python 3.7 installation
361+
command: |
362+
pyenv local 3.7.0
363+
pip install --upgrade pip
364+
# Pre-install a version of numpy that will not pass
365+
pip install numpy==1.15.0
366+
pip install dist/nipype-*-py2.py3-none-any.whl
367+
# Numpy should be upgraded to >= 1.15.3
368+
test "$(pip show numpy | grep Version)" \> "Version: 1.15.2"
359369
- store_artifacts:
360370
path: /home/circleci/nipype/dist
361371

.zenodo.json

+55-51
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,20 @@
7474
"affiliation": "Department of Psychology, Stanford University",
7575
"name": "Waskom, Michael"
7676
},
77-
{
78-
"affiliation": "Developer",
79-
"name": "Clark, Daniel",
80-
"orcid": "0000-0002-8121-8954"
81-
},
8277
{
8378
"affiliation": "Shattuck Lab, UCLA Brain Mapping Center",
8479
"name": "Wong, Jason"
8580
},
81+
{
82+
"name": "Modat, Marc"
83+
},
8684
{
8785
"name": "Loney, Fred"
8886
},
8987
{
90-
"name": "Modat, Marc"
88+
"affiliation": "Developer",
89+
"name": "Clark, Daniel",
90+
"orcid": "0000-0002-8121-8954"
9191
},
9292
{
9393
"affiliation": "Department of Electrical and Computer Engineering, Johns Hopkins University",
@@ -141,16 +141,6 @@
141141
{
142142
"name": "Berleant, Shoshana"
143143
},
144-
{
145-
"affiliation": "MIT",
146-
"name": "Kaczmarzyk, Jakub",
147-
"orcid": "0000-0002-5544-7577"
148-
},
149-
{
150-
"affiliation": "INRIA",
151-
"name": "Varoquaux, Gael",
152-
"orcid": "0000-0003-1076-5122"
153-
},
154144
{
155145
"affiliation": "UC San Diego",
156146
"name": "Cipollini, Ben",
@@ -176,9 +166,24 @@
176166
"name": "DuPre, Elizabeth",
177167
"orcid": "0000-0003-1358-196X"
178168
},
169+
{
170+
"affiliation": "MIT",
171+
"name": "Kaczmarzyk, Jakub",
172+
"orcid": "0000-0002-5544-7577"
173+
},
179174
{
180175
"name": "Moloney, Brendan"
181176
},
177+
{
178+
"affiliation": "INRIA",
179+
"name": "Varoquaux, Gael",
180+
"orcid": "0000-0003-1076-5122"
181+
},
182+
{
183+
"affiliation": "Institute for Biomedical Engineering, ETH and University of Zurich",
184+
"name": "Horea, Christian",
185+
"orcid": "0000-0001-7037-2449"
186+
},
182187
{
183188
"affiliation": "Athena EPI, Inria Sophia-Antipolis",
184189
"name": "Wassermann , Demian",
@@ -189,11 +194,6 @@
189194
"name": "Hanke, Michael",
190195
"orcid": "0000-0001-6398-6370"
191196
},
192-
{
193-
"affiliation": "Institute for Biomedical Engineering, ETH and University of Zurich",
194-
"name": "Horea, Christian",
195-
"orcid": "0000-0001-7037-2449"
196-
},
197197
{
198198
"affiliation": "Vrije Universiteit, Amsterdam",
199199
"name": "Gilles de Hollander",
@@ -268,11 +268,6 @@
268268
{
269269
"name": "Cumba, Chad"
270270
},
271-
{
272-
"affiliation": "Harvard University - Psychology",
273-
"name": "Kastman, Erik",
274-
"orcid": "0000-0001-7221-9042"
275-
},
276271
{
277272
"affiliation": "SRI International",
278273
"name": "Nichols, B. Nolan",
@@ -283,6 +278,11 @@
283278
"name": "Eshaghi, Arman",
284279
"orcid": "0000-0002-6652-3512"
285280
},
281+
{
282+
"affiliation": "Harvard University - Psychology",
283+
"name": "Kastman, Erik",
284+
"orcid": "0000-0001-7221-9042"
285+
},
286286
{
287287
"name": "Ginsburg, Daniel"
288288
},
@@ -297,8 +297,9 @@
297297
"orcid": "0000-0001-6392-6634"
298298
},
299299
{
300-
"affiliation": "Child Mind Institute",
301-
"name": "Giavasis, Steven"
300+
"affiliation": "University of Zurich",
301+
"name": "Liem, Franz",
302+
"orcid": "0000-0003-0646-4810"
302303
},
303304
{
304305
"affiliation": "UniversityHospital Heidelberg, Germany",
@@ -308,7 +309,8 @@
308309
"name": "Erickson, Drew"
309310
},
310311
{
311-
"name": "K\u00fcttner, Ren\u00e9"
312+
"affiliation": "Child Mind Institute",
313+
"name": "Giavasis, Steven"
312314
},
313315
{
314316
"name": "Haselgrove, Christian"
@@ -320,7 +322,7 @@
320322
"name": "Ghayoor, Ali"
321323
},
322324
{
323-
"name": "Liem, Franz"
325+
"name": "K\u00fcttner, Ren\u00e9"
324326
},
325327
{
326328
"name": "Millman, Jarrod"
@@ -378,15 +380,16 @@
378380
{
379381
"name": "Hallquist, Michael"
380382
},
383+
{
384+
"affiliation": "GIGA Institute",
385+
"name": "Grignard, Martin",
386+
"orcid": "0000-0001-5549-1861"
387+
},
381388
{
382389
"affiliation": "Donders Institute for Brain, Cognition and Behavior, Center for Cognitive Neuroimaging",
383390
"name": "Chetverikov, Andrey",
384391
"orcid": "0000-0003-2767-6310"
385392
},
386-
{
387-
"affiliation": "Institute of Imaging & Computer Vision, RWTH Aachen University, Germany",
388-
"name": "Weninger, Leon"
389-
},
390393
{
391394
"name": "Salvatore, John"
392395
},
@@ -401,9 +404,6 @@
401404
"name": "Craddock, R. Cameron",
402405
"orcid": "0000-0002-4950-1303"
403406
},
404-
{
405-
"name": "Inati, Souheil"
406-
},
407407
{
408408
"name": "Hinds, Oliver"
409409
},
@@ -412,6 +412,13 @@
412412
"name": "Cooper, Gavin",
413413
"orcid": "0000-0002-7186-5293"
414414
},
415+
{
416+
"affiliation": "Institute of Imaging & Computer Vision, RWTH Aachen University, Germany",
417+
"name": "Weninger, Leon"
418+
},
419+
{
420+
"name": "Inati, Souheil"
421+
},
415422
{
416423
"affiliation": "Boston University",
417424
"name": "Perkins, L. Nathan"
@@ -441,9 +448,6 @@
441448
"name": "Floren, Andrew",
442449
"orcid": "0000-0003-3618-2056"
443450
},
444-
{
445-
"name": "Rothmei, Simon"
446-
},
447451
{
448452
"name": "Urchs, Sebastian"
449453
},
@@ -452,17 +456,16 @@
452456
"name": "Durnez, Joke",
453457
"orcid": "0000-0001-9030-2202"
454458
},
455-
{
456-
"name": "Mertz, Fred"
457-
},
458-
{
459-
"name": "Haehn, Daniel"
460-
},
461459
{
462460
"affiliation": "Technische Universit\u00e4t Dresden, Faculty of Medicine, Department of Child and Adolescent Psychiatry",
463461
"name": "Geisler, Daniel",
464462
"orcid": "0000-0003-2076-5329"
465463
},
464+
{
465+
"affiliation": "University of Texas at Austin",
466+
"name": "De La Vega, Alejandro",
467+
"orcid": "0000-0001-9062-3778"
468+
},
466469
{
467470
"affiliation": "University of illinois urbana champaign",
468471
"name": "Sharp, Paul"
@@ -477,6 +480,9 @@
477480
"name": "Molina-Romero, Miguel",
478481
"orcid": "0000-0001-8054-0426"
479482
},
483+
{
484+
"name": "Haehn, Daniel"
485+
},
480486
{
481487
"name": "Weinstein, Alejandro"
482488
},
@@ -491,6 +497,9 @@
491497
{
492498
"name": "Saase, Victor"
493499
},
500+
{
501+
"name": "Rothmei, Simon"
502+
},
494503
{
495504
"affiliation": "University of Helsinki",
496505
"name": "Andberg, Sami Kristian",
@@ -516,11 +525,6 @@
516525
{
517526
"name": "Tarbert, Claire"
518527
},
519-
{
520-
"affiliation": "University of Texas at Austin",
521-
"name": "De La Vega, Alejandro",
522-
"orcid": "0000-0001-9062-3778"
523-
},
524528
{
525529
"affiliation": "Vrije Universiteit Amsterdam",
526530
"name": "Ort, Eduard"

README.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ NIPYPE: Neuroimaging in Python: Pipelines and Interfaces
1111
.. image:: https://codecov.io/gh/nipy/nipype/branch/master/graph/badge.svg
1212
:target: https://codecov.io/gh/nipy/nipype
1313

14-
.. image:: https://www.codacy.com/project/badge/182f27944c51474490b369d0a23e2f32
15-
:target: https://www.codacy.com/app/krzysztof-gorgolewski/nipy_nipype
14+
.. image:: https://api.codacy.com/project/badge/Grade/452bfc0d4de342c99b177d2c29abda7b
15+
:target: https://www.codacy.com/app/nipype/nipype?utm_source=github.com&utm_medium=referral&utm_content=nipy/nipype&utm_campaign=Badge_Grade
1616

1717
.. image:: https://img.shields.io/pypi/v/nipype.svg
1818
:target: https://pypi.python.org/pypi/nipype/
@@ -34,8 +34,9 @@ NIPYPE: Neuroimaging in Python: Pipelines and Interfaces
3434
:target: http://gitter.im/nipy/nipype
3535
:alt: Chat
3636

37-
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.581704.svg
38-
:target: https://doi.org/10.5281/zenodo.581704
37+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596855.svg
38+
:target: https://doi.org/10.5281/zenodo.596855
39+
:alt: Citable DOI
3940

4041
Current neuroimaging software offer users an incredible opportunity to
4142
analyze data using a variety of different algorithms. However, this has

doc/_static/nipy-logo-bg-138x120.png

-29.2 KB
Binary file not shown.

doc/_static/reggie2.png

-9.31 KB
Binary file not shown.

doc/_templates/navbar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
1+
<link rel="stylesheet" href="https://www.google.com/cse/style/look/default.css" type="text/css" />
22
<style type="text/css">
33
a.navbar {
44
color: {{ theme_linkcolor }};

doc/changelog/1.X.X-changelog

+60
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
1.1.6 (November 26, 2018)
2+
=========================
3+
4+
##### [Full changelog](https://github.com/nipy/nipype/milestone/27?closed=1)
5+
6+
* [FIX] MapNodes fail when ``MultiProcPlugin`` passed by instance (https://github.com/nipy/nipype/pull/2786)
7+
* [FIX] --fineTune arguments order for MeshFix command (https://github.com/nipy/nipype/pull/2780)
8+
* [ENH] Add mp_context plugin arg for MultiProc (https://github.com/nipy/nipype/pull/2778)
9+
* [ENH] Create a crashfile even if 'stop_on_first_crash' is set (https://github.com/nipy/nipype/pull/2774)
10+
* [ENH] Add ExtractedBrainN4 output to ANTs CorticalThickness interface (https://github.com/nipy/nipype/pull/2784)
11+
* [STY] Combine split import (https://github.com/nipy/nipype/pull/2801)
12+
* [DOC] use https in css stylesheet url (https://github.com/nipy/nipype/pull/2779)
13+
* [MAINT] Outsource ``get_filecopy_info()`` from interfaces (https://github.com/nipy/nipype/pull/2798)
14+
* [MAINT] Import only Sequence to avoid DeprecationWarning (https://github.com/nipy/nipype/pull/2793)
15+
* [MAINT] One less DeprecationWarning (configparser) (https://github.com/nipy/nipype/pull/2794)
16+
* [MAINT] DeprecationWarning: use ``HasTraits.trait_set`` instead (https://github.com/nipy/nipype/pull/2792)
17+
* [MAINT] Stop using deprecated ``logger.warn()`` (https://github.com/nipy/nipype/pull/2788)
18+
* [MAINT] Move ``interfaces.base.run_command`` to ``nipype.utils.subprocess`` (https://github.com/nipy/nipype/pull/2777)
19+
* [MAINT] Force numpy>=1.15.4 when Python>=3.7 (https://github.com/nipy/nipype/pull/2775)
20+
21+
22+
1.1.5 (November 08, 2018)
23+
=========================
24+
25+
Hotfix release.
26+
27+
##### [Full changelog](https://github.com/nipy/nipype/milestone/26?closed=1)
28+
29+
* ENH: Allow timeouts during SLURM job status checks (https://github.com/nipy/nipype/pull/2767)
30+
* RF: Subclass non-daemon variants of all multiprocessing contexts (https://github.com/nipy/nipype/pull/2771)
31+
32+
33+
1.1.4 (October 31, 2018)
34+
========================
35+
36+
##### [Full changelog](https://github.com/nipy/nipype/milestone/25?closed=1)
37+
38+
* FIX: Python 2.7-3.7.1 compatible NonDaemonPool (https://github.com/nipy/nipype/pull/2754)
39+
* FIX: VRML typo (VMRL) in MeshFix (https://github.com/nipy/nipype/pull/2757)
40+
* FIX: Refine FSL.split output identification (https://github.com/nipy/nipype/pull/2746)
41+
* FIX: Reuse _gen_filename logic in ants.LaplacianThickness (https://github.com/nipy/nipype/pull/2734)
42+
* FIX: Remove 'reg_term' default from dwi2tensor interface (https://github.com/nipy/nipype/pull/2731)
43+
* FIX: Keep profile files when ``remove_unnecessary_outputs = true`` (https://github.com/nipy/nipype/pull/2718)
44+
* ENH: Add afni.LocalStat and afni.ReHo, update afni.ROIStats inputs (https://github.com/nipy/nipype/pull/2740)
45+
* ENH: Add compression option for bru2nii (https://github.com/nipy/nipype/pull/2762)
46+
* ENH: Add slice_encoding_direction input to TShift (https://github.com/nipy/nipype/pull/2753)
47+
* ENH: Add 'sse' output to FSL DTIFit interface (https://github.com/nipy/nipype/pull/2749)
48+
* ENH: Update ``ants.LaplacianThickness`` to use ``name_source`` (https://github.com/nipy/nipype/pull/2747)
49+
* ENH: Add tab completion for node and interface inputs properties (https://github.com/nipy/nipype/pull/2735)
50+
* ENH: enable/disable resource monitor in the fixture per test (https://github.com/nipy/nipype/pull/2725)
51+
* TEST: Update expected dotfile text for networkx 1.x (https://github.com/nipy/nipype/pull/2730)
52+
* DOC: Move user docs from nipype to nipype_tutorial (https://github.com/nipy/nipype/pull/2726)
53+
* DOC: Use consistent name in reconall workflow docstring (https://github.com/nipy/nipype/pull/2758)
54+
* MAINT: Use neurodocker 0.4.1 + apt install afni (https://github.com/nipy/nipype/pull/2707)
55+
* MAINT: Fix prov and rdflib in nipype (https://github.com/nipy/nipype/pull/2701)
56+
* MAINT: Correct readthedocs build error (https://github.com/nipy/nipype/pull/2723)
57+
* MAINT: Pin codecov to <5.0 so Travis is fixed (https://github.com/nipy/nipype/pull/2728)
58+
* CI: Lock travis pybids 0.6.5 (https://github.com/nipy/nipype/pull/2720)
59+
60+
161
1.1.3 (September 24, 2018)
262
==========================
363

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# The short X.Y version.
8383
version = nipype.__version__
8484
# The full version, including alpha/beta/rc tags.
85-
release = "1.1.3"
85+
release = "1.1.5"
8686

8787
# The language for content autogenerated by Sphinx. Refer to documentation
8888
# for a list of supported languages.

0 commit comments

Comments
 (0)