Skip to content

Releases: gcappon/agata

Release 2.1.1

27 Jan 10:12
Compare
Choose a tag to compare

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.

Release 2.1.0

27 Jan 10:10
Compare
Choose a tag to compare
[master] fixes cogi tester

Release 2.0.1

09 Dec 07:16
fb99c69
Compare
Choose a tag to compare

Solves minor bugs.

2.0.0

17 Jun 15:54
Compare
Choose a tag to compare
[master] closes #45.

1.0.0

23 Dec 12:37
Compare
Choose a tag to compare
[master] solves #24.

0.5.0

17 Dec 16:27
Compare
Choose a tag to compare

Includes all v1.0.0 functionalities. No GUI...but do we need one?

0.4.0

11 Dec 12:08
Compare
Choose a tag to compare
[master] solves #20.

0.3.0

02 Dec 14:27
Compare
Choose a tag to compare
[master] add Rodbard's indices (part of #13).

0.2.0

23 Nov 14:21
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/gcappon/agata

0.1.0

23 Nov 08:13
Compare
Choose a tag to compare
[master] added findNanIslands under the inspection/ folder.