This release adds support for BIDS 1.10.1.
Added
- Load
.tsv.gz
column contents for validation. - Issue deprecation warning for
"89+"
inage
columns, per bids-standard/bids-specification#2162. - Added support for extracting image orientation from NIfTI headers, added to the BIDS schema in 1.10.1.
Changed
- Raise errors for all TSV type check failures. Previously, recommended and optional fields would raise warnings.
- Updated
@bids/schema
to ~1.1.0, corresponding to BIDS version 1.10.1.
Fixed
- Avoid descending into opaque directories (such as
*.zarr/
) when checking for unused sidecars. (#227)
Pull requests merged
- chore(dev): Bump @bids/schema v1.1.0-dev by @effigies in #129
- chore: Bump @bids/schema v1.1.0-dev.5 by @effigies in #153
- feat: Implement warning for sidecar overrides by @effigies in #214
- chore: Upgrade schema for dev validator by @effigies in #241
- chore(ci): Verify only first tag by @effigies in #246
- chore: Bump @bids/schema to 1.1.0 by @effigies in #249
- feat: Enable type checking on tsv.gz files by @effigies in #240
- feat: Split out deprecation warning for age=="89+" by @effigies in #242
- feat: Extract image orientation from NIfTI header by @effigies in #112
- feat: Always error on incorrect TSV types by @effigies in #247
- fix: Do not descend into pseudo-files or opaque directories when checking for unused files by @rwblair in #231
Full Changelog: 2.0.11...2.1.0