Skip to content

Commit a00df37

Browse files
committed
Merge pull request #1 from satra/pr1033
Pr1033
2 parents ec386ec + c750406 commit a00df37

28 files changed

+1105
-279
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

CHANGES

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,47 +11,46 @@ Next release
1111
* FIX: Fix split_filename behaviour when path has no file component (https://github.com/nipy/nipype/pull/1035)
1212
* ENH: Updated FSL dtifit to include option for grad non-linearities (https://github.com/nipy/nipype/pull/1032)
1313
* ENH: Updated Camino tracking interfaces, which can now use FSL bedpostx output.
14-
New options also include choice of tracker, interpolator, stepsize and
14+
New options also include choice of tracker, interpolator, stepsize and
1515
curveinterval for angle threshold (https://github.com/nipy/nipype/pull/1029)
1616
* FIX: Interfaces redirecting X crashed if $DISPLAY not defined (https://github.com/nipy/nipype/pull/1027)
1717
* FIX: Bug crashed 'make api' (https://github.com/nipy/nipype/pull/1026)
1818
* ENH: Updated antsIntroduction to handle RA and RI registrations (https://github.com/nipy/nipype/pull/1009)
19-
* ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
19+
* ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
2020
argument formatting consistent. Cleaned ants.segmentation according to PEP8.
2121
(https://github.com/nipy/nipype/pull/990/files)
2222
* ENH: SPM12 Normalize interface (https://github.com/nipy/nipype/pull/986)
2323
* FIX: Utility interface test dir (https://github.com/nipy/nipype/pull/986)
2424
* FIX: IPython engine directory reset after crash (https://github.com/nipy/nipype/pull/987)
2525
* ENH: Resting state fMRI example with NiPy realignment and no SPM (https://github.com/nipy/nipype/pull/992)
26-
* FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
26+
* FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
2727
undefined (issue #994)(https://https://github.com/nipy/nipype/pull/996)
2828
* FIX: OpenfMRI support and FSL 5.0.7 changes (https://github.com/nipy/nipype/pull/1006)
2929
* FIX: Output prefix in SPM Normalize with modulation (https://github.com/nipy/nipype/pull/1023)
3030
* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
3131
* ENH: ANTs JointFusion() (https://github.com/nipy/nipype/pull/1042)
3232
* ENH: Added csvReader() utility (https://github.com/nipy/nipype/pull/1044)
3333

34-
3534
Release 0.10.0 (October 10, 2014)
3635
============
3736

3837
* ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
3938
to enable parallel processing of very large images.
4039
* ENH: Updated FSL interfaces: BEDPOSTX and XFibres, former interfaces are still
41-
available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
40+
available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
4241
versions of BEDPOSTX: BEDPOSTXGPU, BEDPOSTX5GPU, and BEDPOSTX4GPU
4342
* ENH: Added experimental support for MIPAV algorithms thorugh JIST plugins
4443
* ENH: New dipy interfaces: Denoise, Resample
4544
* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess
4645
* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp
4746
* ENH: New miscelaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet, AddNoise
4847
* ENH: New AFNI interfaces: Eval, Means, SVMTest, SVMTrain
49-
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
48+
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
5049
added to doctests, some bugs solved.
5150
* API: Interfaces to external packages are no longer available in the top-level
5251
``nipype`` namespace, and must be imported directly (e.g.
5352
``from nipype.interfaces import fsl``).
54-
* ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
53+
* ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
5554
AnalyzeWarp, PointsWarp, and EditTransform
5655
* ENH: New ANTs interface: ApplyTransformsToPoints, LaplacianThickness
5756
* ENH: New Diffusion Toolkit interface: TrackMerge
@@ -67,7 +66,7 @@ Release 0.10.0 (October 10, 2014)
6766
* ENH: New color mode for write_graph
6867
* ENH: You can now force MapNodes to be run serially
6968
* ENH: Added ANTS based openfmri workflow
70-
* ENH: MapNode now supports flattening of nested lists
69+
* ENH: MapNode now supports flattening of nested lists
7170
* ENH: Support for headless mode using Xvfb
7271
* ENH: nipype_display_crash has a debugging mode
7372
* FIX: MRTrix tracking algorithms were ignoring mask parameters.

doc/users/plugins.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ particular node might use more resources than other nodes in a workflow.
140140
LSF
141141
---
142142

143-
Submitting via LSF is almost identical to SGE above:
143+
Submitting via LSF is almost identical to SGE above above except for the optional arguments field:
144144

145145
workflow.run(plugin='LSF')
146146

@@ -149,6 +149,18 @@ Optional arguments::
149149
template: custom template file to use
150150
bsub_args: any other command line args to be passed to bsub.
151151

152+
SLURM
153+
-----
154+
155+
Submitting via SLURM is almost identical to SGE above except for the optional arguments field:
156+
157+
workflow.run(plugin='SLURM')
158+
159+
Optional arguments::
160+
161+
template: custom template file to use
162+
sbatch_args: any other command line args to be passed to bsub.
163+
152164
HTCondor
153165
--------
154166

0 commit comments

Comments
 (0)