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
This commit is contained in:
Luc Maisonobe 2013-03-29 16:10:04 +00:00
parent 193fb5461d
commit 81418a9fc7
2 changed files with 6 additions and 2 deletions

View File

@ -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. 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: Changes in this version include:
New features: 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 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 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. o Added array-scaling methods to MathArrays. Issue: MATH-946. Thanks to Jared Becksfort.

View File

@ -80,7 +80,7 @@ This is a minor release: It combines bug fixes and new features.
<action dev="luc" type="fix" issue="MATH-957" due-to="Evan Ward"> <action dev="luc" type="fix" issue="MATH-957" due-to="Evan Ward">
Fixed inverse cumulative probability for uniform distribution. Fixed inverse cumulative probability for uniform distribution.
</action> </action>
<action dev="tn" type="change" issue="MATH-917,MATH-918,MATH-919,MATH-920" due-to="Reid Hochstedler"> <action dev="tn" type="add" issue="MATH-917,MATH-918,MATH-919,MATH-920" due-to="Reid Hochstedler">
All contents of package "o.a.c.m.stat.clustering" refactored into 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 new package "o.a.c.m.ml.clustering" and added support for additional
distance measures in package "o.a.c.m.ml.distance": "CanberraDistance", distance measures in package "o.a.c.m.ml.distance": "CanberraDistance",