mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 01:59:13 +00:00
Fixed order of entries, added due-to in last update.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@169128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e929ff4a9
commit
723dd64d2e
@ -39,16 +39,16 @@ The <action> type attribute can be add,update,fix,remove.
|
||||
<body>
|
||||
<release version="1.1" date="In Development"
|
||||
description="Jakarta Commons Math 1.1 - Development">
|
||||
<action dev="psteitz" type="update" due-to="C. Scott Ananian">
|
||||
Ported numerics improvements in commons lang Fraction implementation.
|
||||
Added utility methods for overflow-checked integer arithmetic and
|
||||
improved gcd method in MathUtils.
|
||||
</action>
|
||||
<action dev="psteitz" type="fix" issue="34677" due-to="Gilles Gaillard">
|
||||
Fixed error in TTestImpl.homoscedasticTtest. Implementation was
|
||||
incorrectly using heteroscedastic t statistic. Also improved sensitivity
|
||||
of test cases.
|
||||
</action>
|
||||
<action dev="psteitz" type="update">
|
||||
Ported numerics improvements in commons lang Fraction implementation.
|
||||
Added utility methods for overflow-checked integer arithmetic and
|
||||
improved gcd method in MathUtils.
|
||||
</action>
|
||||
<action dev="psteitz" type="fix" issue="34448" due-to="Gilles Gaillard">
|
||||
Fixed javadoc errors. One-sided t-test significance adjustment was
|
||||
reversed in javadoc for boolean-valued test methods.
|
||||
|
Loading…
x
Reference in New Issue
Block a user