hed-validator v3.15.0
This version introduces a revamped interface for BIDS dataset validation. The recommended method of validating BIDS data is now as follows:
- Construct a
BidsJsonFile
object fordataset_description.json
. - Construct a
Schemas
object withbuildBidsSchema()
. - For each file to be validated, construct a
BidsSidecar
orBidsTsvFile
(as appropriate) and call itsvalidate()
method.
Version 8.3.0 of the HED standard schema is now bundled with this validator.
What's Changed
- More async usage by @happy5214 in #154
- Add dataset_description.json as file for certain internal errors by @happy5214 in #155
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #156
- Add to BIDS interface by @happy5214 in #158
- Add HED standard v8.3.0 schema by @happy5214 in #159
Full Changelog: v3.14.0...v3.15.0