Changes in version 1.1.1 (2025-09-17) - Solved compatibility issue with ggplot2 4.0.0 - Solved a bug for solver="sinkhorn_log" Changes in version 1.1.0 (2025-07-18) - Added a confint() method for class gsaot_indices - Added bootstrap data to gsaot_indices objects Changes in version 1.0.1 - Added a summary() method for class gsaot_indices - In plot_comparison(), added checks for inputs - All titles in title style Changes in version 1.0.0 (2025-06-17) - In plot_functions(), changed the y axis label for consistency with theory - Split lower_bound() into entropic_bound() and irrelevance_threshold() for the two use cases previously identified by "bound". - In plot_separations(), changed the label on the y-axis to "Separation Measurements" - In print.gsaot_indices(), removed the upper bound from display - In ot_indices_bw(), changed names of the indices - In ot_indices(), removed checks on y is cost!="L2" - Added plot_comparison() to graphically compare different indices - print.gsaot_indices() output simplified - ot_indices(), ot_indices_1d(), and ot_indices_wb() now work correctly with NAs in input Changes in version 0.2.0 (2025-04-21) - In ot_indices(), improved solver sinkhorn_log. - lower_bound() has an improved documentation. - ot_indices_1d() now allows the use of different L_p^p norms. - ot_indices(), ot_indices_1d(), and ot_indices_wb() have an extended bootstrap output. - plot_separations() is the new name of plot_inner_stats(). Changes in version 0.1.0 (2025-01-10) - Added a NEWS.md file to track changes to the package. - Initial CRAN submission.