Update "changes.xml".
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/65efb3d3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/65efb3d3 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/65efb3d3 Branch: refs/heads/develop Commit: 65efb3d3dbd6d38ed9cf23ec7a3749d865ec8517 Parents: a6a48cf Author: Gilles <er...@apache.org> Authored: Sat Jun 11 20:34:47 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Sat Jun 11 20:34:47 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/65efb3d3/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 42ba8d5..e8dfc2b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,12 @@ 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="update" issue="MATH-1377"> + "SimplexOptimizer": Slight performance improvement. + </action> + <action dev="erans" type="fix" issue="MATH-1376" due-to="Thomas Weise"> + "SimplexOptimizer": Wrong value of iteration number was passed to the convergence checker. + </action> <action dev="erans" type="fix" issue="MATH-1319"> Major refactoring of package "o.a.c.m.random". </action>