Skip to content

Commit

Permalink
Merge pull request #3701 from effigies/rel/1.9.1
Browse files Browse the repository at this point in the history
REL: 1.9.1
  • Loading branch information
effigies authored Nov 19, 2024
2 parents 2e36f69 + 32b5307 commit 3cbebe3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Joerg Stadler <[email protected]> <[email protected]>
Joerg Stadler <[email protected]> <[email protected]>
John A. Lee <[email protected]>
John A. Lee <[email protected]> <[email protected]>
Jon Cluce <[email protected]>
Joke Durnez <[email protected]>
Jordi Huguet <[email protected]>
Josh Warner <[email protected]> <[email protected]>
Expand Down
10 changes: 5 additions & 5 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@
{
"name": "Mordom, David"
},
{
"affiliation": "Child Mind Institute",
"name": "Cluce, Jon",
"orcid": "0000-0001-7590-5806"
},
{
"affiliation": "ARAMIS LAB, Brain and Spine Institute (ICM), Paris, France.",
"name": "Guillon, Jérémy",
Expand Down Expand Up @@ -920,11 +925,6 @@
"name": "Mihai, Paul Glad",
"orcid": "0000-0001-5715-6442"
},
{
"affiliation": "Child Mind Institute",
"name": "Cluce, Jon",
"orcid": "0000-0001-7590-5806"
},
{
"affiliation": "Department of Psychology, Stanford University",
"name": "Gorgolewski, Krzysztof J.",
Expand Down
15 changes: 14 additions & 1 deletion doc/changelog/1.X.X-changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
1.9.1 (November 19, 2024)
=========================

Bug fix release in the 1.9.x series.

This release adds support for Numpy 2 and Python 3.13.

* FIX: Restore generate_gantt_chart functionality (https://github.com/nipy/nipype/pull/3290)
* FIX: Address numpy and traits deprecations (https://github.com/nipy/nipype/pull/3699)
* FIX: `ts_Z_corr` → `ts_wb_Z` (https://github.com/nipy/nipype/pull/3697)
* ENH: Remove unused and recently unsupported antsRegistration flag (https://github.com/nipy/nipype/pull/3695)
* MAINT: Bump codecov/codecov-action from 4 to 5 (https://github.com/nipy/nipype/pull/3698)


1.9.0 (October 31, 2024)
========================

New feature release in the 1.9.0 series.
New feature release in the 1.9.x series.

* FIX: Remove exists=True from fsl.MotionOutliers output that might not exist (https://github.com/nipy/nipype/pull/1428)
* FIX: Improve evaluate_connect_function errors across Python versions (https://github.com/nipy/nipype/pull/3655)
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.9.1.dev0"
__version__ = "1.9.1"


def get_nipype_gitversion():
Expand Down

0 comments on commit 3cbebe3

Please sign in to comment.