Skip to content

Commit a61732c

Browse files
committed
Merge tag '0.20.0'
Version 0.20.0 (September 24, 2025) New feature release in the 0.20.x series. This release finalizes some deprecations that were started in the 0.7 and 0.14 series. In particular, passing indexer arguments to ``BIDSLayout`` and disabling ``absolute_paths`` mode in ``BIDSLayout()`` or ``BIDSLayout.get()`` will now error. To adjust indexing behavior, create an explicit ``BIDSLayoutIndexer()`` and pass ``BIDSLayout(..., indexer=indexer)``. To access relative paths, use the ``BIDSFile.relative_path`` property on ``BIDSLayout.get()`` return values. * FIX: Check for attribute that can be absent before assigning (#1165) * FIX: Accommodate deprecations in the upcoming Pandas 3 release (#1173) * FIX: Repaired convolution issue that arises when onset values are repeated (#1133) * ENH: StatsModels: Add `invalid_inputs` parameter to allow dropping of missing data columns to run nodes (#1145) * ENH: Add missing root-level path patterns (#1169) * ENH: Parse ``seg-`` entities from dseg or probseg files (#1172) * DOC: Update link to derivatives config file (#1132) * MNT: Address warnings produced by pybids and dependencies (#1136) * MNT: Lock test environment, update with dependabot (#1134)
2 parents 8895e28 + dc2a910 commit a61732c

File tree

4 files changed

+71
-25
lines changed

4 files changed

+71
-25
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ updates:
1717
directory: "/"
1818
schedule:
1919
interval: weekly
20+
groups:
21+
uv:
22+
patterns:
23+
- "*"

.mailmap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ Alejandro de la Vega <[email protected]> <[email protected]>
33
Alejandro de la Vega <[email protected]> <[email protected]>
44
Alexander Ivanov <[email protected]>
55
Alexis Thual <[email protected]>
6+
7+
68
Ankur Sinha <[email protected]>
79
Antonin Rovai <[email protected]>
10+
Ariel Rokem <[email protected]>
811
Basile Pinsard <[email protected]>
912
Bertrand Thirion <[email protected]>
1013
Christopher J. Markiewicz <[email protected]>
@@ -18,8 +21,11 @@ Dylan M. Nielson <[email protected]> <[email protected]>
1821
Evgenii Kalenkovich <[email protected]>
1922
Gal Ben-Zvi <[email protected]>
2023
24+
Hans Johnson <[email protected]>
25+
2126
2227
James D. Kent <[email protected]>
28+
2329
Johannes Wennberg <[email protected]>
2430
Jon Haitz Legarreta <[email protected]>
2531
Krzysztof J. Gorgolewski <[email protected]>
@@ -33,7 +39,11 @@ Michael Philipp Notter <[email protected]>
3339
Nick Guenther <[email protected]>
3440
Oscar Esteban <[email protected]>
3541
Philip A Cook <[email protected]>
42+
Satrajit Ghosh <[email protected]>
43+
3644
Steven Tilley II <[email protected]>
3745
3846
Tal Yarkoni <[email protected]>
47+
Taylor Salo <[email protected]>
48+
3949
Yaroslav O. Halchenko <[email protected]>

.zenodo.json

Lines changed: 34 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
"affiliation": "University of Texas at Austin",
5252
"name": "McNamara, Quinten"
5353
},
54+
{
55+
"affiliation": "University of Texas at Austin",
56+
"name": "Kent, James D.",
57+
"orcid": "0000-0002-4892-2659"
58+
},
5459
{
5560
"affiliation": "University of Oregon",
5661
"name": "DeStasio, Krista",
@@ -79,16 +84,6 @@
7984
"name": "Nielson, Dylan M.",
8085
"orcid": "0000-0003-4613-6643"
8186
},
82-
{
83-
"affiliation": "University of Texas at Austin",
84-
"orcid": "0000-0002-4892-2659",
85-
"name": "James Kent"
86-
},
87-
{
88-
"affiliation": "Neuroscience Program, University of Iowa",
89-
"name": "Kent, James D.",
90-
"orcid": "0000-0002-4892-2659"
91-
},
9287
{
9388
"affiliation": "Center for Adaptive Rationality, Max Planck Institute for Human Development, Berlin, Germany",
9489
"name": "Appelhoff, Stefan",
@@ -152,6 +147,11 @@
152147
"name": "Janke, Andrew",
153148
"orcid": "0000-0002-6314-9027"
154149
},
150+
{
151+
"affiliation": "University of Pennsylvania",
152+
"name": "Cook, Philip A",
153+
"orcid": "0000-0002-1985-8475"
154+
},
155155
{
156156
"name": "Ivanov, Alexander"
157157
},
@@ -184,6 +184,16 @@
184184
"name": "Erkent, Alp",
185185
"orcid": "0000-0002-8820-4782"
186186
},
187+
{
188+
"affiliation": "University of Montréal, Montréal, Canada",
189+
"name": "Pinsard, Basile",
190+
"orcid": "0000-0002-4391-3075"
191+
},
192+
{
193+
"affiliation": "Stanford University",
194+
"name": "Mumford, Jeanette",
195+
"orcid": "0000-0002-0926-3531"
196+
},
187197
{
188198
"affiliation": "Université de Sherbrooke",
189199
"name": "Legarreta, Jon Haitz",
@@ -218,26 +228,11 @@
218228
"name": "Rokem, Ariel",
219229
"orcid": "0000-0003-0679-1985"
220230
},
221-
{
222-
"affiliation": "University of Montréal, Montréal, Canada",
223-
"name": "Pinsard, Basile",
224-
"orcid": "0000-0002-4391-3075"
225-
},
226231
{
227232
"affiliation": "Ottawa Hospital Research Institute",
228233
"name": "Boulay, Chadwick",
229234
"orcid": "0000-0003-1747-3931"
230235
},
231-
{
232-
"affiliation": "Stanford University",
233-
"name": "Mumford, Jeanette",
234-
"orcid": "0000-0002-0926-3531"
235-
},
236-
{
237-
"affiliation": "University of Pennsylvania",
238-
"name": "Cook, Philip A",
239-
"orcid": "0000-0002-1985-8475"
240-
},
241236
{
242237
"affiliation": "CEA, Inria",
243238
"name": "Thual, Alexis"
@@ -281,16 +276,30 @@
281276
"name": "Thirion, Bertrand",
282277
"orcid": "0000-0001-5018-7895"
283278
},
279+
{
280+
"affiliation": "Stanford University",
281+
"name": "Shain, Cory",
282+
"orcid": "0000-0002-2704-7197"
283+
},
284284
{
285285
"affiliation": "Rutgers University",
286286
"name": "Kleinschmidt, Dave F.",
287287
"orcid": "0000-0002-7442-2762"
288288
},
289+
{
290+
"name": "Ferdman, Emmanuel",
291+
"orcid": "0009-0004-8953-0151"
292+
},
289293
{
290294
"affiliation": "Centre for Addiction and Mental Health, University of Toronto, Canada",
291295
"name": "Dickie, Erin W",
292296
"orcid": "0000-0003-3028-9864"
293297
},
298+
{
299+
"affiliation": "Institute of Neuroscience and Medicine (INM-7: Brain and Behaviour), Forschungszentrum Jülich",
300+
"name": "Raimondo, Fede",
301+
"orcid": "0000-0003-4087-8259"
302+
},
294303
{
295304
"affiliation": "Sagol School of Neuroscience, Tel Aviv University",
296305
"name": "Ben-Zvi, Gal",

CHANGELOG.rst

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

4+
Version 0.20.0 (September 24, 2025)
5+
-----------------------------------
6+
7+
New feature release in the 0.20.x series.
8+
9+
This release finalizes some deprecations that were started in the 0.7 and 0.14 series.
10+
In particular, passing indexer arguments to ``BIDSLayout`` and disabling
11+
``absolute_paths`` mode in ``BIDSLayout()`` or ``BIDSLayout.get()`` will now error.
12+
To adjust indexing behavior, create an explicit ``BIDSLayoutIndexer()`` and pass
13+
``BIDSLayout(..., indexer=indexer)``.
14+
To access relative paths, use the ``BIDSFile.relative_path`` property on
15+
``BIDSLayout.get()`` return values.
16+
17+
* FIX: Check for attribute that can be absent before assigning (#1165)
18+
* FIX: Accommodate deprecations in the upcoming Pandas 3 release (#1173)
19+
* FIX: Repaired convolution issue that arises when onset values are repeated (#1133)
20+
* ENH: StatsModels: Add `invalid_inputs` parameter to allow dropping of missing data columns to run nodes (#1145)
21+
* ENH: Add missing root-level path patterns (#1169)
22+
* ENH: Parse ``seg-`` entities from dseg or probseg files (#1172)
23+
* DOC: Update link to derivatives config file (#1132)
24+
* MNT: Address warnings produced by pybids and dependencies (#1136)
25+
* MNT: Lock test environment, update with dependabot (#1134)
26+
427
Version 0.19.0 (March 05, 2025)
528
-------------------------------
629

0 commit comments

Comments
 (0)