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

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Nov 16 08:09:32 EST 2008


Author: ptvirtan
Date: 2008-11-16 07:09:22 -0600 (Sun, 16 Nov 2008)
New Revision: 5131

Modified:
   trunk/doc/release/0.7.0-notes.rst
Log:
Release notes: mention #289 and #660 that change interp1d behavior

Modified: trunk/doc/release/0.7.0-notes.rst
===================================================================
--- trunk/doc/release/0.7.0-notes.rst	2008-11-16 12:50:11 UTC (rev 5130)
+++ trunk/doc/release/0.7.0-notes.rst	2008-11-16 13:09:22 UTC (rev 5131)
@@ -133,6 +133,19 @@
 
 TODO
 
+Bug fixes in the interpolation package
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The shape of return values from ``scipy.interpolate.interp1d`` used
+to be incorrect if interpolated data had more than 2 dimensions and
+the axis keyword was set to a non-default value. This is fixed in 0.7.0:
+
+    http://projects.scipy.org/scipy/scipy/ticket/289
+    http://projects.scipy.org/scipy/scipy/ticket/660
+
+Users of ``scipy.interpolate.interp1d`` may need to revise their code
+if it relies on the incorrect behavior.
+
 Running Tests
 ~~~~~~~~~~~~~
 




More information about the Scipy-svn mailing list