@@ -8,20 +8,32 @@ In this release, the example scripts have been split out into their own package:
8
8
9
9
(`Full changelog <https://github.com/nipy/nipype/milestone/1.5.0?closed=1 >`__)
10
10
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)
11
13
* FIX: Partial rollback of N4BiasFieldCorrection (https://github.com/nipy/nipype/pull/3188)
12
14
* FIX: ANTs' tools maintenance overhaul (https://github.com/nipy/nipype/pull/3180)
13
15
* FIX: load_resultfile crashes if open resultsfile from crashed job (https://github.com/nipy/nipype/pull/3182)
14
16
* 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)
15
20
* ENH: Improve workflow connect performance (https://github.com/nipy/nipype/pull/3184)
16
21
* ENH: Add ``ConstrainedSphericalDeconvolution `` interface to replace ``EstimateFOD `` for MRtrix3's ``dwi2fod `` (https://github.com/nipy/nipype/pull/3176)
17
22
* ENH: Detect values for EulerNumber interface (https://github.com/nipy/nipype/pull/3173)
18
23
* 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)
19
27
* REF: Prefer math.gcd to hand-rolled Euclid's algorithm (https://github.com/nipy/nipype/pull/3177)
20
28
* 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)
21
30
* DOC: Update links, typos in contributing guide (https://github.com/nipy/nipype/pull/3160)
22
31
* DOC: Update SelectFiles docstring to match actual behavior (https://github.com/nipy/nipype/pull/3041)
23
32
* DOC: Updated .zenodo.json file (https://github.com/nipy/nipype/pull/3167)
24
33
* 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)
25
37
* MNT: Update Zenodo ordering based on commit count (https://github.com/nipy/nipype/pull/3169)
26
38
27
39
1.4.2 (February 14, 2020)
0 commit comments