|
15 | 15 | * ENH: Generate Dockerfiles with neurodocker (https://github.com/nipy/nipype/pull/2202) |
16 | 16 | * ENH: FLAIR options for recon-all (https://github.com/nipy/nipype/pull/2279) |
17 | 17 | * 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) |
19 | 19 | * ENH: Add elapsed_time and final metric_value to ants.Registration (https://github.com/nipy/nipype/pull/1985) |
20 | 20 | * ENH: Improve terminal_output feature (https://github.com/nipy/nipype/pull/2209) |
21 | 21 | * ENH: Simple interface to FSL std2imgcoords (https://github.com/nipy/nipype/pull/2209, prev #1398) |
|
39 | 39 | * 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) |
40 | 40 | * FIX: Catch more dcm2niix DTI conversions (https://github.com/nipy/nipype/pull/2110) |
41 | 41 | * 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) |
43 | 43 | * 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) |
44 | 44 | * ENH: FreeSurfer lta_convert and mri_coreg interfaces (https://github.com/nipy/nipype/pull/2140, https://github.com/nipy/nipype/pull/2172) |
45 | 45 | * ENH: Speed up S3DataGrabber (https://github.com/nipy/nipype/pull/2143) |
@@ -311,16 +311,16 @@ Release 0.11.0 (September 15, 2015) |
311 | 311 | Release 0.10.0 (October 10, 2014) |
312 | 312 | ================================= |
313 | 313 |
|
314 | | -* ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer) |
| 314 | +* ENH: New miscellaneous interfaces: SplitROIs (mapper), MergeROIs (reducer) |
315 | 315 | to enable parallel processing of very large images. |
316 | 316 | * ENH: Updated FSL interfaces: BEDPOSTX and XFibres, former interfaces are still |
317 | 317 | available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu |
318 | 318 | versions of BEDPOSTX: BEDPOSTXGPU, BEDPOSTX5GPU, and BEDPOSTX4GPU |
319 | | -* ENH: Added experimental support for MIPAV algorithms thorugh JIST plugins |
| 319 | +* ENH: Added experimental support for MIPAV algorithms through JIST plugins |
320 | 320 | * ENH: New dipy interfaces: Denoise, Resample |
321 | 321 | * ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess |
322 | 322 | * 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 |
324 | 324 | * ENH: New AFNI interfaces: Eval, Means, SVMTest, SVMTrain |
325 | 325 | * ENH: FUGUE interface has been refactored to use the name_template system, 3 examples |
326 | 326 | added to doctests, some bugs solved. |
@@ -510,7 +510,7 @@ Release 0.5 (Mar 10, 2012) |
510 | 510 | * API: By default inputs are removed from Node working directory |
511 | 511 | * API: InterfaceResult class is now versioned and stores class type not instance |
512 | 512 | * 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 |
514 | 514 | executing at any given point in time |
515 | 515 | * API: crashdump_dir is now a config execution option |
516 | 516 | * API: new config execution options for controlling hash checking, execution and |
|
0 commit comments