Skip to content

Commit

Permalink
Merge pull request #163 from bids-standard/update-changelog
Browse files Browse the repository at this point in the history
doc: Update changelog for 2.0.2
  • Loading branch information
rwblair authored Feb 14, 2025
2 parents 215afec + 609bca9 commit e3e18ea
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,31 @@
<a id='changelog-2.0.2'></a>
# 2.0.2 — 2025-02-10

## Added

- Enable glob-style wildcards for `location` field in configuration files. (#134)

## Changed

- Ensure HED schemas are loaded only once, improving efficiency. (#156)

- Change the output of the `intersects()` function in the expression language
to return the intersection, if non-empty.
Corresponds to [bids-standard/bids-specification#2044]. (#150)

- Update to BIDS schema version 1.0.1 (BIDSVersion 1.10.0) (#152)

- Limit TSV validation to first 1000 rows by default,
adding the `--max-rows` flag to control this behavior. (#139)

[bids-standard/bids-specification#2044]: https://github.com/bids-standard/bids-specification/pull/2044

## Fixed

- TSV files may now have columns named `set`, `clear`, `delete`, `keys`, or `value`.
These were previously masked by the methods on the data structure
representing columns. (#155)

- Improve handling of `.bidsignore` files in the web validator.
Ignores matching directories but not the files they contained could fail to match.
(#113)
Expand Down

0 comments on commit e3e18ea

Please sign in to comment.