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