Updated to reflect recent commits.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@894738 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2009-12-30 23:26:40 +00:00
parent c06cc933b6
commit 81ae49bafe
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ The <action> type attribute can be add,update,fix,remove.
</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>