[Scipy-svn] r6958 - trunk/doc/release

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Nov 28 08:34:42 EST 2010


Author: rgommers
Date: 2010-11-28 07:34:42 -0600 (Sun, 28 Nov 2010)
New Revision: 6958

Modified:
   trunk/doc/release/0.9.0-notes.rst
Log:
DOC: update release notes with changes to stats/stats.py.

Modified: trunk/doc/release/0.9.0-notes.rst
===================================================================
--- trunk/doc/release/0.9.0-notes.rst	2010-11-28 13:33:06 UTC (rev 6957)
+++ trunk/doc/release/0.9.0-notes.rst	2010-11-28 13:34:42 UTC (rev 6958)
@@ -118,6 +118,16 @@
 were added. 
 
 
+Improved statistical tests (``scipy.stats``)
+--------------------------------------------
+
+A new function ``scipy.stats.fisher_exact`` was added, that provides Fisher's
+exact test for 2x2 contingency tables.
+
+The function ``scipy.stats.kendalltau`` was rewritten to make it much faster
+(O(n log(n)) vs O(n^2)).
+
+
 Removed features
 ================
 
@@ -126,3 +136,7 @@
 
 The ``save`` method of the ``spmatrix`` class in ``scipy.sparse``, which has
 been deprecated since version 0.7, was removed.
+
+Several functions in ``scipy.stats`` that are available from numpy and have
+been deprecated since version 0.7 have been removed: ``std``, ``var``,
+``mean``, ``median``, ``cov`` and ``corrcoef``.




More information about the Scipy-svn mailing list