Skip to content

Commit 0abe74a

Browse files
committed
doc: 0.19.0 release notes
1 parent 79a53b2 commit 0abe74a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.rst

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

4+
Version 0.19.0 (March 05, 2025)
5+
-------------------------------
6+
7+
New feature release in the 0.19.x series.
8+
9+
This release adds plus signs to labels and suffixes, anticipating the
10+
release of BIDS 1.10.1 or 1.11.0 (whichever is next).
11+
Until the BIDS specification is updated and the ``bidsschematools``
12+
package containing the updated schema is published, files with ``+`` will
13+
not validate, but can still be indexed with ``BIDSLayout(..., validate=False)``.
14+
15+
Several small fixes resolving issues with BIDS Stats Models are included,
16+
and complex JSON metadata (lists and objects) will now play more nicely with
17+
contexts where they need to be hashed.
18+
19+
* FIX: Catch StopIteration on directory walk (#1124)
20+
* FIX: Ensure dotfiles are always filtered (#1123)
21+
* FIX: Copy entities dict before modifying run variable type (#1120)
22+
* FIX: Allow numpy arrays to treat PaddedInt like int (#1119)
23+
* FIX: Make lists and dicts hashable (#1112)
24+
* ENH: Allow plus signs in labels (#1117)
25+
* MNT: Remove formulaic upper bound (#1121)
26+
* MNT: Use tox-uv to ease lower bound checking, test on Python 3.13 (#1109)
27+
428
Version 0.18.1 (December 05, 2024)
529
----------------------------------
630

0 commit comments

Comments
 (0)