Skip to content

Commit 926b1a1

Browse files
committed
Update changes
1 parent ed15929 commit 926b1a1

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-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: 5 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,12 +8,16 @@ 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)
1114
* FIX: Allow parsing freesurfer 7 version string (https://github.com/nipy/nipype/pull/3216)
1215
* FIX: Use PackageInfo to get NiftyReg version (https://github.com/nipy/nipype/pull/3194)
1316
* FIX: Partial rollback of N4BiasFieldCorrection (https://github.com/nipy/nipype/pull/3188)
1417
* FIX: ANTs' tools maintenance overhaul (https://github.com/nipy/nipype/pull/3180)
1518
* FIX: load_resultfile crashes if open resultsfile from crashed job (https://github.com/nipy/nipype/pull/3182)
1619
* 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)
1721
* ENH: Add ``"TruncateImageIntensity"`` operation to ``ants.utils.Image.Math`` (https://github.com/nipy/nipype/pull/3210)
1822
* ENH: SPM NewSegment multi-channel segmentation (https://github.com/nipy/nipype/pull/3162)
1923
* ENH: Add reverse-ordered transform lists to ants.Registration outputs (https://github.com/nipy/nipype/pull/3192)

0 commit comments

Comments
 (0)