From f13633e2c4a7e8d9aa18506eb803a5f8013ce9e1 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 5 Apr 2023 14:24:22 -0400 Subject: [PATCH 1/3] DOC: 1.8.6 changelog --- doc/changelog/1.X.X-changelog.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/changelog/1.X.X-changelog.rst b/doc/changelog/1.X.X-changelog.rst index f6a9233f5e..34ff8392ea 100644 --- a/doc/changelog/1.X.X-changelog.rst +++ b/doc/changelog/1.X.X-changelog.rst @@ -1,3 +1,20 @@ +1.8.6 (April 05, 2023) +====================== + +Bug-fix release in the 1.8.x series. + + * FIX: Update dcmstack interface for Py3 / newer pydicom (https://github.com/nipy/nipype/pull/3541) + * FIX: NiBabel 5, and NetworkX 3 and DIPY 1.6 compatibility (https://github.com/nipy/nipype/pull/3538) + * FIX: Check for non-mandatory output in DWIBiasCorrect (https://github.com/nipy/nipype/pull/3523) + * FIX: Removed leftover debug print statement in FEAT class (https://github.com/nipy/nipype/pull/3521) + * DOC: Fix a few more typos (https://github.com/nipy/nipype/pull/3516) + * DOC: Fix typos found by codespell (https://github.com/nipy/nipype/pull/3512) + * CI: Drop nipy tests until a fixed nipy is released (https://github.com/nipy/nipype/pull/3559) + * CI: Disable nipy tests generally, re-add with max numpy (https://github.com/nipy/nipype/pull/3532) + * CI: GitHub Workflows security hardening (https://github.com/nipy/nipype/pull/3519) + * CI: Allow tutorial test cancellation (https://github.com/nipy/nipype/pull/3514) + + 1.8.5 (September 21, 2022) ========================== From 105e9a328d630b9a36d6d57676c5cd9029a289d5 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 5 Apr 2023 14:25:00 -0400 Subject: [PATCH 2/3] DOC: Update zenodo ordering --- .zenodo.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index fd9e5e9658..3bee5d5790 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -116,15 +116,15 @@ { "name": "Yvernault, Benjamin" }, - { - "name": "Hamalainen, Carlo", - "orcid": "0000-0001-7655-3830" - }, { "affiliation": "Institute for Biomedical Engineering, ETH and University of Zurich", "name": "Christian, Horea", "orcid": "0000-0001-7037-2449" }, + { + "name": "Hamalainen, Carlo", + "orcid": "0000-0001-7655-3830" + }, { "affiliation": "Stanford University", "name": "Ćirić , Rastko", @@ -193,6 +193,9 @@ "name": "Dias, Maria de Fatima", "orcid": "0000-0001-8878-1750" }, + { + "name": "Moloney, Brendan" + }, { "affiliation": "Otto-von-Guericke-University Magdeburg, Germany", "name": "Hanke, Michael", @@ -202,9 +205,6 @@ "affiliation": "Child Mind Institute", "name": "Giavasis, Steven" }, - { - "name": "Moloney, Brendan" - }, { "affiliation": "SRI International", "name": "Nichols, B. Nolan", @@ -363,6 +363,11 @@ "name": "Schaefer, Alexander", "orcid": "0000-0001-6488-4739" }, + { + "affiliation": "CEA", + "name": "Papadopoulos Orfanos, Dimitri", + "orcid": "0000-0002-1242-8990" + }, { "affiliation": "UniversityHospital Heidelberg, Germany", "name": "Kleesiek, Jens" @@ -414,11 +419,6 @@ { "name": "Haselgrove, Christian" }, - { - "affiliation": "CEA", - "name": "Papadopoulos Orfanos, Dimitri", - "orcid": "0000-0002-1242-8990" - }, { "affiliation": "Department of Psychology, Stanford University; Parietal, INRIA", "name": "Durnez, Joke", From 22858593d13d6001dcc8a31afe4f3a15bcad9e0a Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 5 Apr 2023 14:28:15 -0400 Subject: [PATCH 3/3] MNT: Bump version to 1.8.6 --- nipype/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipype/info.py b/nipype/info.py index a7ea648c3d..3c8e8ee596 100644 --- a/nipype/info.py +++ b/nipype/info.py @@ -5,7 +5,7 @@ # nipype version information # Remove .dev0 for release -__version__ = "1.8.6.dev0" +__version__ = "1.8.6" def get_nipype_gitversion():