Author: tn Date: Thu Sep 13 18:21:05 2012 New Revision: 1384454 URL: http://svn.apache.org/viewvc?rev=1384454&view=rev Log: Fixed typo and formatting in changes.xml.
Modified: commons/proper/math/trunk/src/changes/changes.xml Modified: commons/proper/math/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1384454&r1=1384453&r2=1384454&view=diff ============================================================================== --- commons/proper/math/trunk/src/changes/changes.xml (original) +++ commons/proper/math/trunk/src/changes/changes.xml Thu Sep 13 18:21:05 2012 @@ -137,7 +137,7 @@ If the output is not quite correct, chec double precision, and high precision (using "BigDecimal"). </action> <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. The "RandomDataImpl" instance has been superseded by this RNG. All "sample()" methods have been modified to use this RNG instead of @@ -211,7 +211,8 @@ If the output is not quite correct, chec Avoid superfluous null check when using iterators in RealVector and ArrayRealVector. </action> <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 dev="luc" type="fix" issue="MATH-721"> 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, chec Added class FixedElapsedTime (new StoppingCondition for evolution of generations) to genetics package. </action> <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> </release> <release version="3.0" date="2012-03-07" description="