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

Add NearestNDInterpolator to cupyx.scipy.interpolate #8220

Merged
merged 4 commits into from May 21, 2024

Conversation

andfoy
Copy link
Contributor

@andfoy andfoy commented Mar 4, 2024

See #7186
Depends on #8208 for module ordering

@andfoy andfoy mentioned this pull request Mar 4, 2024
51 tasks
@andfoy andfoy changed the title Add NearestNDInterp to cupyx.scipy.interpolate Add NearestNDInterpolator to cupyx.scipy.interpolate Mar 4, 2024
@andfoy andfoy force-pushed the add_nearest_nd_interp branch 2 times, most recently from 4898caf to 1e99e6c Compare March 4, 2024 22:32
@asi1024 asi1024 added cat:feature New features/APIs prio:medium labels Mar 5, 2024
@asi1024 asi1024 self-assigned this Mar 5, 2024
@andfoy andfoy force-pushed the add_nearest_nd_interp branch 2 times, most recently from 8c7acee to 5f7fffd Compare March 12, 2024 20:46
@andfoy andfoy marked this pull request as ready for review April 4, 2024 20:24
@asi1024
Copy link
Member

asi1024 commented Apr 14, 2024

/test mini

@andfoy
Copy link
Contributor Author

andfoy commented Apr 15, 2024

imagen

I can locally confirm that the tests are passing, the CI error is related to the version of SciPy: https://github.com/scipy/scipy/blob/1d3a067c2ccd0a6efddeb3194163aa9a3879d26e/scipy/interpolate/_ndgriddata.py#L101

I'll skip tests for scipy<=1.11

@ev-br
Copy link
Contributor

ev-br commented Apr 15, 2024

Is this about distance_upper_bound? This is indeed new in SciPy 1.12: scipy/scipy#19483

@asi1024
Copy link
Member

asi1024 commented May 17, 2024

/test mini

@asi1024
Copy link
Member

asi1024 commented May 21, 2024

Sorry for my late review. Thanks for your contribution. LGTM!

@asi1024 asi1024 merged commit 22694a1 into cupy:main May 21, 2024
54 checks passed
@asi1024 asi1024 added this to the v14.0.0a1 milestone May 21, 2024
@andfoy andfoy deleted the add_nearest_nd_interp branch May 21, 2024 19:31
@andfoy
Copy link
Contributor Author

andfoy commented May 21, 2024

Thanks @asi1024!

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

Successfully merging this pull request may close these issues.

None yet

3 participants