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
The following commit(s) were added to refs/heads/master by this push:
new 66867bb3 STATISTICS-94: Track changes
66867bb3 is described below
commit 66867bb3f864e27c79cd15da587dc6417894a904
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Apr 7 08:46:37 2026 +0100
STATISTICS-94: 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 8cd34d11..84bcf8b1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,9 @@ If the output is not quite correct, check for invisible
trailing spaces!
</properties>
<body>
<release version="1.3" date="TBD" description="Adds new features (requires
Java 8).">
+ <action dev="aherbert" type="add" issue="STATISTICS-94">
+ "Median/Quantile": Support median and quantile for long datatype.
+ </action>
<action dev="aherbert" type="update" issue="STATISTICS-93">
"TruncatedNormalDistribution": Add methods to expose construction
parameters.