Skip to content

Release 2.1.1

Latest
Compare
Choose a tag to compare
@gcappon gcappon released this 27 Jan 10:12
· 7 commits to master since this release

This release fixes major bugs and introduces new functionalities.

  • New functionalities

    • Time in ranges have been aligned to the definitions of the latest consensus by Battelino et al., "Continuous glucose monitoring and metrics for clinical trials: An international consensus statement", The Lancet Diabetes & Endocrinology, 2022, pp. 1-16. DOI: https://doi.org/10.1016/S2213-8587(22)00319-9. See #50. Affected functions: timeInHyperglycemia, timeInL1Hyperglycemia, timeInL2Hyperglycemia, timeInHypoglycemia, timeInL1Hypoglycemia, timeInL2Hypoglycemia, timeInTarget, timeInTightTarget.
    • Hypo and hyper event definitions have been aligned to the definitions of the latest consensus by Battelino et al., "Continuous glucose monitoring and metrics for clinical trials: An international consensus statement", The Lancet Diabetes & Endocrinology, 2022, pp. 1-16. DOI: https://doi.org/10.1016/S2213-8587(22)00319-9. See #50. Affected functions: findHypoglycemicEvents, findHypoglycemicEventsByLevel, findHyperglycemicEvents, findHyperglycemicEventsByLevel, findExtendedHypoglycemicEvents
    • New cogi function to calculate the COGI index by Leelaranthna et al., "Evaluating glucose control with a novel composite Continuous Glucose Monitoring Index", Journal of Diabetes Science and Technology, 2019, vol. 14, pp. 277-283. DOI: 10.1177/1932296819838525. See #49.
    • Syncs the standalone version
  • Major fixes

    • AGP report is now correclty generated. See #48.
    • Now data can be imported in the standalone AGATA version using .csv files. See #46.