Commit 934787f
committed
Merge tag '0.19.0'
Version 0.19.0 (March 05, 2025)
New feature release in the 0.19.x series.
This release adds plus signs to labels and suffixes, anticipating the
release of BIDS 1.10.1 or 1.11.0 (whichever is next).
Until the BIDS specification is updated and the ``bidsschematools``
package containing the updated schema is published, files with ``+`` will
not validate, but can still be indexed with ``BIDSLayout(..., validate=False)``.
Several small fixes resolving issues with BIDS Stats Models are included,
and complex JSON metadata (lists and objects) will now play more nicely with
contexts where they need to be hashed.
* FIX: Catch StopIteration on directory walk (#1124)
* FIX: Ensure dotfiles are always filtered (#1123)
* FIX: Copy entities dict before modifying run variable type (#1120)
* FIX: Allow numpy arrays to treat PaddedInt like int (#1119)
* FIX: Make lists and dicts hashable (#1112)
* ENH: Allow plus signs in labels (#1117)
* MNT: Remove formulaic upper bound (#1121)
* MNT: Use tox-uv to ease lower bound checking, test on Python 3.13 (#1109)File tree
4 files changed
+38
-14
lines changed- doc/examples
4 files changed
+38
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
221 | 226 | | |
222 | 227 | | |
223 | 228 | | |
| |||
237 | 242 | | |
238 | 243 | | |
239 | 244 | | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
4 | 28 | | |
5 | 29 | | |
6 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
0 commit comments