Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3cbebe3

Browse files
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

‎.mailmap‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Joerg Stadler <Joerg.Stadler@lin-magdeburg.de> <jstadler@ilin-magdeburg.de>
107107
Joerg Stadler <Joerg.Stadler@lin-magdeburg.de> <Stadler@lin-magdeburg.de>
108108
John A. Lee <johnleenimh@gmail.com>
109109
John A. Lee <johnleenimh@gmail.com> <leej3@users.noreply.github.com>
110+
Jon Cluce <jon.clucas@childmind.org>
110111
Joke Durnez <joke.durnez@gmail.com>
111112
Jordi Huguet <jhuguetn@gmail.com>
112113
Josh Warner <silvertrumpet999+github@gmail.com> <warner.joshua@mayo.edu>

‎.zenodo.json‎

Lines changed: 5 additions & 5 deletions
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.",

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

Lines changed: 14 additions & 1 deletion
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)

‎nipype/info.py‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /