Skip to content

Commit 2ee9086

Browse files
authoredApr 6, 2023
Merge pull request #3560 from nipy/rel/1.8.6
REL: 1.8.6
2 parents 46b8c99 + 2285859 commit 2ee9086

File tree

3 files changed

+30
-13
lines changed

3 files changed

+30
-13
lines changed
 

‎.zenodo.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@
116116
{
117117
"name": "Yvernault, Benjamin"
118118
},
119-
{
120-
"name": "Hamalainen, Carlo",
121-
"orcid": "0000-0001-7655-3830"
122-
},
123119
{
124120
"affiliation": "Institute for Biomedical Engineering, ETH and University of Zurich",
125121
"name": "Christian, Horea",
126122
"orcid": "0000-0001-7037-2449"
127123
},
124+
{
125+
"name": "Hamalainen, Carlo",
126+
"orcid": "0000-0001-7655-3830"
127+
},
128128
{
129129
"affiliation": "Stanford University",
130130
"name": "Ćirić , Rastko",
@@ -193,6 +193,9 @@
193193
"name": "Dias, Maria de Fatima",
194194
"orcid": "0000-0001-8878-1750"
195195
},
196+
{
197+
"name": "Moloney, Brendan"
198+
},
196199
{
197200
"affiliation": "Otto-von-Guericke-University Magdeburg, Germany",
198201
"name": "Hanke, Michael",
@@ -202,9 +205,6 @@
202205
"affiliation": "Child Mind Institute",
203206
"name": "Giavasis, Steven"
204207
},
205-
{
206-
"name": "Moloney, Brendan"
207-
},
208208
{
209209
"affiliation": "SRI International",
210210
"name": "Nichols, B. Nolan",
@@ -363,6 +363,11 @@
363363
"name": "Schaefer, Alexander",
364364
"orcid": "0000-0001-6488-4739"
365365
},
366+
{
367+
"affiliation": "CEA",
368+
"name": "Papadopoulos Orfanos, Dimitri",
369+
"orcid": "0000-0002-1242-8990"
370+
},
366371
{
367372
"affiliation": "UniversityHospital Heidelberg, Germany",
368373
"name": "Kleesiek, Jens"
@@ -414,11 +419,6 @@
414419
{
415420
"name": "Haselgrove, Christian"
416421
},
417-
{
418-
"affiliation": "CEA",
419-
"name": "Papadopoulos Orfanos, Dimitri",
420-
"orcid": "0000-0002-1242-8990"
421-
},
422422
{
423423
"affiliation": "Department of Psychology, Stanford University; Parietal, INRIA",
424424
"name": "Durnez, Joke",

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

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
1.8.6 (April 05, 2023)
2+
======================
3+
4+
Bug-fix release in the 1.8.x series.
5+
6+
* FIX: Update dcmstack interface for Py3 / newer pydicom (https://github.com/nipy/nipype/pull/3541)
7+
* FIX: NiBabel 5, and NetworkX 3 and DIPY 1.6 compatibility (https://github.com/nipy/nipype/pull/3538)
8+
* FIX: Check for non-mandatory output in DWIBiasCorrect (https://github.com/nipy/nipype/pull/3523)
9+
* FIX: Removed leftover debug print statement in FEAT class (https://github.com/nipy/nipype/pull/3521)
10+
* DOC: Fix a few more typos (https://github.com/nipy/nipype/pull/3516)
11+
* DOC: Fix typos found by codespell (https://github.com/nipy/nipype/pull/3512)
12+
* CI: Drop nipy tests until a fixed nipy is released (https://github.com/nipy/nipype/pull/3559)
13+
* CI: Disable nipy tests generally, re-add with max numpy (https://github.com/nipy/nipype/pull/3532)
14+
* CI: GitHub Workflows security hardening (https://github.com/nipy/nipype/pull/3519)
15+
* CI: Allow tutorial test cancellation (https://github.com/nipy/nipype/pull/3514)
16+
17+
118
1.8.5 (September 21, 2022)
219
==========================
320

‎nipype/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# nipype version information
77
# Remove .dev0 for release
8-
__version__ = "1.8.6.dev0"
8+
__version__ = "1.8.6"
99

1010

1111
def get_nipype_gitversion():

0 commit comments

Comments
 (0)