This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
commit 9ea1c5886ece5e834a449bed76fd7715838f92f2 Author: AJoshi <janiru...@gmail.com> AuthorDate: Sun Jul 16 09:11:49 2023 +0100 Track changes --- src/changes/changes.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 959acf7..4e15113 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,8 +54,19 @@ If the output is not quite correct, check for invisible trailing spaces! <body> <release version="1.1" date="TBD" description=" -Adds ranking, inference and bom modules. (requires Java 8). +Adds ranking, inference, descriptive and bom modules. (requires Java 8). "> + <action dev="aherbert" due-to="Anirudh Joshi" type="add" issue="STATISTICS-72"> + "Min": Add a minimum statistic. + </action> + <action dev="aherbert" due-to="Anirudh Joshi" type="add" issue="STATISTICS-71"> + "DoubleStatistic/DoubleStatisticAccumulator": Add base interfaces for statistic + implementations. + </action> + <action dev="aherbert" due-to="Anirudh Joshi" type="add" issue="STATISTICS-73"> + "commons-statistics-descriptive": Add new descriptive module which + contains the implementations of all univariate statistics. + </action> <action dev="aherbert" type="add" issue="STATISTICS-69"> "UncoditionedExactTest": Add an unconditioned exact test for 2x2 contingency tables. </action>