Changes in version 4.3.0 - Updated MAG computation in the presence of large missing data - Default MAG now calculates differences at the CGM frequency rather than hourly Changes in version 4.2.3 - Fixed GVP output for iglu::all_metrics Changes in version 4.2.2 (2025-01-14) - Fixed bug in Shiny app where MAGE plot was not rendering Changes in version 4.2.1 - Fixed bug in MAGE Changes in version 4.2.0 (2024-10-15) - Fixed bug in GRI calculation Changes in version 4.1.7 - added tz parameter to functions that require it Changes in version 4.1.6 (2024-06-14) - Updates to the MAGE vignette - Minor documentation updates Changes in version 4.1.5 - Updates to the MAGE vignette - In MAGE function, linearly interpolate data to 5 min intervals using CGMS2DayByDay Changes in version 4.1.1 - Breaking change: changed parameter plot_type in iglu::mage, iglu::mage_ma_single to static_or_cgm - Added plotly functionality to plot_glu() and the lasagna plots - Updated author ids - Fixed formatting issues in the documentation Changes in version 4.1.0 - Add meal plotting functionality Changes in version 4.0.2 - Fixed broken whiplash plot in MAGE documentation - Added MAGEmax plotting functionality Changes in version 4.0.0 (2024-02-23) - CRAN release to match upcoming paper summarizing updated MAGE algorithm, episode calculation functionality, meal metrics, clustering and new example data inclusion Changes in version 3.5.3 - minor bugfix in MAGE: stopped extraneous warning from being thrown - Added tests for mage + mean + median + sd Changes in version 3.5.2 - MAGE plot can now show excursions via "show_excursions = TRUE" flag - debugged formatting error with Mage vignette - debugged internal build warnings - Metrics heatmap removes metrics with no variability across subjects - Add example dataset to demonstrate meal metrics calculations Changes in version 3.5.1 - MAGE handles traces with gaps, restarting calculation when gap >= user-defined threshold - MAGE returns ggplot as well as plotly - Fixed plotting functionality with large gaps and multiple segments - MAGE "left-side accumulation" optimization - Added "MAGE_max" and "MAGE_avg" to possible directions able to be calculated (in addition to MAGE+, MAGE-, and Service's definition) - Updated MAGE vignette for more details Changes in version 3.5.0 (2023-10-20) - minor bug corrections in mage calculations - adjustment from summarize to reframe - update algorithm for episode calculations - DT package import for shiny app - add glycemia risk index (GRI) - add AGP plot smoothing - add functionality to create a heatmap of metrics by subject Changes in version 3.4.3 - bug correction for denominator in hypo_index and hyper_index in case of missing glucose values Changes in version 3.4.2 (2022-11-16) - Rewrite for computational efficiency of CGM2DayByDay Changes in version 3.3.2 (2022-10-19) - Correct bug with ADRR that ignored time zone (worked incorrectly on daylight savings time dates) - Return COGI in percentage (rather than proportion) - Correct bug in gvp formula calculation Changes in version 3.3.1 - Correct bug that makes mage not work on data with time supplied as POSIXlt instead of POSIXct Changes in version 3.3.0 (2021-12-21) - MAGE vignette - MAGE default parameters for short and long moving averages are automatically adjusted in case of short length of glucose trace - MAGE automatically adapts to given meter frequency Changes in version 3.2.0 - Add automatic filtering and warning in case multiple measurements for one subject at the same time stamp - Add automatic sorting of time before calculating MAGE - Allow to change some of the default parameters when calculatin metrics with all_metrics Changes in version 3.1.0 (2021-09-08) - Minor bug corrections to shiny app - Correct bug wtih reading raw data from iglu pro Changes in version 3.0.0 (2021-07-23) - Added functions for hypo- and hyper-glycemic episodes calculation with visualization profile - Updated main vignette, expanded additional vignettes on lasagna plots and episode calculation as part of AGP - Updated documentation for MAD with an option to change constant parameter - Updated MAGE algorithm to allow separate calculation of MAGE+ and MAGE- Changes in version 2.2.0 - Added updated MAGE algorithm - Added process_data and read_raw_data to allow reading meter-specific values - Shiny app now takes time zone - Documentation and vignette updates Changes in version 2.1.0 (2021-01-27) - Added MAG (Mean Absolute Glucose) - Added COGI (COntinuous Glucose monitoring Index) - Added AGP (Ambulatory Glucose Profile) - Added new color scheme for lasagna plots - Added functionality for semilogarithmic plots - Adjust default in range interval to [70, 180] mg/dL - Extended active_percent to return information on available data period - Fixed missing data artifact in time-series plots Changes in version 2.0.1 (2020-09-15) - Updated links in readme Changes in version 2.0.0 - Version 2 - Version 1 + all new metrics (rate of change, GMI, cv measures, AUC, GVP and MAD) Changes in version 1.5.0 - Added GVP and MAD metrics Changes in version 1.4.0 - Added active percent metric - Added cv_measures metrics - Added AUC metric Changes in version 1.3.0 - Added glucose management indicator (GMI) and eA1c Changes in version 1.2.0 - Added rate of change functions with plots Changes in version 1.0.0 - First release - Added Shiny app functionality. - Added a NEWS.md file to track changes to the package.