-
Notifications
You must be signed in to change notification settings - Fork 154
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
Python Bindings for Pairwise Linestring Distance #521
Python Bindings for Pairwise Linestring Distance #521
Conversation
…into feature/linestring_distance_python
Note - the doc entry of this method will be added after #523 is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some suggestions on expanding the documentation and making it match the C++ API, since the behavior should be the same.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg2m
@isVoid I'm pretty sure the test failures here came from CI merging in my scikit-build changes from branch-22.06 down into your branch and then attempting to compile the resulting files. Since the new builds require adding the Python files to the CMakeLists.txt, your new module wasn't getting compiled. I merged in branch-22.06 and added the new file, which hopefully should fix the issue. |
|
@gpucibot merge |
This PR introduces python bindings for pairwise linestring distance. Depends on #510 and has lots of commits from that PR. Should reduce once #510 merges.