Added MATH-634 and some more info on MATH-653.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1163875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b6ee25c1e1
commit
32da645aa8
|
@ -60,7 +60,8 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
</action>
|
||||
<action dev="erans" type="fix" issue="MATH-653">
|
||||
Renamed "AbstractRealVector" to "RealVector". The interface was removed
|
||||
in favour of its unique (abstract) implementation.
|
||||
in favour of its unique (abstract) implementation. Also removed several
|
||||
methods with double[] arguments from AbstractRealVector.
|
||||
</action>
|
||||
<action dev="erans" type="add" issue="MATH-646" due-to="Sébastien Brisard">
|
||||
Unmodifiable view of a "RealVector".
|
||||
|
@ -82,6 +83,9 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
<action dev="psteitz" type="update" issue="MATH-506">
|
||||
Eliminated pluggability of ChiSquaredDistribution used by ChiSquaredDistributionTest.
|
||||
</action>
|
||||
<action dev="psteitz" type="update" issue="MATH-634">
|
||||
Made RandomGenerator configurable and reseedable in EmpiricalDistributionImpl.
|
||||
</action>
|
||||
<action dev="luc" type="add" issue="MATH-593">
|
||||
Added a 3D SubLine class.
|
||||
</action>
|
||||
|
|
Loading…
Reference in New Issue