Repository: commons-math Updated Branches: refs/heads/master f3e1598df -> 859de3fcb
[MATH-1198] Add changelog entry. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/859de3fc Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/859de3fc Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/859de3fc Branch: refs/heads/master Commit: 859de3fcba23949bf610ff33e1efd66a9f9f0a82 Parents: f3e1598 Author: Thomas Neidhart <[email protected]> Authored: Mon Jan 26 22:11:05 2015 +0100 Committer: Thomas Neidhart <[email protected]> Committed: Mon Jan 26 22:11:05 2015 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/859de3fc/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fe92d15..3309edf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,10 @@ If the output is not quite correct, check for invisible trailing spaces! </release> <release version="3.5" date="2015-01-11" description=""> + <action dev="sebb" type="add" issue="MATH-1198"> + Simplified "FastMath#exp(double)" in order to avoid a potential + Java 1.5 JIT bug when calling with negative infinity as argument. + </action> <action dev="erans" type="add" issue="MATH-1199"> Added method "getQuadraticMean()" to "DescriptiveStatistics" and "SummaryStatistics" which calculates the root mean square.
