1515* ENH: Generate Dockerfiles with neurodocker (https://github.com/nipy/nipype/pull/2202)
1616* ENH: FLAIR options for recon-all (https://github.com/nipy/nipype/pull/2279)
1717* ENH: Config option for setting maxtasksperchild when multiprocessing (https://github.com/nipy/nipype/pull/2284)
18- * FIX: Testing maintainance and improvements (https://github.com/nipy/nipype/pull/2252)
18+ * FIX: Testing maintenance and improvements (https://github.com/nipy/nipype/pull/2252)
1919* ENH: Add elapsed_time and final metric_value to ants.Registration (https://github.com/nipy/nipype/pull/1985)
2020* ENH: Improve terminal_output feature (https://github.com/nipy/nipype/pull/2209)
2121* ENH: Simple interface to FSL std2imgcoords (https://github.com/nipy/nipype/pull/2209, prev #1398)
3939* ENH: Add cosine-basis high-pass-filter to CompCor, allow skip of initial volumes (https://github.com/nipy/nipype/pull/2107, https://github.com/nipy/nipype/pull/#2122)
4040* FIX: Catch more dcm2niix DTI conversions (https://github.com/nipy/nipype/pull/2110)
4141* FIX: Retrieve aseg + wmparc stats properly (https://github.com/nipy/nipype/pull/2117)
42- * ENH: ANTs MeasureImageSimilarity Inteface (https://github.com/nipy/nipype/pull/2128)
42+ * ENH: ANTs MeasureImageSimilarity Interface (https://github.com/nipy/nipype/pull/2128)
4343* FIX: CompCor filter_basis of correct size, pre-filter column headers (https://github.com/nipy/nipype/pull/2136, https://github.com/nipy/nipype/pull/2138)
4444* ENH: FreeSurfer lta_convert and mri_coreg interfaces (https://github.com/nipy/nipype/pull/2140, https://github.com/nipy/nipype/pull/2172)
4545* ENH: Speed up S3DataGrabber (https://github.com/nipy/nipype/pull/2143)
@@ -311,7 +311,7 @@ Release 0.11.0 (September 15, 2015)
311311Release 0.10.0 (October 10, 2014)
312312=================================
313313
314- * ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
314+ * ENH: New miscellaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
315315 to enable parallel processing of very large images.
316316* ENH: Updated FSL interfaces: BEDPOSTX and XFibres, former interfaces are still
317317 available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
@@ -320,7 +320,7 @@ Release 0.10.0 (October 10, 2014)
320320* ENH: New dipy interfaces: Denoise, Resample
321321* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess
322322* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp
323- * ENH: New miscelaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet, AddNoise
323+ * ENH: New miscellaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet, AddNoise
324324* ENH: New AFNI interfaces: Eval, Means, SVMTest, SVMTrain
325325* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
326326 added to doctests, some bugs solved.
@@ -510,7 +510,7 @@ Release 0.5 (Mar 10, 2012)
510510* API: By default inputs are removed from Node working directory
511511* API: InterfaceResult class is now versioned and stores class type not instance
512512* API: Added FIRST interface
513- * API: Added max_jobs paramter to plugin_args. limits the number of jobs
513+ * API: Added max_jobs parameter to plugin_args. limits the number of jobs
514514 executing at any given point in time
515515* API: crashdump_dir is now a config execution option
516516* API: new config execution options for controlling hash checking, execution and
0 commit comments