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

ENH: cupyx/scipy/interpolate: add griddata #8290

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ev-br
Copy link
Contributor

@ev-br ev-br commented Apr 12, 2024

Port griddata function from scipy.interpolate. This is a pure python convenience wrapper ofLinearNDInterpolator, NearestNDInterpolator and CloughTocher2DInterpolator, so no need to benchmark performance.

This PR is on top of #8220 for the NearestNDInterpolator and #8289 for interp1d. Will need a rebase or two when these two PRs land.

@ev-br ev-br marked this pull request as draft April 12, 2024 13:26
@takagi takagi self-assigned this Apr 15, 2024
@takagi takagi added cat:feature New features/APIs prio:medium labels Apr 15, 2024
@andfoy andfoy mentioned this pull request Apr 15, 2024
51 tasks
Copy link
Contributor

mergify bot commented Apr 25, 2024

This pull request is now in conflicts. Could you fix it @ev-br? 🙏

Copy link
Contributor

mergify bot commented May 21, 2024

This pull request is now in conflicts. Could you fix it @ev-br? 🙏

@ev-br ev-br marked this pull request as ready for review May 21, 2024 18:13
@ev-br
Copy link
Contributor Author

ev-br commented May 21, 2024

Both dependencies are merged, the PR is rebased on main and is ready for review.

@takagi takagi added this to the v14.0.0a1 milestone May 23, 2024
@takagi
Copy link
Member

takagi commented May 23, 2024

/test mini

Copy link
Member

@takagi takagi left a comment

Choose a reason for hiding this comment

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

LGTM! Waiting for CI pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🏭 In progress
Development

Successfully merging this pull request may close these issues.

None yet

2 participants