You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2015/12/02 15:57:49 UTC

[2/2] [math] Backport tracking.

Backport tracking.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/bdc329db
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/bdc329db
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/bdc329db

Branch: refs/heads/master
Commit: bdc329db9e3428c96498d6864bdee670150a667c
Parents: 34646ec
Author: Gilles <er...@apache.org>
Authored: Wed Dec 2 15:57:13 2015 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Dec 2 15:57:13 2015 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/bdc329db/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 120f9bb..28ebacc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ 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-1295" due-to="Luke Lindsay">
+      <action dev="erans" type="fix" issue="MATH-1295" due-to="Luke Lindsay"> <!-- backported to 3.6 -->
         Increased default value for number of allowed evaluations in
         "o.a.c.m.optim.univariate.BracketFinder".
       </action>
@@ -74,10 +74,10 @@ If the output is not quite correct, check for invisible trailing spaces!
       <action dev="oertl" type="fix" issue="MATH-1269"> <!-- backported to 3.6 -->
         Fixed FastMath.exp that potentially returned NaN for non-NaN argument.
       </action>
-     <action dev="luc" type="add"> <!-- backported to 3.6 -->
-       Added a nth order Brent solver for general real fields, replacing the former
-       solver that was restricted to Dfp fields only.
-     </action>
+      <action dev="luc" type="add"> <!-- backported to 3.6 -->
+        Added a nth order Brent solver for general real fields, replacing the former
+        solver that was restricted to Dfp fields only.
+      </action>
       <action dev="erans" type="add" issue="MATH-1286"> <!-- backported to 3.6 -->
         New "Range" inner class of "o.a.c.m.util.IntegerSequence".
       </action>