Skip to content

v1.3.0

Choose a tag to compare

@zdz2101 zdz2101 released this 18 Sep 15:37
dd19163

This release adds a new Site Risk Score metric that calculates weighted site-level risk across multiple KRIs. In short, the new default workflow has the following steps:

  • KRI Flags are given weights using the new RiskScoreWeight parameter in the yaml workflows for each KRI.
  • Site-level risk scores are calculated using the new CalculateRiskScore() function.
  • Site Risk Scores are saved in a new Metric srs0001 via a new standard workflow
  • A column showing site risk scores has been added to the KRI report via update in gsm.viz

See the new Site Risk Score vignette for full implementation details. Other minor updates include:

  • Update Issue Templates and Contributor Guidelines
  • Add GitHub Actions for tarball creation upon release

What's Changed

Full Changelog: v1.2.2...v1.3.0