Changelog
Source:NEWS.md
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 #27Qualification 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 #33Update to gsm.viz 2.2:
The package has been updated to usegsm.viz
version 2.2, bringing new visualization capabilities and updates.
PR #36Replacement of clindata with gsm.datasim:
In line with updates across other GSM packages,clindata
has been replaced with thegsm.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
gsm.kri v0.0.1
This initial release migrates the KRI-specific functions, workflows, widgets and documentation from {gsm}
to gsm.kri.