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

pathfind: Add new Python API functions to C API and update dependencies #71

Merged
merged 4 commits into from
Jul 24, 2024

Conversation

gtker
Copy link

@gtker gtker commented Jul 24, 2024

Adds the Python API functions added by @devw4r to the C API as well.

Also updates the dependency submodules since we might as well keep up to date.

I think the pybind update is the most necessary since it adds support for newer Python versions.

If you don't want the dependency updates let me know and I'll remove them.

Gtker added 4 commits July 24, 2024 15:50
Adds Python API functions from
namreeb@e1525f8
for C API.
This brings along minor fixes and compatibility with newer Python
versions (3.10+).
This brings various fixes for division by zero and CMake improvements.
This brings various fixes and CMake updates.
@gtker
Copy link
Author

gtker commented Jul 24, 2024

Sorry for the force pushed. I goofed up and made pathfind_has_adts return a bool instead of a PathfindResultType.

@namreeb namreeb merged commit 7a1b98d into namreeb:master Jul 24, 2024
7 checks passed
@gtker gtker deleted the update-c-api branch July 24, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants