Updated to reflect recent changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141457 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4416f75d52
commit
b184eaef48
|
@ -38,14 +38,20 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
</properties>
|
||||
<body>
|
||||
|
||||
<release version="1.0" date="TBD">
|
||||
<release version="1.0-RC2" date="TBD">
|
||||
<action dev="psteitz" type="fix">
|
||||
Fixed cumulative frequency and cumulative percentage problem reported
|
||||
to the commons-dev list by Jon Langlois on 9/14. Integer arguments to
|
||||
getCumXxx were always returning 0 due to type conversion problems.
|
||||
</action>
|
||||
<action dev="brentworden" type="fix">
|
||||
Fixed locale-dependency in ComplexFormat. (pr #31325).
|
||||
<action dev="brentworden" type="fix" id="31325">
|
||||
Fixed locale-dependency in ComplexFormat.
|
||||
</action>
|
||||
<action dev="psteitz" type="update">
|
||||
Renamed univariate package to descriptive and multivariate to regression.
|
||||
</action>
|
||||
<action dev="psteitz" type="update" due-to="Ken Geis" id="31522">
|
||||
Improved efficiency of logGamma method in o.a.c.m.special.Gamma
|
||||
</action>
|
||||
</release>
|
||||
|
||||
|
@ -59,4 +65,4 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
</release>
|
||||
|
||||
</body>
|
||||
</document>
|
||||
</document>
|
||||
|
|
Loading…
Reference in New Issue