Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -202,9 +205,6 @@
"affiliation": "Child Mind Institute",
"name": "Giavasis, Steven"
},
{
"name": "Moloney, Brendan"
},
{
"affiliation": "SRI International",
"name": "Nichols, B. Nolan",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
17 changes: 17 additions & 0 deletions doc/changelog/1.X.X-changelog.rst
Original file line number Diff line number Diff line change
@@ -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)
==========================

Expand Down
2 changes: 1 addition & 1 deletion nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# nipype version information
# Remove .dev0 for release
__version__ = "1.8.6.dev0"
__version__ = "1.8.6"


def get_nipype_gitversion():
Expand Down