2.2.0
Added
-
Added
--formatoption to specify output format:text(default),json, orjson_pp(pretty-printed JSON) -
Pretty-printed JSON output support via
--format json_ppoption -
Datalad/git-annex datasets with remote content in public S3 buckets can be validated with the
--preferredRemote <remote-name>flag. If a public S3 bucket is detected without this flag, the most recent export is used.
Changed
- Refactored file access classes to be more DRY.
Fixed
- Circular references that could lead to a hanging process were mitigated. (#278)
Deprecated
- Deprecated
--jsonoption in favor of--format json(backward compatibility maintained)
What's Changed
- fix: Weakly reference parent FileTrees, upgrade hed-validator by @effigies in #279
- feat: add --format option for output formatting by @djken2009 in #271
- rf: Make BIDSFile generic wrapper, with FileOpener providing the file type handling by @effigies in #280
- feat: Load annexed data from public S3 special remotes by @effigies in #281
Full Changelog: 2.1.1...2.2.0