1
- 1.5.0 (To be determined )
1
+ 1.5.0 (June 03, 2020 )
2
2
=========================
3
3
4
4
New feature release in the 1.5.x series.
@@ -8,20 +8,36 @@ 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: volterra_expansion_order documentation error (https://github.com/nipy/nipype/pull/3213)
12
+ * FIX: BET incorrect output paths (https://github.com/nipy/nipype/pull/3214)
13
+ * FIX: Terminal output in ``report.rst `` spreads one line per character (https://github.com/nipy/nipype/pull/3220)
14
+ * FIX: Allow parsing freesurfer 7 version string (https://github.com/nipy/nipype/pull/3216)
15
+ * FIX: Use PackageInfo to get NiftyReg version (https://github.com/nipy/nipype/pull/3194)
11
16
* FIX: Partial rollback of N4BiasFieldCorrection (https://github.com/nipy/nipype/pull/3188)
12
17
* FIX: ANTs' tools maintenance overhaul (https://github.com/nipy/nipype/pull/3180)
13
18
* FIX: load_resultfile crashes if open resultsfile from crashed job (https://github.com/nipy/nipype/pull/3182)
14
19
* FIX: FSL model.py make multiple F-tests (https://github.com/nipy/nipype/pull/3166)
20
+ * ENH: Restore ants.legacy interfaces (https://github.com/nipy/nipype/pull/3222)
21
+ * ENH: Add ``"TruncateImageIntensity" `` operation to ``ants.utils.Image.Math `` (https://github.com/nipy/nipype/pull/3210)
22
+ * ENH: SPM NewSegment multi-channel segmentation (https://github.com/nipy/nipype/pull/3162)
23
+ * ENH: Add reverse-ordered transform lists to ants.Registration outputs (https://github.com/nipy/nipype/pull/3192)
15
24
* ENH: Improve workflow connect performance (https://github.com/nipy/nipype/pull/3184)
16
25
* ENH: Add ``ConstrainedSphericalDeconvolution `` interface to replace ``EstimateFOD `` for MRtrix3's ``dwi2fod `` (https://github.com/nipy/nipype/pull/3176)
17
26
* ENH: Detect values for EulerNumber interface (https://github.com/nipy/nipype/pull/3173)
18
27
* ENH: Remove examples from repository (https://github.com/nipy/nipype/pull/3172)
28
+ * TEST: Clean up tests (https://github.com/nipy/nipype/pull/3195)
29
+ * TEST: Mock terminal output before testing changing default value (https://github.com/nipy/nipype/pull/3193)
30
+ * REF: make invocations of python and pytest consistent with the one used/desired python (https://github.com/nipy/nipype/pull/3208)
19
31
* REF: Prefer math.gcd to hand-rolled Euclid's algorithm (https://github.com/nipy/nipype/pull/3177)
20
32
* REF: Removed all uses of numpy_mmap (https://github.com/nipy/nipype/pull/3121)
33
+ * DOC: Sphinx 3 compatibility (https://github.com/nipy/nipype/pull/3206)
21
34
* DOC: Update links, typos in contributing guide (https://github.com/nipy/nipype/pull/3160)
22
35
* DOC: Update SelectFiles docstring to match actual behavior (https://github.com/nipy/nipype/pull/3041)
23
36
* DOC: Updated .zenodo.json file (https://github.com/nipy/nipype/pull/3167)
24
37
* DOC: Update .zenodo.json (https://github.com/nipy/nipype/pull/3165)
38
+ * MNT: Permit recent nilearns (https://github.com/nipy/nipype/pull/2841)
39
+ * MNT: Test Python 3.8 (https://github.com/nipy/nipype/pull/3154)
40
+ * MNT: Restore ReadTheDocs (https://github.com/nipy/nipype/pull/3207)
25
41
* MNT: Update Zenodo ordering based on commit count (https://github.com/nipy/nipype/pull/3169)
26
42
27
43
1.4.2 (February 14, 2020)
0 commit comments