Skip to content

2.2.0

Choose a tag to compare

@rwblair rwblair released this 14 Oct 17:40
· 217 commits to main since this release

Added

  • Added --format option to specify output format: text (default), json, or json_pp (pretty-printed JSON)

  • Pretty-printed JSON output support via --format json_pp option

  • 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 --json option 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