Fixed typo and formatting in changes.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1384454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-09-13 18:21:05 +00:00
parent 70b769ec7f
commit 406a6ae49d
1 changed files with 5 additions and 3 deletions

View File

@ -137,7 +137,7 @@ If the output is not quite correct, check for invisible trailing spaces!
double precision, and high precision (using "BigDecimal"). double precision, and high precision (using "BigDecimal").
</action> </action>
<action dev="erans" type="add" issue="MATH-764,MATH-823"> <action dev="erans" type="add" issue="MATH-764,MATH-823">
For all distibution classes (in package "o.a.c.m.distribution"), a new For all distribution classes (in package "o.a.c.m.distribution"), a new
constructor takes a "RandomGenerator" parameter. constructor takes a "RandomGenerator" parameter.
The "RandomDataImpl" instance has been superseded by this RNG. The "RandomDataImpl" instance has been superseded by this RNG.
All "sample()" methods have been modified to use this RNG instead of All "sample()" methods have been modified to use this RNG instead of
@ -211,7 +211,8 @@ If the output is not quite correct, check for invisible trailing spaces!
Avoid superfluous null check when using iterators in RealVector and ArrayRealVector. Avoid superfluous null check when using iterators in RealVector and ArrayRealVector.
</action> </action>
<action dev="tn" type="fix" issue="MATH-781" due-to="Scheiber Ernő"> <action dev="tn" type="fix" issue="MATH-781" due-to="Scheiber Ernő">
Use epsilon instead of ulp in floating-point comparison when dropping columns after phase 1 in SimplexSolver. Use epsilon instead of ulp in floating-point comparison when dropping columns after
phase 1 in SimplexSolver.
</action> </action>
<action dev="luc" type="fix" issue="MATH-721"> <action dev="luc" type="fix" issue="MATH-721">
Added a workaround for an OpenJDK issue on sparc solaris with too small constants. Added a workaround for an OpenJDK issue on sparc solaris with too small constants.
@ -232,7 +233,8 @@ If the output is not quite correct, check for invisible trailing spaces!
Added class FixedElapsedTime (new StoppingCondition for evolution of generations) to genetics package. Added class FixedElapsedTime (new StoppingCondition for evolution of generations) to genetics package.
</action> </action>
<action dev="celestin" type="add" issue="MATH-756"> <action dev="celestin" type="add" issue="MATH-756">
Added classes Decimal64 and Decimal64Field, which are wrapper classes around primitive doubles. These classes implement FieldElement and Field, respectively. Added classes Decimal64 and Decimal64Field, which are wrapper classes around primitive doubles.
These classes implement FieldElement and Field, respectively.
</action> </action>
</release> </release>
<release version="3.0" date="2012-03-07" description=" <release version="3.0" date="2012-03-07" description="