|
1 |
| -Upcoming release 0.13 |
| 1 | +Upcoming Release |
2 | 2 | =====================
|
3 | 3 |
|
| 4 | +* ENH: Enable new BBRegister init options for FSv6+ (https://github.com/nipy/nipype/pull/1811) |
| 5 | +* REF: Splits nipype.interfaces.utility into base, csv, and wrappers (https://github.com/nipy/nipype/pull/1828) |
| 6 | +* FIX: Makespec now runs with nipype in current directory (https://github.com/nipy/nipype/pull/1813) |
| 7 | +* FIX: Flexible nifti opening with mmap if Numpy < 1.12.0 (https://github.com/nipy/nipype/pull/1796 + https://github.com/nipy/nipype/pull/1831) |
4 | 8 | * ENH: DVARS includes intensity normalization feature - turned on by default (https://github.com/nipy/nipype/pull/1827)
|
5 | 9 | * FIX: DVARS is correctly using sum of squares instead of standard deviation (https://github.com/nipy/nipype/pull/1827)
|
6 | 10 | * ENH: Refactoring of nipype.interfaces.utility (https://github.com/nipy/nipype/pull/1828)
|
7 | 11 | * FIX: CircleCI were failing silently. Some fixes to tests (https://github.com/nipy/nipype/pull/1833)
|
8 | 12 | * FIX: Issues in Docker image permissions, and docker documentation (https://github.com/nipy/nipype/pull/1825)
|
9 | 13 | * ENH: Revised all Dockerfiles and automated deployment to Docker Hub
|
10 | 14 | from CircleCI (https://github.com/nipy/nipype/pull/1815)
|
| 15 | +* ENH: Update ReconAll interface for FreeSurfer v6.0.0 (https://github.com/nipy/nipype/pull/1790) |
| 16 | +* FIX: Cast DVARS float outputs to avoid memmap error (https://github.com/nipy/nipype/pull/1777) |
| 17 | +* FIX: FSL FNIRT intensity mapping files (https://github.com/nipy/nipype/pull/1799) |
| 18 | +* ENH: Additional outputs generated by FSL EDDY (https://github.com/nipy/nipype/pull/1793) |
| 19 | +* TST: Parallelize CircleCI build across 4 containers (https://github.com/nipy/nipype/pull/1769) |
| 20 | + |
| 21 | + |
| 22 | +0.13.0-rc1 (January 4, 2017) |
| 23 | +=============================== |
| 24 | + |
| 25 | +* FIX: Compatibility with traits 4.6 (https://github.com/nipy/nipype/pull/1770) |
| 26 | +* FIX: Multiproc deadlock (https://github.com/nipy/nipype/pull/1756) |
| 27 | +* TST: Replace nose and unittest with pytest (https://github.com/nipy/nipype/pull/1722, https://github.com/nipy/nipype/pull/1751) |
11 | 28 | * FIX: Semaphore capture using MultiProc plugin (https://github.com/nipy/nipype/pull/1689)
|
12 | 29 | * REF: Refactor AFNI interfaces (https://github.com/nipy/nipype/pull/1678, https://github.com/nipy/nipype/pull/1680)
|
13 | 30 | * ENH: Move nipype commands to group command using click (https://github.com/nipy/nipype/pull/1608)
|
@@ -36,7 +53,6 @@ Upcoming release 0.13
|
36 | 53 | * ENH: Added support for custom job submission check in SLURM (https://github.com/nipy/nipype/pull/1582)
|
37 | 54 | * ENH: Added ANTs interface CreateJacobianDeterminantImage; replaces deprecated JacobianDeterminant
|
38 | 55 | (https://github.com/nipy/nipype/pull/1654)
|
39 |
| -* ENH: Update ReconAll interface for FreeSurfer v6.0.0 (https://github.com/nipy/nipype/pull/1790) |
40 | 56 |
|
41 | 57 | Release 0.12.1 (August 3, 2016)
|
42 | 58 | ===============================
|
|
0 commit comments