[SciPy-Dev] Changed Rbf API - PR #9215

Ralf Gommers ralf.gommers at gmail.com
Mon Sep 3 13:31:48 EDT 2018


On Mon, Sep 3, 2018 at 3:52 AM Josua Sassen <josua.sassen at adscheid.de>
wrote:

> Hello everybody,
>
> in PR #9215 I modified the API of scipy.interpolate.Rbf. I removed the
> seperate arguments for different input dimensions and rather introduced one
> array for the data points and one for the values. This matches the APIs of
> other interpolators such as griddata or LinearNDInterpolator.
> Is this an acceptable change?
>

Hi Joshua, as I commented on the PR, we have to remain backwards compatible
here. Matching signatures would be nice, but they're not worth breaking
users' code for.

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20180903/c1c670ea/attachment.html>


More information about the SciPy-Dev mailing list