From 81418a9fc7aa279775233dfa29ae6c048265ae55 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Fri, 29 Mar 2013 16:10:04 +0000 Subject: [PATCH] Fixed missing change in release notes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462519 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 6 +++++- src/changes/changes.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 14e603453..276f6a5f9 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,10 +1,14 @@ -The Commons Math team is pleased to announce the commons-math3-3.2 release! +The Commons Math team is pleased to announce the commons-math3-3.2-SNAPSHOT release! The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang. Changes in this version include: New features: +o All contents of package "o.a.c.m.stat.clustering" refactored into + new package "o.a.c.m.ml.clustering" and added support for additional + distance measures in package "o.a.c.m.ml.distance": "CanberraDistance", + "ChebyshevDistance", "EuclideanDistance" and "ManhattanDistance". Issue: MATH-917,MATH-918,MATH-919,MATH-920. Thanks to Reid Hochstedler. o Added Multivariate Normal Mixture Model Fitting by Expectation Maximization. Issue: MATH-817. Thanks to Jared Becksfort. o Added a way to trigger only increasing or decreasing events in ODE integration. Issue: MATH-811. o Added array-scaling methods to MathArrays. Issue: MATH-946. Thanks to Jared Becksfort. diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 93f68b018..7a68aff2a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -80,7 +80,7 @@ This is a minor release: It combines bug fixes and new features. Fixed inverse cumulative probability for uniform distribution. - + All contents of package "o.a.c.m.stat.clustering" refactored into new package "o.a.c.m.ml.clustering" and added support for additional distance measures in package "o.a.c.m.ml.distance": "CanberraDistance",