You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ce...@apache.org on 2012/12/01 11:36:29 UTC

svn commit: r1415973 - /commons/proper/math/trunk/src/changes/changes.xml

Author: celestin
Date: Sat Dec  1 10:36:26 2012
New Revision: 1415973

URL: http://svn.apache.org/viewvc?rev=1415973&view=rev
Log:
Description of upcoming version 3.1 now reports that the accuracy of Beta has
been improved.

Modified:
    commons/proper/math/trunk/src/changes/changes.xml

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1415973&r1=1415972&r2=1415973&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sat Dec  1 10:36:26 2012
@@ -60,8 +60,8 @@ This is a minor release: It combines bug
   Gauss integration framework, Hermite polynomial interpolation,
   eigenvalue decomposition of non-symmetric matrices, DBSCAN clustering.
   Most notable among the changes are: Greatly improved precision in
-  the implementation of the Gamma special function, optimizers API,
-  deprecation of the sparse vector implementation.
+  the implementation of the Gamma and Beta special functions, optimizers
+  API, deprecation of the sparse vector implementation.
   
   The minimal version of the Java platform required to compile and use
   Commons Math is Java 5.