[SciPy-Dev] ENH: improve RBF interpolation

Trever Hines treverhines at gmail.com
Mon Feb 22 09:43:33 EST 2021


Hello all,

I have made a pull request here https://github.com/scipy/scipy/pull/13595,
and I would appreciate any feedback.

On Thu, Feb 4, 2021 at 7:23 PM Stefan van der Walt <stefanv at berkeley.edu>
wrote:

>
> Is there any advantage to keeping the old interface, or should this
> eventually replace Rbf entirely?
>
>
My intention is for `RBFInterpolator` to replace `Rbf` entirely.  It should
be possible to replicate the functionality of `Rbf` with `RBFInterpolator`
(albeit with warnings when the interpolant may not be well-posed). `Rbf` is
not currently deprecated in my PR, but I can make that change if you think
it is appropriate.

-Trever
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/scipy-dev/attachments/20210222/1990a5e3/attachment.html>


More information about the SciPy-Dev mailing list