Skip to content

v1.14.7

Compare
Choose a tag to compare
@rwblair rwblair released this 05 Aug 20:14
· 287 commits to master since this release

What's Changed

  • [js] Update all npm dependencies (2024-05-12) by @depfu in #1971
  • [js] Update all npm dependencies (2024-05-19) by @depfu in #1972
  • ci: Fix artifact name for schema web validator deployment by @nellh in #1970
  • FIX: Expect multiple rule matches for events.json by @effigies in #1952
  • feat: Add values to associations.bvals, fix misnamed variables by @effigies in #1955
  • ENH: Validate phenotype filenames by @effigies in #1957
  • Resolve remaining test failures for schema validator by @effigies in #1958
  • feat(py): Base Python validator on schema instead of hard-coded regexes by @effigies in #1967
  • chore(codespell): particpants ==> participants by @effigies in #1976
  • chore(deps): bump tar and lerna by @dependabot in #1975
  • feat(schema): Load subject data by @effigies in #1977
  • [js] Update all npm dependencies (2024-05-26) by @depfu in #1980
  • feat(schema): Add issue for missing dataset_description.json by @effigies in #1982
  • chore(deps): bump bids-validator/spec from 0950f6d to 70d7750 by @dependabot in #1983
  • Bump hed-validator to 3.14.0 by @happy5214 in #1986
  • (deno) TSV type check overhaul. by @rwblair in #1987
  • [js] Update all npm dependencies (2024-06-09) by @depfu in #1991
  • fix: OSX and Windows tests by @effigies in #1989
  • fix(expr): Use a sensible sorting function for sorted() by @effigies in #1990
  • fix: Small cleanups from recent test fixes by @effigies in #1992
  • feat(deno): Retrieve version from import.meta.url or git, when possible by @effigies in #1985
  • Provide safe.directory=* for git describe to prevent git freaking out by @yarikoptic in #1996
  • chore(ci): Tag deno builds with full version, truncate history by @effigies in #1993
  • feat(tsv): Accept column definitions in schema entries by @effigies in #2003
  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #2002
  • [js] Update all npm dependencies (2024-06-16) by @depfu in #2004
  • Add support for the XPCT suffix in microscopy by @chourroutm in #1973
  • fix(legacy): Prevent prototype pollution (global property) from crashing sidecar merges by @nellh in #2015
  • fix(legacy): Combine sidecars with a method resilient to Object namespace pollution by @effigies in #2016
  • Completely rewrite HED support by @happy5214 in #2014
  • chore(deps-dev): bump ws from 8.13.0 to 8.17.1 by @dependabot in #2005
  • chore(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #2011
  • [js] Update all npm dependencies (2024-07-11) by @depfu in #2009
  • Improve test coverage for code added in #2014 by @happy5214 in #2018
  • [js] Update all npm dependencies (2024-07-21) by @depfu in #2023
  • [js] Update all npm dependencies (2024-07-28) by @depfu in #2024
  • chore: deno fmt schema validator by @effigies in #2026
  • feat(expr): Allow sorted to take a method argument, enabling numeric and lexical sorting by @effigies in #2022
  • feat(json): Warn on missing RECOMMENDED metadata by @effigies in #2027
  • fix(tsv): Check explicit formats for column contents when defined by @effigies in #2025
  • fix(context): Find sidecars when directories share prefixes by @effigies in #2028
  • fix(summary): Verify context.json is an object before looking up keys by @effigies in #2029
  • fix(context): Add file size to context, fixes README_FILE_SMALL by @effigies in #2030
  • Generate JSON schema's from spec schema to validate values in sidecars. by @rwblair in #2020
  • fix(web): Use JSON.stringify when Deno.inspect is unavailable by @effigies in #2032
  • Bump hed-validator to v3.15.2 by @happy5214 in #2034
  • rf(context): Refactor inheritance principle to walk from leaf to root by @effigies in #2035
  • fix(nifti): Load NIfTI headers by @effigies in #2036
  • rf(json-schema): Factor JSON schema validation out of context.dataset by @effigies in #2033
  • feat(eval): Distinguish JSON rules from sidecar rules by @effigies in #2031
  • fix(expr): Coerce arguments to min/max to numbers by @effigies in #2038
  • feat(context): Detect duplicate columns when parsing TSV files by @effigies in #2039
  • Bump hed-validator to v3.15.3 by @happy5214 in #2041
  • hack: Censor ".parent" fields which can lead to circular references by @effigies in #2040
  • HED Validator integration into bids schema based validator. by @rwblair in #1648
  • fix(expr): Escape backslashes in checks before interpolating by @effigies in #2042
  • chore(deps): bump bids-validator/tests/data/bids-examples from 401f4cf to ad9db4b by @dependabot in #2045
  • chore(deps): bump bids-validator/spec from 9f2a7a8 to fdca7ec by @dependabot in #2046
  • 🚨 [security] [js] Update @aws-sdk/client-s3 3.614.0 → 3.621.0 (minor) by @depfu in #2047
  • feat(tsv): Memoize TSV loading with a tiered cache, deleting after leaving a directory by @effigies in #2052
  • fix(channels): Add needed fields to context.associations.channels by @effigies in #2051
  • fix(bvec): Improve empty row detection, stop preemptive numeric conversion by @effigies in #2053
  • Cross reference local and schema issue codes by @rwblair in #2048
  • [js] Update all npm dependencies (2024-08-04) by @depfu in #2055

New Contributors

Full Changelog: v1.14.6...v1.14.7