@@ -2,6 +2,18 @@ Next release
2
2
============
3
3
4
4
* ENH: [Interfaced|Graft]Workflows (https://github.com/nipy/nipype/pull/882)
5
+ * FIX: Enable absolute path definitions in DCMStack (https://github.com/nipy/nipype/pull/1089,
6
+ replaced by https://github.com/nipy/nipype/pull/1093)
7
+ * ENH: New algorithm: mesh.WarpPoints applies displacements fields to point sets.
8
+ * ENH: New mesh.MeshWarpMaths to operate on surface-defined warpings
9
+ (https://github.com/nipy/nipype/pull/1016)
10
+ * FIX: Refactor P2PDistance, change name to ComputeMeshWarp, add regression tests,
11
+ fix bug in area weighted distance, and added optimizations
12
+ (https://github.com/nipy/nipype/pull/1016)
13
+ * ENH: Add an option not to resubmit Nodes that finished running when using SGEGraph (https://github.com/nipy/nipype/pull/1002)
14
+ * FIX: FUGUE is now properly listing outputs. (https://github.com/nipy/nipype/pull/978)
15
+ * ENH: Improved FieldMap-Based (FMB) workflow for correction of susceptibility distortions in EPI seqs.
16
+ (https://github.com/nipy/nipype/pull/1019)
5
17
* ENH: Dropped support for now 7 years old Python 2.6 (https://github.com/nipy/nipype/pull/1069)
6
18
* FIX: terminal_output is not mandatory anymore (https://github.com/nipy/nipype/pull/1070)
7
19
* ENH: Added "nipype_cmd" tool for running interfaces from the command line (https://github.com/nipy/nipype/pull/795)
@@ -41,6 +53,8 @@ Next release
41
53
* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
42
54
* ENH: ANTs JointFusion() (https://github.com/nipy/nipype/pull/1042)
43
55
* ENH: Added csvReader() utility (https://github.com/nipy/nipype/pull/1044)
56
+ * FIX: typo in nipype.interfaces.freesurfer.utils.py Tkregister2 (https://github.com/nipy/nipype/pull/1083)
57
+ * FIX: SSHDataGrabber outputs now return full path to the grabbed/downloaded files. (https://github.com/nipy/nipype/pull/1086)
44
58
45
59
Release 0.10.0 (October 10, 2014)
46
60
============
0 commit comments