Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEP: interpolate: replace interp2d by stub #20497

Merged
merged 9 commits into from
May 25, 2024
3 changes: 0 additions & 3 deletions benchmarks/benchmarks/interpolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ def setup(self, n_samples, method):
self.xx, self.yy = np.meshgrid(self.x, self.y)
self.z = np.sin(self.xx**2+self.yy**2)

def time_interpolate(self, n_samples, method):
interpolate.interp2d(self.x, self.y, self.z, kind=method)


class Rbf(Benchmark):
param_names = ['n_samples', 'function']
Expand Down
254 changes: 0 additions & 254 deletions doc/source/notebooks/interp_transition_guide.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc/source/tutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ These can be opened as Jupyter Notebooks with the help of the
.. toctree::
:caption: Executable tutorials
:maxdepth: 1

../notebooks/interp_transition_guide
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For better visibility maybe we should do

interp2d transition guide <https://docs.scipy.org/doc/scipy-1.13.0/notebooks/interp_transition_guide.html>


.. raw:: latex

Expand Down
2 changes: 1 addition & 1 deletion doc/source/tutorial/interpolate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ Further details are given in the links below.
interpolate/ND_regular_grid
interpolate/ND_unstructured
interpolate/extrapolation_examples

interpolate/interp_transition_guide.md