Skip to content

Commit 40065d1

Browse files
committed
Merge tag '0.21.0'
Version 0.21.0 (October 16, 2025) New feature release in the 0.21.x series. This release fixes compatibility with ``univeral_pathlib`` 0.3. The following dependencies have been updated to new minimum versions: * Python 3.10 * NumPy 1.24 * SciPy 1.10 * NiBabel 5.0 * Pandas 2.0 Merged pull requests: * FIX: UPath protocol mismatch (#1183) * MNT: Drop Python 3.9 support (#1184)
2 parents 712e031 + 030cc40 commit 40065d1

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

.zenodo.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
"name": "Nielson, Dylan M.",
8585
"orcid": "0000-0003-4613-6643"
8686
},
87+
{
88+
"affiliation": "Department of Psychology, Stanford University",
89+
"name": "Goncalves, Mathias",
90+
"orcid": "0000-0002-7252-7771"
91+
},
8792
{
8893
"affiliation": "Center for Adaptive Rationality, Max Planck Institute for Human Development, Berlin, Germany",
8994
"name": "Appelhoff, Stefan",
@@ -94,11 +99,6 @@
9499
"name": "Van Dyken, Peter",
95100
"orcid": "0000-0001-7357-5815"
96101
},
97-
{
98-
"affiliation": "Department of Psychology, Stanford University",
99-
"name": "Goncalves, Mathias",
100-
"orcid": "0000-0002-7252-7771"
101-
},
102102
{
103103
"name": "Bansal, Shashank",
104104
"affiliation": "Stanford University",

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
22
=========
33

4+
Version 0.21.0 (October 16, 2025)
5+
---------------------------------
6+
7+
New feature release in the 0.21.x series.
8+
9+
This release fixes compatibility with ``univeral_pathlib`` 0.3.
10+
The following dependencies have been updated to new minimum versions:
11+
12+
* Python 3.10
13+
* NumPy 1.24
14+
* SciPy 1.10
15+
* NiBabel 5.0
16+
* Pandas 2.0
17+
18+
Merged pull requests:
19+
20+
* FIX: UPath protocol mismatch (#1183)
21+
* MNT: Drop Python 3.9 support (#1184)
22+
423
Version 0.20.0 (September 24, 2025)
524
-----------------------------------
625

0 commit comments

Comments
 (0)