Skip to content

Commit f4f7865

Browse files
committed
Merge remote-tracking branch 'upstream/master' into dev/2.0
2 parents 9517c5a + 687a93e commit f4f7865

File tree

17 files changed

+73
-71
lines changed

17 files changed

+73
-71
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ before_install:
5353
export FSLOUTPUTTYPE=NIFTI_GZ;
5454
fi;
5555

56+
- travis_retry pip install --upgrade pytest>=3.4 # Work around pip failure
5657
- travis_retry pip install -r requirements.txt
5758
- travis_retry pip install grabbit==0.1.2
5859
- travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids &&

.zenodo.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"name": "Notter, Michael Philipp",
3131
"orcid": "0000-0002-5866-047X"
3232
},
33-
{
34-
"affiliation": "MIT",
35-
"name": "Jarecka, Dorota",
36-
"orcid": "0000-0003-1857-8129"
37-
},
3833
{
3934
"affiliation": "University of Iowa",
4035
"name": "Johnson, Hans",
4136
"orcid": "0000-0001-9513-2660"
4237
},
38+
{
39+
"affiliation": "MIT",
40+
"name": "Jarecka, Dorota",
41+
"orcid": "0000-0003-1857-8129"
42+
},
4343
{
4444
"name": "Burns, Christopher"
4545
},
@@ -60,16 +60,16 @@
6060
"name": "Salo, Taylor",
6161
"orcid": "0000-0001-9813-3167"
6262
},
63-
{
64-
"affiliation": "University of California, San Francisco",
65-
"name": "Jordan, Kesshi",
66-
"orcid": "0000-0001-6313-0580"
67-
},
6863
{
6964
"affiliation": "MIT",
7065
"name": "Goncalves, Mathias",
7166
"orcid": "0000-0002-7252-7771"
7267
},
68+
{
69+
"affiliation": "University of California, San Francisco",
70+
"name": "Jordan, Kesshi",
71+
"orcid": "0000-0001-6313-0580"
72+
},
7373
{
7474
"affiliation": "Department of Psychology, Stanford University",
7575
"name": "Waskom, Michael"
@@ -151,6 +151,11 @@
151151
"name": "Cipollini, Ben",
152152
"orcid": "0000-0002-7782-0790"
153153
},
154+
{
155+
"affiliation": "Dartmouth College: Hanover, NH, United States",
156+
"name": "Halchenko, Yaroslav O.",
157+
"orcid": "0000-0003-3456-2493"
158+
},
154159
{
155160
"affiliation": "Montreal Neurological Institute and Hospital",
156161
"name": "Markello, Ross",
@@ -164,11 +169,6 @@
164169
{
165170
"name": "Moloney, Brendan"
166171
},
167-
{
168-
"affiliation": "Dartmouth College: Hanover, NH, United States",
169-
"name": "Halchenko, Yaroslav O.",
170-
"orcid": "0000-0003-3456-2493"
171-
},
172172
{
173173
"affiliation": "Athena EPI, Inria Sophia-Antipolis",
174174
"name": "Wassermann , Demian",
@@ -325,9 +325,6 @@
325325
{
326326
"name": "Millman, Jarrod"
327327
},
328-
{
329-
"name": "Haehn, Daniel"
330-
},
331328
{
332329
"name": "Lai, Jeff"
333330
},
@@ -449,6 +446,9 @@
449446
{
450447
"name": "Mertz, Fred"
451448
},
449+
{
450+
"name": "Haehn, Daniel"
451+
},
452452
{
453453
"affiliation": "Technische Universit\u00e4t Dresden, Faculty of Medicine, Department of Child and Adolescent Psychiatry",
454454
"name": "Geisler, Daniel",

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# rsync -e ssh nipype-0.1-py2.5.egg cburns,[email protected]:/home/frs/project/n/ni/nipy/nipype/nipype-0.1/
44

55
PYTHON ?= python
6-
NOSETESTS=`which nosetests`
76

87
.PHONY: zipdoc sdist egg upload_to_pypi trailing-spaces clean-pyc clean-so clean-build clean-ctags clean in inplace test-code test-coverage test html specs check-before-commit check gen-base-dockerfile gen-main-dockerfile gen-dockerfiles
98

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ echo "export PATH=$HOME/miniconda3/bin:\\$PATH" >> .bashrc
2727
2828
# install nipype dependencies
2929
$HOME/miniconda3/bin/conda update --yes conda
30-
$HOME/miniconda3/bin/conda install --yes pip scipy nose networkx lxml future simplejson
30+
$HOME/miniconda3/bin/conda install --yes pip scipy networkx lxml future simplejson
3131
$HOME/miniconda3/bin/conda install --yes python-dateutil jupyter matplotlib
3232
$HOME/miniconda3/bin/pip install nibabel
3333
$HOME/miniconda3/bin/pip install prov

doc/changelog/1.X.X-changelog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
1.1.1 (July 30, 2018)
2+
=====================
3+
4+
##### [Full changelog](https://github.com/nipy/nipype/milestone/22?closed=1)
5+
6+
* FIX: Un-set incorrect default options in TOPUP (https://github.com/nipy/nipype/pull/2637)
7+
* FIX: Copy FSCommand.version to ReconAll.version (https://github.com/nipy/nipype/pull/2656)
8+
* FIX: Various BIDSDataGrabber fixes (https://github.com/nipy/nipype/pull/2651)
9+
* FIX: changing Node._output_dir to realpath (https://github.com/nipy/nipype/pull/2639)
10+
* FIX: Typo in DWIExtract of Mrtrix3interface (https://github.com/nipy/nipype/pull/2634)
11+
* FIX: Typo in FSLXCommandInputSpec (https://github.com/nipy/nipype/pull/2628)
12+
* ENH: Allow transform to be saved from AFNI 3dWarp (https://github.com/nipy/nipype/pull/2642)
13+
* ENH: Allow BIDS-style slice timings to be passed directly to TShift (https://github.com/nipy/nipype/pull/2608)
14+
* ENH: S3 access using instance role (https://github.com/nipy/nipype/pull/2621)
15+
* ENH Minor improvements to PR template (https://github.com/nipy/nipype/pull/2636)
16+
* TEST: make specs (https://github.com/nipy/nipype/pull/2653)
17+
* DOC: update neurodocker tutorial for neurodocker version 0.4.0 (https://github.com/nipy/nipype/pull/2647)
18+
* MAINT: Remove vestiges of nose testing library (https://github.com/nipy/nipype/pull/2662)
19+
* MAINT: Make pytest-xdist a dependency (https://github.com/nipy/nipype/pull/2649)
20+
* CI: Install pytest>=3.4 in Travis (https://github.com/nipy/nipype/pull/2659)
21+
22+
123
1.1.0 (July 04, 2018)
224
=====================
325

doc/conf.py

Lines changed: 1 addition & 1 deletion
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.0"
85+
release = "1.1.1"
8686

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

doc/documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Documentation
99
:Release: |version|
1010
:Date: |today|
1111

12-
Previous versions: `1.0.3 <http://nipype.readthedocs.io/en/1.0.3/>`_ `1.0.2 <http://nipype.readthedocs.io/en/1.0.2/>`_
12+
Previous versions: `1.1.0 <http://nipype.readthedocs.io/en/1.1.0/>`_ `1.0.4 <http://nipype.readthedocs.io/en/1.0.4/>`_
1313

1414

1515
.. container:: doc2

doc/links_names.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
.. _doctest-mode: http://www.cis.upenn.edu/~edloper/projects/doctestmode/
5757
.. _bazaar: http://bazaar-vcs.org/
5858
.. _subversion: http://subversion.tigris.org/
59-
.. _nose: http://nose.readthedocs.io/en/latest/
6059
.. _`python coverage tester`: http://nedbatchelder.com/code/modules/coverage.html
6160

6261
.. Other python projects

nipype/interfaces/ants/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class ANTSOutputSpec(TraitedSpec):
122122

123123

124124
class ANTS(ANTSCommand):
125-
"""ANTS wrapper for registration of images
125+
"""ANTS wrapper for registration of images
126126
(old, use Registration instead)
127127
128128
Examples

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,12 @@ def _get_expert_file(self):
13221322
with open(xopts_file, 'r') as fobj:
13231323
return fobj.read()
13241324

1325+
@property
1326+
def version(self):
1327+
ver = Info.looseversion()
1328+
if ver > LooseVersion("0.0.0"):
1329+
return ver.vstring
1330+
13251331

13261332
class BBRegisterInputSpec(FSTraitedSpec):
13271333
subject_id = traits.Str(

0 commit comments

Comments
 (0)