Skip to contents

gsm.kri v1.1.0

This minor release adds a new KRI along with a few other small fixes.

  • PK Compliance Rate KRI workflows have been added as workflow 0013.
  • Remove unnecessary lower bound thresholds for the Data Quality KRIs.
  • All workflows now use the new FlagAccrual() functionality, so AccrualMetric and AccrualThreshold have been added to the meta of each yaml.

gsm.kri v1.0.0

We are happy to announce the first major release of the gsm.kri package, which houses the metric and module workflows, as well as all visualization functions and widgets for the GSM pipeline.

Key Enhancements:

  • Updated KRI Descriptions and Templates:
    The descriptions of Key Risk Indicators (KRIs) have been updated to improve clarity and understanding based on Risk Advisor feedback. PR #27

  • Qualification Report GitHub Actions (GHA):
    A new GitHub Actions workflow for generating qualification reports has been added, automating the process and ensuring better integration with the overall pipeline.
    PR #33

  • Update to gsm.viz 2.2:
    The package has been updated to use gsm.viz version 2.2, bringing new visualization capabilities and updates.
    PR #36

  • Replacement of clindata with gsm.datasim:
    In line with updates across other GSM packages, clindata has been replaced with the gsm.datasim package.
    PR #34

  • “How to Add a New KRI” Vignette:
    A new vignette has been added that provides a step-by-step guide on how to add a new KRI to the package, making it easier for users to extend and customize the package for their needs.
    PR #29

Other Updates:

  • Several bug fixes have been applied to improve stability and functionality.

For more detailed information, please refer to the pull requests linked above.

gsm.kri v0.0.1

This initial release migrates the KRI-specific functions, workflows, widgets and documentation from {gsm} to gsm.kri.