Replace cuspatial#681
Merged
rapids-bot[bot] merged 10 commits intorapidsai:branch-25.06from May 6, 2025
Merged
Conversation
…the ray-casting algorithm
bdice
reviewed
May 6, 2025
| Column name for the y-coordinates of the points. | ||
| polygon_coords : list of tuples or similar array-like | ||
| Coordinates of the polygon vertices, e.g., [(x1, y1), (x2, y2), ...]. | ||
| The polygon should be closed. |
Contributor
There was a problem hiding this comment.
"closed" -- does this mean that the last vertex coordinates must be equal to the first vertex coordinates -- or that it assumes there is a line segment between the last and first vertex?
Member
Author
Contributor
|
@AjayThorve Please also remove cuSpatial references from these files:
... and grep for anything else, please! |
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
bdice
approved these changes
May 6, 2025
Contributor
bdice
left a comment
There was a problem hiding this comment.
Amazing! Thank you so much.
Member
|
/merge |
Member
|
Thanks all! 🙏 |
bdice
added a commit
to rapidsai/workflows
that referenced
this pull request
May 6, 2025
cuSpatial will not be published in 25.06: https://docs.rapids.ai/notices/rsn0045/ This PR drops cuSpatial from the nightly builds/tests. Depends on rapidsai/cuxfilter#681 and rapidsai/integration#757.
rapids-bot bot
pushed a commit
that referenced
this pull request
Jun 18, 2025
Previously cuSpatial was a dependency of cuxfilter. However the logic was rewritten to drop cuSpatial and drop the dependency in PR ( #681 ) as part of 25.06. However a few cuSpatial references were either missed or snuck back in 25.08. So this cleans them up Authors: - https://github.com/jakirkham Approvers: - Ajay Thorve (https://github.com/AjayThorve) - Bradley Dice (https://github.com/bdice) URL: #700
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Since cuspatial is being discontinued, We'd like to remove the dependency on cuspatial for the point-in-polygon method used in cuxfilter, specifically for lasso selection.
This PR fixes #678.
cc @jakirkham @bdice