Changes in version 2.1.1 (2025-09-27) o Fix so handles if no column names which was creating error with latest version of `mclust` Changes in version 1.99.1 (2025-09-27) o Changed default number of GMM components to 5,10,15,20 Changes in version 1.99.0 (2025-09-20) o Changed name of argument to `gloscope` and `gloscope_proportion` from `dist_mat` to `dist_metric` to be more consistent in argument names o Changed name of function `gloscope_proportion` to `gloscopeProp` for consistent naming conventions o `gloscopeProp` now will calculated the total variation distance between cell-type proportions (`dist_metric="TV"`) o `gloscopeProp` now will add the value `ep` to all counts, not just those that are zero. o Changed `plotMDS` to be more versatile. ARGUMENTS HAVE CHANGED. Instead of `group_id`, user can now give any combination of `color_by` and `shape_by` to indicate variables to use for the ggplot. The function has also removed unnecessary ggplot commands, leaving those to the user to chose. o Added function `plotHeatmap` as a wrapper to `pheatmap` function for plotting a heatmap of the GloScope divergence matrix o Added functions `getMetrics`, `bootstrap_gloscope`, `bootCI` to perform hypothesis testing and confidence intervals for testing differences between groups. o Added function `plotCI` to plot output of `bootCI` Changes in version 1.7.2 (2025-09-17) o Added functionality for custom GMM and kNN parameters in fitting o Added aditional test cases and update documentation Changes in version 1.7.1 (2025-07-23) o Changed default number of GMM components to 6,8,...,24 Changes in version 1.3.1 (2024-08-01) o Fixed bug which caused the `gloscopeProp` function to not be properly exported. Changes in version 1.1.1 (2024-05-01) o Added functionality to compute divergence matrix from cell-type proportion vectors Changes in version 0.99.5 (2023-10-23) o Fix typos in README and CITATION files Changes in version 0.99.4 (2023-10-03) o Improve example data and test cases o Update documentation o Fix Monte Carlo sampling edge case bug Changes in version 0.99.3 (2023-09-17) o Address feedback from Bioconductor review o Catch edge case where more GMM components specified by user than cells Changes in version 0.99.2 (2023-08-09) o Fix issues in Bioconductor build report Changes in version 0.99.1 (2023-07-18) o Update ROxygen examples and test cases to use SingleCellExperiment data Changes in version 0.99.0 (2023-06-01) o This is the pre-submission version.