|
1 |
| -Release 0.12.0-rc1 (April 20, 2016) |
2 |
| -============ |
3 |
| - |
| 1 | +Release 0.12.0 (July 12, 2016) |
| 2 | +============================== |
| 3 | + |
| 4 | +* ENH: New interface for Bruker to Nifti converter (https://github.com/nipy/nipype/pull/1523) |
| 5 | +* FIX: output file naming for FIRST outputs (https://github.com/nipy/nipype/pull/1524) |
| 6 | +* ENH: Adds `fslmaths -Tstd` to maths interfaces (https://github.com/nipy/nipype/pull/1518) |
| 7 | +* FIX: Selecting "gamma" in FSL Level1Design now does what the name says (https://github.com/nipy/nipype/pull/1500) |
| 8 | +* ENH: Added grad_dev input to fsl.dti.bedpostx5 interface(https://github.com/nipy/nipype/pull/1493) |
4 | 9 | * ENH: ResourceMultiProc plugin to support resource allocation (https://github.com/nipy/nipype/pull/1372)
|
5 | 10 | * ENH: Added dcm2niix interface (https://github.com/nipy/nipype/pull/1435)
|
6 | 11 | * ENH: Add nipype_crash_search command (https://github.com/nipy/nipype/pull/1422)
|
@@ -36,7 +41,7 @@ Release 0.12.0-rc1 (April 20, 2016)
|
36 | 41 | (https://github.com/nipy/nipype/pull/1460)
|
37 | 42 |
|
38 | 43 | Release 0.11.0 (September 15, 2015)
|
39 |
| -============ |
| 44 | +=================================== |
40 | 45 |
|
41 | 46 | * API: Change how hash values are computed (https://github.com/nipy/nipype/pull/1174)
|
42 | 47 | * ENH: New algorithm: mesh.WarpPoints applies displacements fields to point sets
|
@@ -122,7 +127,7 @@ Release 0.11.0 (September 15, 2015)
|
122 | 127 | (https://github.com/nipy/nipype/pull/1142)
|
123 | 128 |
|
124 | 129 | Release 0.10.0 (October 10, 2014)
|
125 |
| -============ |
| 130 | +================================= |
126 | 131 |
|
127 | 132 | * ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
|
128 | 133 | to enable parallel processing of very large images.
|
@@ -166,19 +171,19 @@ Release 0.10.0 (October 10, 2014)
|
166 | 171 | * FIX: Update for FSL 5.0.7 which deprecated Contrast Manager
|
167 | 172 |
|
168 | 173 | Release 0.9.2 (January 31, 2014)
|
169 |
| -============ |
| 174 | +================================ |
170 | 175 |
|
171 | 176 | * FIX: DataFinder was broken due to a typo
|
172 | 177 | * FIX: Order of DataFinder outputs was not guaranteed, it's human sorted now
|
173 | 178 | * ENH: New interfaces: Vnifti2Image, VtoMat
|
174 | 179 |
|
175 | 180 | Release 0.9.1 (December 25, 2013)
|
176 |
| -============ |
| 181 | +================================= |
177 | 182 |
|
178 | 183 | * FIX: installation issues
|
179 | 184 |
|
180 | 185 | Release 0.9.0 (December 20, 2013)
|
181 |
| -============ |
| 186 | +================================= |
182 | 187 |
|
183 | 188 | * ENH: SelectFiles: a streamlined version of DataGrabber
|
184 | 189 | * ENH: new tools for defining workflows: JoinNode, synchronize and itersource
|
|
0 commit comments