This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit 849d551b8a9507a2ae8dfb81db36aa544a81ee47 Author: Gilles Sadowski <gillese...@gmail.com> AuthorDate: Mon Jun 29 00:51:55 2020 +0200 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 46e5b45..0318eaa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,9 @@ If the output is not quite correct, check for invisible trailing spaces! </release> <release version="4.0" date="XXXX-XX-XX" description=""> + <action dev="erans" type="fix" issue="MATH-1548"> + Avoid inefficiencies in computing the standard quality measures of a SOFM. + </action> <action dev="erans" type="update" issue="MATH-1547"> More flexible ranking of SOFM. </action>