Skip to content

Commit 2808a2f

Browse files
committed
Update changelog
1 parent ddd9b55 commit 2808a2f

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

.zenodo.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,11 @@
635635
"affiliation": "Vrije Universiteit Amsterdam",
636636
"name": "Ort, Eduard"
637637
},
638+
{
639+
"affiliation": "CNRS, UMS3552 IRMaGe",
640+
"name": "Condamine, Eric",
641+
"orcid": "0000-0002-9533-3769"
642+
},
638643
{
639644
"affiliation": "Stanford University",
640645
"name": "Lerma-Usabiaga, Garikoitz",
@@ -719,11 +724,6 @@
719724
{
720725
"name": "Shachnev, Dmitry"
721726
},
722-
{
723-
"affiliation": "CNRS, UMS3552 IRMaGe",
724-
"name": "Condamine, Eric",
725-
"orcid": "0000-0002-9533-3769"
726-
},
727727
{
728728
"name": "Flandin, Guillaume"
729729
},

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.5.0 (To be determined)
1+
1.5.0 (June 03, 2020)
22
=========================
33

44
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:
88

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

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)
1116
* FIX: Partial rollback of N4BiasFieldCorrection (https://github.com/nipy/nipype/pull/3188)
1217
* FIX: ANTs' tools maintenance overhaul (https://github.com/nipy/nipype/pull/3180)
1318
* FIX: load_resultfile crashes if open resultsfile from crashed job (https://github.com/nipy/nipype/pull/3182)
1419
* 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)
1524
* ENH: Improve workflow connect performance (https://github.com/nipy/nipype/pull/3184)
1625
* ENH: Add ``ConstrainedSphericalDeconvolution`` interface to replace ``EstimateFOD`` for MRtrix3's ``dwi2fod`` (https://github.com/nipy/nipype/pull/3176)
1726
* ENH: Detect values for EulerNumber interface (https://github.com/nipy/nipype/pull/3173)
1827
* 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)
1931
* REF: Prefer math.gcd to hand-rolled Euclid's algorithm (https://github.com/nipy/nipype/pull/3177)
2032
* 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)
2134
* DOC: Update links, typos in contributing guide (https://github.com/nipy/nipype/pull/3160)
2235
* DOC: Update SelectFiles docstring to match actual behavior (https://github.com/nipy/nipype/pull/3041)
2336
* DOC: Updated .zenodo.json file (https://github.com/nipy/nipype/pull/3167)
2437
* 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)
2541
* MNT: Update Zenodo ordering based on commit count (https://github.com/nipy/nipype/pull/3169)
2642

2743
1.4.2 (February 14, 2020)

0 commit comments

Comments
 (0)