Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REL: 1.9.1 #3701

Merged
merged 4 commits into from
Nov 19, 2024
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
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