Hi Otmar.

On Thu, 20 Aug 2015 16:01:36 -0000, oe...@apache.org wrote:
Repository: commons-math
Updated Branches:
  refs/heads/MATH_3_X 9cb16d5b1 -> 7934bfea1
  refs/heads/master f70741c9b -> 5ca0a1c35


MATH-1258: check for equal array lengths in distance functions

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

Branch: refs/heads/master
Commit: 5ca0a1c3564d35293a5ecf03e5f32e6f0f6f445c
Parents: f70741c
Author: Otmar Ertl <otmar.e...@gmail.com>
Authored: Thu Aug 20 17:29:02 2015 +0200
Committer: Otmar Ertl <otmar.e...@gmail.com>
Committed: Thu Aug 20 17:29:02 2015 +0200


----------------------------------------------------------------------
 .../math4/ml/distance/CanberraDistance.java     |  6 +-
 .../math4/ml/distance/ChebyshevDistance.java    |  4 +-
 .../math4/ml/distance/DistanceMeasure.java      |  5 +-
 .../math4/ml/distance/EarthMoversDistance.java  |  6 +-
 .../math4/ml/distance/EuclideanDistance.java    |  4 +-
 .../math4/ml/distance/ManhattanDistance.java    |  4 +-
.../apache/commons/math4/util/MathArrays.java | 83 ++++++++++++++++----
 7 files changed, 89 insertions(+), 23 deletions(-)

----------------------------------------------------------------------


Don't forget to add an entry in the "src/changes/changes.xml" files.
Then I guess that we can resolve the issue.

Regards,
Gilles


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to