Skip to content

Commit 720a7e6

Browse files
authored
Merge pull request #1807 from mgxd/doc/changes
doc: update changes
2 parents 1a93a17 + 2cb8872 commit 720a7e6

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGES

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
1-
Upcoming release 0.13
1+
Upcoming Release
22
=====================
33

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)
48
* ENH: DVARS includes intensity normalization feature - turned on by default (https://github.com/nipy/nipype/pull/1827)
59
* FIX: DVARS is correctly using sum of squares instead of standard deviation (https://github.com/nipy/nipype/pull/1827)
610
* ENH: Refactoring of nipype.interfaces.utility (https://github.com/nipy/nipype/pull/1828)
711
* FIX: CircleCI were failing silently. Some fixes to tests (https://github.com/nipy/nipype/pull/1833)
812
* FIX: Issues in Docker image permissions, and docker documentation (https://github.com/nipy/nipype/pull/1825)
913
* ENH: Revised all Dockerfiles and automated deployment to Docker Hub
1014
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)
1128
* FIX: Semaphore capture using MultiProc plugin (https://github.com/nipy/nipype/pull/1689)
1229
* REF: Refactor AFNI interfaces (https://github.com/nipy/nipype/pull/1678, https://github.com/nipy/nipype/pull/1680)
1330
* ENH: Move nipype commands to group command using click (https://github.com/nipy/nipype/pull/1608)
@@ -36,7 +53,6 @@ Upcoming release 0.13
3653
* ENH: Added support for custom job submission check in SLURM (https://github.com/nipy/nipype/pull/1582)
3754
* ENH: Added ANTs interface CreateJacobianDeterminantImage; replaces deprecated JacobianDeterminant
3855
(https://github.com/nipy/nipype/pull/1654)
39-
* ENH: Update ReconAll interface for FreeSurfer v6.0.0 (https://github.com/nipy/nipype/pull/1790)
4056

4157
Release 0.12.1 (August 3, 2016)
4258
===============================

0 commit comments

Comments
 (0)