Skip to content

Commit 1c2cb18

Browse files
committed
Update changelog
1 parent 4d6ad91 commit 1c2cb18

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/changelog/1.X.X-changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,32 @@ In this release, the example scripts have been split out into their own package:
88

99
(`Full changelog <https://github.com/nipy/nipype/milestone/1.5.0?closed=1>`__)
1010

11+
* FIX: Allow parsing freesurfer 7 version string (https://github.com/nipy/nipype/pull/3216)
12+
* FIX: Use PackageInfo to get NiftyReg version (https://github.com/nipy/nipype/pull/3194)
1113
* FIX: Partial rollback of N4BiasFieldCorrection (https://github.com/nipy/nipype/pull/3188)
1214
* FIX: ANTs' tools maintenance overhaul (https://github.com/nipy/nipype/pull/3180)
1315
* FIX: load_resultfile crashes if open resultsfile from crashed job (https://github.com/nipy/nipype/pull/3182)
1416
* FIX: FSL model.py make multiple F-tests (https://github.com/nipy/nipype/pull/3166)
17+
* ENH: Add ``"TruncateImageIntensity"`` operation to ``ants.utils.Image.Math`` (https://github.com/nipy/nipype/pull/3210)
18+
* ENH: SPM NewSegment multi-channel segmentation (https://github.com/nipy/nipype/pull/3162)
19+
* ENH: Add reverse-ordered transform lists to ants.Registration outputs (https://github.com/nipy/nipype/pull/3192)
1520
* ENH: Improve workflow connect performance (https://github.com/nipy/nipype/pull/3184)
1621
* ENH: Add ``ConstrainedSphericalDeconvolution`` interface to replace ``EstimateFOD`` for MRtrix3's ``dwi2fod`` (https://github.com/nipy/nipype/pull/3176)
1722
* ENH: Detect values for EulerNumber interface (https://github.com/nipy/nipype/pull/3173)
1823
* ENH: Remove examples from repository (https://github.com/nipy/nipype/pull/3172)
24+
* TEST: Clean up tests (https://github.com/nipy/nipype/pull/3195)
25+
* TEST: Mock terminal output before testing changing default value (https://github.com/nipy/nipype/pull/3193)
26+
* REF: make invocations of python and pytest consistent with the one used/desired python (https://github.com/nipy/nipype/pull/3208)
1927
* REF: Prefer math.gcd to hand-rolled Euclid's algorithm (https://github.com/nipy/nipype/pull/3177)
2028
* REF: Removed all uses of numpy_mmap (https://github.com/nipy/nipype/pull/3121)
29+
* DOC: Sphinx 3 compatibility (https://github.com/nipy/nipype/pull/3206)
2130
* DOC: Update links, typos in contributing guide (https://github.com/nipy/nipype/pull/3160)
2231
* DOC: Update SelectFiles docstring to match actual behavior (https://github.com/nipy/nipype/pull/3041)
2332
* DOC: Updated .zenodo.json file (https://github.com/nipy/nipype/pull/3167)
2433
* DOC: Update .zenodo.json (https://github.com/nipy/nipype/pull/3165)
34+
* MNT: Permit recent nilearns (https://github.com/nipy/nipype/pull/2841)
35+
* MNT: Test Python 3.8 (https://github.com/nipy/nipype/pull/3154)
36+
* MNT: Restore ReadTheDocs (https://github.com/nipy/nipype/pull/3207)
2537
* MNT: Update Zenodo ordering based on commit count (https://github.com/nipy/nipype/pull/3169)
2638

2739
1.4.2 (February 14, 2020)

0 commit comments

Comments
 (0)