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 364309603d9c1144e92a642e7107ca34175a6ed4 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Mon Jun 17 08:31:31 2024 +0100 Track changes --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4869ac6..cf980b9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,9 @@ If the output is not quite correct, check for invisible trailing spaces! <release version="1.1" date="TBD" description=" Adds ranking, inference, descriptive and bom modules. (requires Java 8). "> + <action dev="aherbert" type="add" issue="STATISTICS-85"> + Add a quantile and median implementation. + </action> <action dev="aherbert" due-to="Anirudh Joshi" type="add" issue="STATISTICS-71"> Add commons-statistics-descriptive module for implementations of univariate statistics. Contains base interfaces for statistics and implementations for individual statistics