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 e13ba4f9e9eefccb3c5fd7c36f51409f0b71b380
Author: Alex Herbert <[email protected]>
AuthorDate: Mon Mar 16 17:51:19 2026 +0000

    Track changes
---
 src/changes/changes.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8757c210..37cd3256 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,7 +53,13 @@ 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="ggregory" type="update">Bump 
org.apache.commons:commons-parent from 88 to 97.</action>
+      <action dev="aherbert" due-to="kevinmilner" type="fix" 
issue="STATISTICS-92">
+        "TruncatedNormalDistribution": Fix the cases where the sampler would:
+        (1) generate a biased distribution if the truncated bounds are 
fully-positive
+        or fully-negative;
+        (2) infinite loop if the truncated bounds are positive and fully below 
the
+        mean value or are negative and fully above the mean value.
+      </action>
     </release>
 
     <release version="1.2" date="2025-09-17" description="

Reply via email to