Release notes
Bug-fix release in the 2.0.x series.
Added
--prune
flag prunes sourcedata and derivatives directories before walking them. Time and memory savings can be significant, at the cost of underestimates of dataset size. (#124)
Fixed
-
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.
Infrastructure
- Adopting scriv for changelog management.
Merged pull requests
- fix: Restore legacy/ subdirectory, redirecting to legacy-validator by @effigies in #108
- rf(filetree): Uniformize bidsignore reading between web, CLI and test functions by @effigies in #113
- test: Check that bidsignored files are accepted in scans.tsv by @effigies in #114
- doc: Adopt scriv as a changelog manager by @effigies in #116
- fix: Truncate NIfTI header data to avoid extensions by @effigies in #127
- chore: Bump @bids/schema v1.0.0 by @effigies in #128
- feat: Add --prune option to prevent walking subtrees by @effigies in #124
- Fix bst call for compiling schema by @tstoeter in #119
- Fill in URLs in the README.md by @yarikoptic in #120
- doc: Conform README and docs/index by @effigies in #130
New Contributors
- @tstoeter made their first contribution in #119
- @yarikoptic made their first contribution in #120
Full Changelog: 2.0.0...2.0.1