[Scipy-svn] r6609 - branches/0.8.x/doc/release

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Jul 14 06:50:12 EDT 2010


Author: rgommers
Date: 2010-07-14 05:50:12 -0500 (Wed, 14 Jul 2010)
New Revision: 6609

Modified:
   branches/0.8.x/doc/release/0.8.0-notes.rst
Log:
DOC: Add the changes to the interface of interpolate.Rbf to the 0.8 release notes.

Modified: branches/0.8.x/doc/release/0.8.0-notes.rst
===================================================================
--- branches/0.8.x/doc/release/0.8.0-notes.rst	2010-07-14 10:29:53 UTC (rev 6608)
+++ branches/0.8.x/doc/release/0.8.0-notes.rst	2010-07-14 10:50:12 UTC (rev 6609)
@@ -231,6 +231,13 @@
 Implementation of `scipy.special.hyp2f1` for real parameters was revised.
 The new version should produce accurate values for all real parameters.
 
+More flexible interface for Radial basis function interpolation
+---------------------------------------------------------------
+
+The `scipy.interpolate.Rbf` class now accepts a callable as input for the
+"function" argument, in addition to the built-in radial basis functions which
+can be selected with a string argument.
+
 Removed features
 ================
 




More information about the Scipy-svn mailing list