From 42dffede4371db9f8616c2dd37fec96f728ee92d Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Sat, 8 Feb 2014 18:14:37 +0000 Subject: [PATCH] [MATH-1050] Added changelog entry. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1566074 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 48391aa47..bf89da1bb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,20 +51,24 @@ If the output is not quite correct, check for invisible trailing spaces! + + Deprecated "ArithmeticUtils#pow(int, long)" and "ArithmeticUtils#pow(long, long)" + in favor of corresponding methods "ArithmeticUtils#pow(..., int)". + - Create additional artifact "commons-math3-tools-x.y.z.jar" as part of the - release process. This artifact contains useful tools, e.g. for performance testing. + Create additional artifact "commons-math3-tools-x.y.z.jar" as part of the + release process. This artifact contains useful tools, e.g. for performance testing. - Improved performance of "MathArrays#sortInPlace(...)". + Improved performance of "MathArrays#sortInPlace(...)". - Clarify javadoc of "DecompositionSolver#getInverse()" and corresponding implementations - wrt the actually returned inverse. Several decomposition implementations are able - to return a pseudo-inverse in case of a singular matrix. + Clarify javadoc of "DecompositionSolver#getInverse()" and corresponding implementations + wrt the actually returned inverse. Several decomposition implementations are able + to return a pseudo-inverse in case of a singular matrix. - Added Emo Welzl algorithm to find the smallest enclosing ball of a collection of points. + Added Emo Welzl algorithm to find the smallest enclosing ball of a collection of points. Fixed an indexing problem in "BicubicSplineInterpolatingFunction" which