Update "changes.xml".


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1413695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-11-26 16:01:55 +00:00
parent dfc6a5c215
commit f348a29e5f
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ If the output is not quite correct, check for invisible trailing spaces!
<body>
<release version="3.1" date="TBD" description="
">
<action dev="erans" type="update" issue="MATH-902" due-to="Bruce A. Johnson">
Created a "maximum number of iterations" stopping criterion in the
convergence checkers (package "o.a.c.m.optimization") that allows the
optimizers to return the "current best point" even if the convergence
criteria are not met.
</action>
<action dev="erans" type="fix" issue="MATH-905" due-to="Jeff Hain">
Fixed overflow in "sinh" and "cosh" methods in class "FastMath".
</action>