Skip to content

Commit f22c0c9

Browse files
committed
Merge branch 'master' into ImproveSGEGraphSubmissionClusterLoad
Conflicts: doc/users/plugins.rst
2 parents 5fedc75 + 467bbf1 commit f22c0c9

File tree

402 files changed

+3257
-1402
lines changed

Some content is hidden

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

402 files changed

+3257
-1402
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
.settings
1414
.pydevproject
1515
.idea/
16+
/documentation.zip

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ cache:
22
- apt
33
language: python
44
python:
5-
- 2.6
65
- 2.7
76
env:
87
- INSTALL_DEB_DEPENDECIES=true

CHANGES

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,69 @@
11
Next release
22
============
33

4-
* ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
4+
* FIX: FUGUE is now properly listing outputs. (https://github.com/nipy/nipype/pull/978)
5+
* ENH: Improved FieldMap-Based (FMB) workflow for correction of susceptibility distortions in EPI seqs.
6+
(https://github.com/nipy/nipype/pull/1019)
7+
* ENH: Dropped support for now 7 years old Python 2.6 (https://github.com/nipy/nipype/pull/1069)
8+
* FIX: terminal_output is not mandatory anymore (https://github.com/nipy/nipype/pull/1070)
9+
* ENH: Added "nipype_cmd" tool for running interfaces from the command line (https://github.com/nipy/nipype/pull/795)
10+
* FIX: Fixed Camino output naming (https://github.com/nipy/nipype/pull/1061)
11+
* ENH: Add the average distance to ErrorMap (https://github.com/nipy/nipype/pull/1039)
12+
* ENH: Inputs with name_source can be now chained in cascade (https://github.com/nipy/nipype/pull/938)
13+
* ENH: Improve JSON interfaces: default settings when reading and consistent output creation
14+
when writing (https://github.com/nipy/nipype/pull/1047)
15+
* FIX: AddCSVRow problems when using infields (https://github.com/nipy/nipype/pull/1028)
16+
* FIX: Removed unused ANTS registration flag (https://github.com/nipy/nipype/pull/999)
17+
* FIX: Amend create_tbss_non_fa() workflow to match FSL's tbss_non_fa command. (https://github.com/nipy/nipype/pull/1033)
18+
* FIX: remove unused mandatory flag from spm normalize (https://github.com/nipy/nipype/pull/1048)
19+
* ENH: Update ANTSCorticalThickness interface (https://github.com/nipy/nipype/pull/1013)
20+
* FIX: Edge case with sparsemodels and PEP8 cleanup (https://github.com/nipy/nipype/pull/1046)
21+
* ENH: New io interfaces for JSON files reading/writing (https://github.com/nipy/nipype/pull/1020)
22+
* ENH: Enhanced openfmri script to support freesurfer linkage (https://github.com/nipy/nipype/pull/1037)
23+
* BUG: matplotlib is supposed to be optional (https://github.com/nipy/nipype/pull/1003)
24+
* FIX: Fix split_filename behaviour when path has no file component (https://github.com/nipy/nipype/pull/1035)
25+
* ENH: Updated FSL dtifit to include option for grad non-linearities (https://github.com/nipy/nipype/pull/1032)
26+
* ENH: Updated Camino tracking interfaces, which can now use FSL bedpostx output.
27+
New options also include choice of tracker, interpolator, stepsize and
28+
curveinterval for angle threshold (https://github.com/nipy/nipype/pull/1029)
29+
* FIX: Interfaces redirecting X crashed if $DISPLAY not defined (https://github.com/nipy/nipype/pull/1027)
30+
* FIX: Bug crashed 'make api' (https://github.com/nipy/nipype/pull/1026)
31+
* ENH: Updated antsIntroduction to handle RA and RI registrations (https://github.com/nipy/nipype/pull/1009)
32+
* ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
533
argument formatting consistent. Cleaned ants.segmentation according to PEP8.
634
(https://github.com/nipy/nipype/pull/990/files)
735
* ENH: SPM12 Normalize interface (https://github.com/nipy/nipype/pull/986)
836
* FIX: Utility interface test dir (https://github.com/nipy/nipype/pull/986)
937
* FIX: IPython engine directory reset after crash (https://github.com/nipy/nipype/pull/987)
1038
* ENH: Resting state fMRI example with NiPy realignment and no SPM (https://github.com/nipy/nipype/pull/992)
39+
* FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
40+
undefined (issue #994)(https://https://github.com/nipy/nipype/pull/996)
41+
* FIX: OpenfMRI support and FSL 5.0.7 changes (https://github.com/nipy/nipype/pull/1006)
42+
* FIX: Output prefix in SPM Normalize with modulation (https://github.com/nipy/nipype/pull/1023)
43+
* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
44+
* ENH: ANTs JointFusion() (https://github.com/nipy/nipype/pull/1042)
45+
* ENH: Added csvReader() utility (https://github.com/nipy/nipype/pull/1044)
1146

1247
Release 0.10.0 (October 10, 2014)
1348
============
1449

1550
* ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
1651
to enable parallel processing of very large images.
1752
* ENH: Updated FSL interfaces: BEDPOSTX and XFibres, former interfaces are still
18-
available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
53+
available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
1954
versions of BEDPOSTX: BEDPOSTXGPU, BEDPOSTX5GPU, and BEDPOSTX4GPU
2055
* ENH: Added experimental support for MIPAV algorithms thorugh JIST plugins
2156
* ENH: New dipy interfaces: Denoise, Resample
2257
* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess
2358
* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp
2459
* ENH: New miscelaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet, AddNoise
2560
* ENH: New AFNI interfaces: Eval, Means, SVMTest, SVMTrain
26-
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
61+
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
2762
added to doctests, some bugs solved.
2863
* API: Interfaces to external packages are no longer available in the top-level
2964
``nipype`` namespace, and must be imported directly (e.g.
3065
``from nipype.interfaces import fsl``).
31-
* ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
66+
* ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
3267
AnalyzeWarp, PointsWarp, and EditTransform
3368
* ENH: New ANTs interface: ApplyTransformsToPoints, LaplacianThickness
3469
* ENH: New Diffusion Toolkit interface: TrackMerge
@@ -44,7 +79,7 @@ Release 0.10.0 (October 10, 2014)
4479
* ENH: New color mode for write_graph
4580
* ENH: You can now force MapNodes to be run serially
4681
* ENH: Added ANTS based openfmri workflow
47-
* ENH: MapNode now supports flattening of nested lists
82+
* ENH: MapNode now supports flattening of nested lists
4883
* ENH: Support for headless mode using Xvfb
4984
* ENH: nipype_display_crash has a debugging mode
5085
* FIX: MRTrix tracking algorithms were ignoring mask parameters.

bin/nipype_cmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env python
2+
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
3+
# vi: set ft=python sts=4 ts=4 sw=4 et:
4+
import sys
5+
from nipype.utils.nipype_cmd import main
6+
7+
if __name__ == '__main__':
8+
main(sys.argv)

bin/nipype_display_crash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ if __name__ == "__main__":
7474
default=None,
7575
help='Directory to run the node in' + defstr)
7676
args = parser.parse_args()
77-
print args.debug, args.ipydebug
7877
debug = 'ipython' if args.ipydebug else args.debug
7978
if debug == 'ipython':
8079
import sys

doc/devel/interface_specs.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ CommandLine
358358
``name_source``
359359
Indicates the list of input fields from which the value of the current File
360360
output variable will be drawn. This input field must be the name of a File.
361+
Chaining is allowed, meaning that an input field can point to another as
362+
``name_source``, which also points as ``name_source`` to a third field.
363+
In this situation, the templates for substitutions are also accumulated.
361364

362365
``name_template``
363366
By default a ``%s_generated`` template is used to create the output

doc/devel/software_using_nipype.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Forward
2828

2929
`Forward <http://cyclotronresearchcentre.github.io/forward/>`_ is set of tools simplifying the preparation of accurate electromagnetic head models for EEG forward modeling. It uses Nipype Workflows and Interfaces.
3030

31+
Limbo
32+
-----
33+
34+
`Limbo <https://github.com/Gilles86/in_limbo>`_ is a toolbox for finding brain regions that are neither significantly active nor inactive, but rather “in limbo”. It was build using custom Nipype Interfaces and Workflows.
35+
3136
Lyman
3237
-----
3338

@@ -38,6 +43,11 @@ Medimsight
3843

3944
`Medimsight <https://www.medimsight.com>`_ is a commercial service medical imaging cloud platform. It uses Nipype to interface with various neuroimaging software.
4045

46+
MIA
47+
---
48+
49+
`MIA <http://mia.sourceforge.net>`_ MIA is a a toolkit for gray scale medical image analysis. It provides Nipype interfaces for easy integration with other software.
50+
4151
Mindboggle
4252
----------
4353

doc/users/config_file.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ Execution
120120
characters will be replaced by their hash. (possible values: ``true`` and
121121
``false``; default value: ``true``)
122122

123+
*poll_sleep_duration*
124+
This controls how long the job submission loop will sleep between submitting
125+
all pending jobs and checking for job completion. To be nice to cluster
126+
schedulers the default is set to 60 seconds.
127+
123128
Example
124129
~~~~~~~
125130

doc/users/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
saving_workflows
3838
spmmcr
3939
mipav
40+
nipypecmd
4041

4142

4243

doc/users/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ recommendations.
107107
Must Have
108108
~~~~~~~~~
109109

110-
Python_ 2.6 - 2.7
110+
Python_ 2.7
111111

112112
Nibabel_ 1.0 - 1.4
113113
Neuroimaging file i/o library

0 commit comments

Comments
 (0)