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

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Jun 2 22:37:25 EDT 2010


Author: warren.weckesser
Date: 2010-06-02 21:37:25 -0500 (Wed, 02 Jun 2010)
New Revision: 6480

Modified:
   trunk/doc/release/0.8.0-notes.rst
Log:
Update release notes to go along with r6479.

Modified: trunk/doc/release/0.8.0-notes.rst
===================================================================
--- trunk/doc/release/0.8.0-notes.rst	2010-06-03 02:36:51 UTC (rev 6479)
+++ trunk/doc/release/0.8.0-notes.rst	2010-06-03 02:37:25 UTC (rev 6480)
@@ -70,6 +70,11 @@
   In Scipy version 0.8.0, the keyword argument 'disp' was added to the
   function, with the default value 'True'.  In 0.9.0, the default will be
   'False'.
+* The `qshape` keyword argument of `signal.chirp` is deprecated.  Use
+  the argument `vertex_zero` instead.
+* Passing the coefficients of a polynomial as the argument `f0` to
+  `signal.chirp` is deprecated.  Use the function `signal.sweep_poly`
+  instead.
 
 New features
 ============
@@ -198,9 +203,4 @@
 
 The module `scipy.misc.limits` was removed.
 
-scipy.signal.chirp:
 
-* The `qshape` keyword argument was removed.  Instead, use the `vertex_zero`
-  argument.
-* `chirp` no longer handles the case of a general polynomial.  This
-  functionality has been moved to a new function, `sweep_poly`.




More information about the Scipy-svn mailing list