Feb. 22, 2021
8:43 a.m.
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@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