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/07/20 16:11:07 UTC

[math] Backport tracking.

Repository: commons-math
Updated Branches:
  refs/heads/master 1644256e4 -> 5d49c9797


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/5d49c979
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/5d49c979
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/5d49c979

Branch: refs/heads/master
Commit: 5d49c9797e5263eb93e934786c15e0dde38e2d47
Parents: 1644256
Author: Gilles <er...@apache.org>
Authored: Mon Jul 20 16:10:35 2015 +0200
Committer: Gilles <er...@apache.org>
Committed: Mon Jul 20 16:10:35 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/5d49c979/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 01483dc..b81ddcb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ If the output is not quite correct, check for invisible trailing spaces!
         "Neuron" class (package "o.a.c.m.ml.neuralnet"): added methods that can be used
         to assess concurrency performance.
       </action>
-      <action dev="erans" type="fix" issue="MATH-1248" due-to="Chris Popp">
+      <action dev="erans" type="fix" issue="MATH-1248" due-to="Chris Popp"> <!-- backported to 3.6 -->
         Removed unnecessary allocations in "BigFraction" (package "o.a.c.m.fraction").
       </action>
       <action dev="psteitz" type="fix" issue="MATH-1245">