- Subject detection in
participants.tsv
andphenotype/
directories has been restored, enabling checks that were deactivated by the missing data. (#162)
- Skip HED tests if schema cannot be loaded. This was exhibiting
as a
HED_ERROR
with "cannot read property null". (#160)
TSV_INCORRECT_VALUE_TYPE*
error messages now indicate that a match failed, instead of confusingly claim success. (#165)
- Enable glob-style wildcards for
location
field in configuration files. (#134)
-
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)
-
TSV files may now have columns named
set
,clear
,delete
,keys
, orvalue
. 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) -
Resolve issue with parsing headers of NIfTI files with large extensions. Fixes issue 126.
- Adopting scriv for changelog management.
-
Improve handling of
.bidsignore
files in the web validator. Ignores matching directories but not the files they contained could fail to match. (#113) -
Resolve issue with parsing headers of NIfTI files with large extensions. Fixes issue 126.
- Adopting scriv for changelog management.