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/08/14 16:40:02 UTC

[math] "backport" indication.

Repository: commons-math
Updated Branches:
  refs/heads/master 41ee94f00 -> 4f548acfd


"backport" indication.


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

Branch: refs/heads/master
Commit: 4f548acfd1236ed5024eff0ee081dced6e078659
Parents: 41ee94f
Author: Gilles <er...@apache.org>
Authored: Fri Aug 14 16:39:00 2015 +0200
Committer: Gilles <er...@apache.org>
Committed: Fri Aug 14 16:39:00 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/4f548acf/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f1076db..8c71506 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-1255">
+      <action dev="erans" type="fix" issue="MATH-1255"> <!-- backported to 3.6 -->
         Wrong neighbourhood size in class "KohonenUpdateAction" (package "o.a.c.m.ml.neuralnet.sofm").
       </action>
       <action dev="psteitz" type="fix" issue="MATH-1252" due-to="John Bay"> <!-- backported to 3.6 -->
@@ -76,7 +76,7 @@ If the output is not quite correct, check for invisible trailing spaces!
         2-sample Kolmogorov-Smirnov tests. Error was causing incorrect p-values returned 
         by exactP and monteCarloP methods (used by default for small, mid-size samples).
       </action>
-      <action dev="erans" type="update" issue="MATH-1243">
+      <action dev="erans" type="update" issue="MATH-1243"> <!-- backported to 3.6 -->
         Refactored implementation of the "miscrosphere projection"
         interpolation algorithm.
         New classes: "MicrosphereProjectionInterpolator",
@@ -84,7 +84,7 @@ If the output is not quite correct, check for invisible trailing spaces!
         replace "MicrosphereInterpolator" and "MicrosphereInterpolatingFunction".
         (package "o.a.c.m.analysis.interpolation").
       </action>
-      <action dev="erans" type="add" issue="MATH-1244">
+      <action dev="erans" type="add" issue="MATH-1244"> <!-- backported to 3.6 -->
         Method "cosAngle" in "o.a.c.m.util.MathArrays".
       </action>
       <action dev="tn" type="fix" issue="MATH-1240"> <!-- backported to 3.6 -->