Releases: midas-network/SMHvalidation
Releases · midas-network/SMHvalidation
V1.1.0
- add
store_msg_val()function to storevalidate_submission()function
output in a character vector with a slightly different format (#39) - add
ignore_val_errparameter in thevalidate_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
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 invalidate_submission()and follow the same output style
(#30, #24) - BREAKING CHANGE: deprecate
pull_gs_data()andtest_functions. - add function to test file path associated with a partitioned submission
(use hubverse functions for not partitioned files) (#5)
V.0.0.2
- adapt to new format 2.0 (see SMH Flu documentation)
- use Hubverse tools
- fix and add tests
v0.0.1
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
- 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
-
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
covid19SMHvalidationtoSMH validation
-
Minor changes:
- add test on possible columns age_group and sample
- add date format test before running all validations (error 003)