Skip to content

hed-validator v3.13.2

Choose a tag to compare

@happy5214 happy5214 released this 05 Jan 22:39
v3.13.2

This release deprecates BidsEventFile and BidsTabularFile in favor of the isTimelineFile property on their parent class, BidsTsvFile. A true value for isTimelineFile corresponds to the previous usage of BidsEventFile, while a false value corresponds to BidsTabularFile.

A bug was also fixed in the handling of sidecar parsing errors. The validation now stops immediately upon encountering parsing errors, instead of attempting to validate (invalid) ParsedHedString objects. This should also fix several reports of HED errors without useful messages in bids-validator, such as https://github.com/bids-standard/bids-validator/pull/1869#issuecomment-1865993337.

Full Changelog: v3.13.1...v3.13.2