Skip to content

Commit e13c90e

Browse files
committed
Merge remote-tracking branch 'main/master' into enh_add_average_error_2_errormap
Conflicts: CHANGES
2 parents a63f03c + 781b8e0 commit e13c90e

33 files changed

+1421
-281
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: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,61 @@
11
Next release
22
============
33
* ENH: Add the average distance to ErrorMap (https://github.com/nipy/nipype/pull/1039)
4+
* ENH: Inputs with name_source can be now chained in cascade (https://github.com/nipy/nipype/pull/938)
5+
* ENH: Improve JSON interfaces: default settings when reading and consistent output creation
6+
when writing (https://github.com/nipy/nipype/pull/1047)
7+
* FIX: AddCSVRow problems when using infields (https://github.com/nipy/nipype/pull/1028)
8+
* FIX: Removed unused ANTS registration flag (https://github.com/nipy/nipype/pull/999)
9+
* FIX: Amend create_tbss_non_fa() workflow to match FSL's tbss_non_fa command. (https://github.com/nipy/nipype/pull/1033)
10+
* FIX: remove unused mandatory flag from spm normalize (https://github.com/nipy/nipype/pull/1048)
11+
* ENH: Update ANTSCorticalThickness interface (https://github.com/nipy/nipype/pull/1013)
12+
* FIX: Edge case with sparsemodels and PEP8 cleanup (https://github.com/nipy/nipype/pull/1046)
13+
* ENH: New io interfaces for JSON files reading/writing (https://github.com/nipy/nipype/pull/1020)
14+
* ENH: Enhanced openfmri script to support freesurfer linkage (https://github.com/nipy/nipype/pull/1037)
415
* BUG: matplotlib is supposed to be optional (https://github.com/nipy/nipype/pull/1003)
516
* FIX: Fix split_filename behaviour when path has no file component (https://github.com/nipy/nipype/pull/1035)
617
* ENH: Updated FSL dtifit to include option for grad non-linearities (https://github.com/nipy/nipype/pull/1032)
718
* ENH: Updated Camino tracking interfaces, which can now use FSL bedpostx output.
8-
New options also include choice of tracker, interpolator, stepsize and
19+
New options also include choice of tracker, interpolator, stepsize and
920
curveinterval for angle threshold (https://github.com/nipy/nipype/pull/1029)
1021
* FIX: Interfaces redirecting X crashed if $DISPLAY not defined (https://github.com/nipy/nipype/pull/1027)
1122
* FIX: Bug crashed 'make api' (https://github.com/nipy/nipype/pull/1026)
1223
* ENH: Updated antsIntroduction to handle RA and RI registrations (https://github.com/nipy/nipype/pull/1009)
13-
* ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
24+
* ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
1425
argument formatting consistent. Cleaned ants.segmentation according to PEP8.
1526
(https://github.com/nipy/nipype/pull/990/files)
1627
* ENH: SPM12 Normalize interface (https://github.com/nipy/nipype/pull/986)
1728
* FIX: Utility interface test dir (https://github.com/nipy/nipype/pull/986)
1829
* FIX: IPython engine directory reset after crash (https://github.com/nipy/nipype/pull/987)
1930
* ENH: Resting state fMRI example with NiPy realignment and no SPM (https://github.com/nipy/nipype/pull/992)
20-
* FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
31+
* FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
2132
undefined (issue #994)(https://https://github.com/nipy/nipype/pull/996)
2233
* FIX: OpenfMRI support and FSL 5.0.7 changes (https://github.com/nipy/nipype/pull/1006)
2334
* FIX: Output prefix in SPM Normalize with modulation (https://github.com/nipy/nipype/pull/1023)
2435
* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
36+
* ENH: ANTs JointFusion() (https://github.com/nipy/nipype/pull/1042)
37+
* ENH: Added csvReader() utility (https://github.com/nipy/nipype/pull/1044)
2538

2639
Release 0.10.0 (October 10, 2014)
2740
============
2841

2942
* ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
3043
to enable parallel processing of very large images.
3144
* ENH: Updated FSL interfaces: BEDPOSTX and XFibres, former interfaces are still
32-
available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
45+
available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
3346
versions of BEDPOSTX: BEDPOSTXGPU, BEDPOSTX5GPU, and BEDPOSTX4GPU
3447
* ENH: Added experimental support for MIPAV algorithms thorugh JIST plugins
3548
* ENH: New dipy interfaces: Denoise, Resample
3649
* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess
3750
* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp
3851
* ENH: New miscelaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet, AddNoise
3952
* ENH: New AFNI interfaces: Eval, Means, SVMTest, SVMTrain
40-
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
53+
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
4154
added to doctests, some bugs solved.
4255
* API: Interfaces to external packages are no longer available in the top-level
4356
``nipype`` namespace, and must be imported directly (e.g.
4457
``from nipype.interfaces import fsl``).
45-
* ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
58+
* ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
4659
AnalyzeWarp, PointsWarp, and EditTransform
4760
* ENH: New ANTs interface: ApplyTransformsToPoints, LaplacianThickness
4861
* ENH: New Diffusion Toolkit interface: TrackMerge
@@ -58,7 +71,7 @@ Release 0.10.0 (October 10, 2014)
5871
* ENH: New color mode for write_graph
5972
* ENH: You can now force MapNodes to be run serially
6073
* ENH: Added ANTS based openfmri workflow
61-
* ENH: MapNode now supports flattening of nested lists
74+
* ENH: MapNode now supports flattening of nested lists
6275
* ENH: Support for headless mode using Xvfb
6376
* ENH: nipype_display_crash has a debugging mode
6477
* FIX: MRTrix tracking algorithms were ignoring mask parameters.

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/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)