Update "changes.xml".
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1512541 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
21f882885b
commit
6d66a863b5
|
@ -51,6 +51,30 @@ If the output is not quite correct, check for invisible trailing spaces!
|
|||
</properties>
|
||||
<body>
|
||||
<release version="x.y" date="TBD" description="TBD">
|
||||
<action dev="erans" type="fix" issue="MATH-1020">
|
||||
Fixed "nextPermutation" method (in "o.a.c.m.random.RandomDataGenerator").
|
||||
This bug does not affect applications using a previous version of
|
||||
Commons Math.
|
||||
</action>
|
||||
<action dev="erans" type="fix" issue="MATH-1019">
|
||||
Buggy (private) method "shuffle" in "o.a.c.m.random.RandomDataGenerator"
|
||||
superseded by "MathArrays.shuffle" (cf. MATH-1010).
|
||||
</action>
|
||||
<action dev="erans" type="add" issue="MATH-1010">
|
||||
Utility to shuffle an array.
|
||||
</action>
|
||||
<action dev="erans" type="fix" issue="MATH-1012">
|
||||
Created "RandomGeneratorFactory" (package "o.a.c.m.random") to reduce
|
||||
code duplication in "RandomDataGenerator".
|
||||
</action>
|
||||
<action dev="erans" type="add" issue="MATH-1008">
|
||||
Created package ("o.a.c.m.fitting.leastsquares") for least-squares
|
||||
fitting, with implementations of "LevenbergMarquardtOptimizer" and
|
||||
"GaussNewtonOptimizer" adapted to a new ("fluent") API.
|
||||
</action>
|
||||
<action dev="erans" type="update" issue="MATH-1011">
|
||||
Improved implementation of "sample" method of "UniformIntegerDistribution".
|
||||
</action>
|
||||
<action dev="sebb" type="add" issue="MATH-1007">
|
||||
Add mode function to StatUtils class
|
||||
</action>
|
||||
|
|
Loading…
Reference in New Issue