From 33fa5264923311101e37ba0971bdaa4824eb1719 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Sun, 26 Apr 2015 20:19:06 +0200 Subject: [PATCH] Fix CHANGES file after commit df63a28152540ff95e7955403a9dc09f6f6e0876 --- CHANGES | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGES b/CHANGES index de01cdd7fd..eb9d1f5e9b 100644 --- a/CHANGES +++ b/CHANGES @@ -3,11 +3,6 @@ Next release * FIX: Enable absolute path definitions in DCMStack (https://github.com/nipy/nipype/pull/1089, replaced by https://github.com/nipy/nipype/pull/1093) -* ENH: New algorithm: mesh.WarpPoints applies displacements fields to point sets. -* ENH: Improved FieldMap-Based (FMB) workflow for correction of susceptibility distortions - in EPI seqs. (https://github.com/nipy/nipype/pull/1019) -* ENH: Added interface to simulate DWIs using the multi-tensor model - (https://github.com/nipy/nipype/pull/1085) * ENH: New mesh.MeshWarpMaths to operate on surface-defined warpings (https://github.com/nipy/nipype/pull/1016) * FIX: Refactor P2PDistance, change name to ComputeMeshWarp, add regression tests,