Skip to content

Commit 3cbebe3

Browse files
authored
Merge pull request #3701 from effigies/rel/1.9.1
REL: 1.9.1
2 parents 2e36f69 + 32b5307 commit 3cbebe3

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

Diff for: .mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Joerg Stadler <[email protected]> <[email protected]>
107107
108108
John A. Lee <[email protected]>
109109
110+
Jon Cluce <[email protected]>
110111
Joke Durnez <[email protected]>
111112
Jordi Huguet <[email protected]>
112113

Diff for: .zenodo.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,11 @@
285285
{
286286
"name": "Mordom, David"
287287
},
288+
{
289+
"affiliation": "Child Mind Institute",
290+
"name": "Cluce, Jon",
291+
"orcid": "0000-0001-7590-5806"
292+
},
288293
{
289294
"affiliation": "ARAMIS LAB, Brain and Spine Institute (ICM), Paris, France.",
290295
"name": "Guillon, Jérémy",
@@ -920,11 +925,6 @@
920925
"name": "Mihai, Paul Glad",
921926
"orcid": "0000-0001-5715-6442"
922927
},
923-
{
924-
"affiliation": "Child Mind Institute",
925-
"name": "Cluce, Jon",
926-
"orcid": "0000-0001-7590-5806"
927-
},
928928
{
929929
"affiliation": "Department of Psychology, Stanford University",
930930
"name": "Gorgolewski, Krzysztof J.",

Diff for: doc/changelog/1.X.X-changelog.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
1.9.1 (November 19, 2024)
2+
=========================
3+
4+
Bug fix release in the 1.9.x series.
5+
6+
This release adds support for Numpy 2 and Python 3.13.
7+
8+
* FIX: Restore generate_gantt_chart functionality (https://github.com/nipy/nipype/pull/3290)
9+
* FIX: Address numpy and traits deprecations (https://github.com/nipy/nipype/pull/3699)
10+
* FIX: `ts_Z_corr` → `ts_wb_Z` (https://github.com/nipy/nipype/pull/3697)
11+
* ENH: Remove unused and recently unsupported antsRegistration flag (https://github.com/nipy/nipype/pull/3695)
12+
* MAINT: Bump codecov/codecov-action from 4 to 5 (https://github.com/nipy/nipype/pull/3698)
13+
114

215
1.9.0 (October 31, 2024)
316
========================
417

5-
New feature release in the 1.9.0 series.
18+
New feature release in the 1.9.x series.
619

720
* FIX: Remove exists=True from fsl.MotionOutliers output that might not exist (https://github.com/nipy/nipype/pull/1428)
821
* FIX: Improve evaluate_connect_function errors across Python versions (https://github.com/nipy/nipype/pull/3655)

Diff for: 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.9.1.dev0"
8+
__version__ = "1.9.1"
99

1010

1111
def get_nipype_gitversion():

0 commit comments

Comments
 (0)