Skip to content

Commit b4c671f

Browse files
committed
Merge remote-tracking branch 'upstream/maint/1.12.x'
2 parents b8ccb51 + 0ba22e6 commit b4c671f

4 files changed

Lines changed: 33 additions & 22 deletions

File tree

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Blake Dewey <blake.dewey@jhu.edu> <deweybe@ndsl-nib-bdewey.local>
3838
Blake Dewey <blake.dewey@jhu.edu> <deweybe@ndsl-nib-bdewey.ninds.nih.gov>
3939
Brendan Moloney <moloney.brendan@gmail.com>
4040
Caroline Froehlich <carol.frohlich@gmail.com>
41+
Christian Gaser <christian.gaser@uni-jena.de>
42+
Christian Gaser <christian.gaser@uni-jena.de> <i5gach@gmail.com>
4143
Christopher J. Markiewicz <effigies@gmail.com>
4244
Christopher J. Markiewicz <effigies@gmail.com> <effigies@bu.edu>
4345
Christopher J. Markiewicz <effigies@gmail.com> <markiewicz@stanford.edu>

.zenodo.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@
181181
"affiliation": "National Institutes of Health",
182182
"name": "Clark, Michael G. "
183183
},
184+
{
185+
"affiliation": "Azienda Ospedaliero-Universitaria di Modena",
186+
"name": "Genovese, Maurilio",
187+
"orcid": "0000-0002-8154-8224"
188+
},
184189
{
185190
"affiliation": "Neuroscience Program, University of Iowa",
186191
"name": "Kent, James D.",
@@ -201,11 +206,6 @@
201206
{
202207
"name": "Moloney, Brendan"
203208
},
204-
{
205-
"affiliation": "Azienda Ospedaliero-Universitaria di Modena",
206-
"name": "Genovese, Maurilio",
207-
"orcid": "0000-0002-8154-8224"
208-
},
209209
{
210210
"affiliation": "Otto-von-Guericke-University Magdeburg, Germany",
211211
"name": "Hanke, Michael",
@@ -295,6 +295,11 @@
295295
"name": "Cluce, Jon",
296296
"orcid": "0000-0001-7590-5806"
297297
},
298+
{
299+
"affiliation": "Jena University Hospital, Germany",
300+
"name": "Gaser, Christian",
301+
"orcid": "0000-0002-9940-099X"
302+
},
298303
{
299304
"affiliation": "ARAMIS LAB, Brain and Spine Institute (ICM), Paris, France.",
300305
"name": "Guillon, Jérémy",
@@ -443,6 +448,11 @@
443448
"name": "Durnez, Joke",
444449
"orcid": "0000-0001-9030-2202"
445450
},
451+
{
452+
"affiliation": "McGovern Institute for Brain Research, Massachusetts Institute of Technology, Cambridge, MA, USA",
453+
"name": "Gunalan, Kabilar",
454+
"orcid": "0000-0001-6964-4865"
455+
},
446456
{
447457
"affiliation": "MPI CBS Leipzig, Germany",
448458
"name": "Lampe, Leonie"
@@ -925,16 +935,6 @@
925935
"name": "Mihai, Paul Glad",
926936
"orcid": "0000-0001-5715-6442"
927937
},
928-
{
929-
"affiliation": "McGovern Institute for Brain Research, Massachusetts Institute of Technology, Cambridge, MA, USA",
930-
"name": "Gunalan, Kabilar",
931-
"orcid": "0000-0001-6964-4865"
932-
},
933-
{
934-
"affiliation": "Jena University Hospital, Germany",
935-
"name": "Gaser, Christian",
936-
"orcid": "0000-0002-9940-099X"
937-
},
938938
{
939939
"affiliation": "Department of Psychology, Stanford University",
940940
"name": "Gorgolewski, Krzysztof J.",

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
Upcoming release
2-
================
3-
4-
* ENH: T1Prep interface (``nipype.interfaces.t1prep``) wrapping the
5-
full pipeline, segmentation, surface-estimation, longitudinal realignment
6-
and the ``cat_surf`` Python API
1+
1.12.0 (August 25, 2026)
2+
========================
3+
New feature release in the 1.12.x series.
4+
5+
This release adopts `SPEC-0 <https://scientific-python.org/specs/spec-0000/>`_ and drops
6+
support for Python < 3.12 and old versions of various scientific Python packages.
7+
8+
* FIX: DataGrabber._list_outputs TypeError when single file matches template (Fixes #3732) (https://github.com/nipy/nipype/pull/3755)
9+
* FIX: SoftFileLock inheritance across fork() (https://github.com/nipy/nipype/pull/3760)
10+
* FIX: cat12 - fix cobra/hammers field swap, add missing atlases and WMHstr parameter (https://github.com/nipy/nipype/pull/3752)
11+
* ENH: Add T1Prep/CatSurf interfaces (https://github.com/nipy/nipype/pull/3753)
12+
* ENH: Bedpostx and probtrackx gpu and multithread support (https://github.com/nipy/nipype/pull/3722)
13+
* ENH: Support renamed binary (fsl-cluster) in FSL Cluster interface (https://github.com/nipy/nipype/pull/3759)
14+
* DOC: Improve README (https://github.com/nipy/nipype/pull/3751)
15+
* MNT: Consolidate CI jobs, update pins (https://github.com/nipy/nipype/pull/3764)
716

817

918
1.11.0 (March 02, 2026)

doc/interfaces.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Interfaces and Workflows
88
:Release: |version|
99
:Date: |today|
1010

11-
Previous versions: `1.11.0 <http://nipype.readthedocs.io/en/1.11.0/>`_ `1.10.0 <http://nipype.readthedocs.io/en/1.10.0/>`_
11+
Previous versions: `1.12.0 <http://nipype.readthedocs.io/en/1.12.0/>`_ `1.11.0 <http://nipype.readthedocs.io/en/1.11.0/>`_
1212

1313
Workflows
1414
---------

0 commit comments

Comments
 (0)