Author: psteitz Date: Wed Dec 30 23:26:40 2009 New Revision: 894738 URL: http://svn.apache.org/viewvc?rev=894738&view=rev Log: Updated to reflect recent commits.
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=894738&r1=894737&r2=894738&view=diff ============================================================================== --- commons/proper/math/trunk/src/site/xdoc/changes.xml (original) +++ commons/proper/math/trunk/src/site/xdoc/changes.xml Wed Dec 30 23:26:40 2009 @@ -39,6 +39,12 @@ </properties> <body> <release version="2.1" date="TBD" description="TBD"> + <action dev="psteitz" type="update" issue="MATH-239" due-to="Christian Semrau"> + Added MathUtils methods to compute gcd and lcm for long arguments. + </actions> + <action dev="psteitz" tyoe="update" issue="MATH-287" due-to="Matthew Rowles"> + Added support for weighted univariate statistics. + </action> <action dev="luc" type="fix" issue="MATH-326" due-to="Jake Mannix"> Fixed a wrong implementation of the Linf norm in vectors. </action>