You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2011/09/01 02:07:49 UTC

svn commit: r1163875 - /commons/proper/math/trunk/src/site/xdoc/changes.xml

Author: psteitz
Date: Thu Sep  1 00:07:48 2011
New Revision: 1163875

URL: http://svn.apache.org/viewvc?rev=1163875&view=rev
Log:
Added MATH-634 and some more info on MATH-653.

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=1163875&r1=1163874&r2=1163875&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Thu Sep  1 00:07:48 2011
@@ -60,7 +60,8 @@ The <action> type attribute can be add,u
       </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,u
       <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>