You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oe...@apache.org on 2015/08/20 20:21:28 UTC

[1/2] [math] MATH-1258: added entry to changes.xml

Repository: commons-math
Updated Branches:
  refs/heads/MATH_3_X 7934bfea1 -> b1f4a30aa
  refs/heads/master 5ca0a1c35 -> 44c6d267a


MATH-1258: added entry to 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/44c6d267
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/44c6d267
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/44c6d267

Branch: refs/heads/master
Commit: 44c6d267aecde0d20cd6d700ba0e6899e02e536e
Parents: 5ca0a1c
Author: Otmar Ertl <ot...@gmail.com>
Authored: Thu Aug 20 20:13:33 2015 +0200
Committer: Otmar Ertl <ot...@gmail.com>
Committed: Thu Aug 20 20:13:33 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/44c6d267/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e4dc108..db6a7ea 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,9 @@ If the output is not quite correct, check for invisible trailing spaces!
     </release>
 
     <release version="4.0" date="XXXX-XX-XX" description=""> <!-- backported to 3.6 -->
+      <action dev="oertl" type="fix" issue="MATH-1258" due-to="Gunel Jahangirova"> <!-- backported to 3.6 -->
+        Added check for equal array lengths to distance measure functions.
+      </action>
       <action dev="erans" type="fix" issue="MATH-1257" due-to="Bill Murphy">
         Better accuracy in computation of cumulative probability of "NormalDistribution"
         (package "o.a.c.m.distribution").


[2/2] [math] MATH-1258: added entry to changes.xml

Posted by oe...@apache.org.
MATH-1258: added entry to 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/b1f4a30a
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b1f4a30a
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/b1f4a30a

Branch: refs/heads/MATH_3_X
Commit: b1f4a30aab0c95d9bfff79ead03e20fc74d7e4a1
Parents: 7934bfe
Author: Otmar Ertl <ot...@gmail.com>
Authored: Thu Aug 20 20:13:33 2015 +0200
Committer: Otmar Ertl <ot...@gmail.com>
Committed: Thu Aug 20 20:18:14 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/b1f4a30a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0e1fc5f..24a288f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,9 @@ If the output is not quite correct, check for invisible trailing spaces!
   </properties>
   <body>
     <release version="3.6" date="XXXX-XX-XX" description="">
+      <action dev="oertl" type="fix" issue="MATH-1258" due-to="Gunel Jahangirova">
+        Added check for equal array lengths to distance measure functions.
+      </action>
       <action dev="erans" type="fix" issue="MATH-1257" due-to="Bill Murphy">
         Better accuracy in computation of cumulative probability of "NormalDistribution"
         (package "o.a.c.m.distribution").