Skip to content

Releases: midas-network/SMHvalidation

V1.1.0

18 Jun 21:38
6a86820

Choose a tag to compare

  • add store_msg_val() function to store validate_submission() function
    output in a character vector with a slightly different format (#39)
  • add ignore_val_err parameter in the validate_submission() function to
    ignore stopping the validation if any [valid_vals] error (#40)
  • add parameter store_msg_val() function to remove valid check (and non
    compound id check) on output of the function (#44)
  • fix message output style by removing unnecessary new line and output an
    error if a value is incorrect instead of failure (#46)
  • fix required value test (#48)

SMHvalidation v1.0.0

07 May 13:20
f12b0cc

Choose a tag to compare

SMHvalidation 1.0.0

  • BREAKING CHANGE: changes functions validate_submission() and
    generate_validation_plots() behavior, output and parameters to
    adapt to hubverse v.5 schema update (see
    hubverse schema releases
    for information) (#37)
  • BREAKING CHANGE: update visualization function to adapt to the new format,
    and update the output to fix minor issues (#15)
  • BREAKING CHANGE: Integrate
    hubValidations
    function in validate_submission() and follow the same output style
    (#30, #24)
  • BREAKING CHANGE: deprecate pull_gs_data() and test_ functions.
  • add function to test file path associated with a partitioned submission
    (use hubverse functions for not partitioned files) (#5)

V.0.0.2

18 Aug 13:55
a441ccd

Choose a tag to compare

v0.0.1

16 Aug 20:29

Choose a tag to compare

Update validation for the new SMH file format (see SMH COVID-19 GitHub information)

  • remove/add/update specific tests
  • update documentation, tests and examples
  • add possibility to test aggregation of multiple parquet files

v.0.0.0.9000

27 Oct 16:06

Choose a tag to compare

v.0.0.0.9000 Pre-release
Pre-release
  • Dev version
  • Use to validate/visualize COVID-19 US Scenario Modeling Hub submission until COVID-15 Round 15 (included)
  • COVID-19 Specific version

v.0.0.0.9100

27 Oct 17:19
6d971db

Choose a tag to compare

v.0.0.0.9100 Pre-release
Pre-release
  • Dev version

  • Major changes:

    • change validate_submission() parameters: have a JSON describing the content of the submission file as input
    • update documentation and tests
    • rename the package from covid19SMHvalidation to SMH validation
  • Minor changes:

    • add test on possible columns age_group and sample
    • add date format test before running all validations (error 003)