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

refactor: migrate to cython extensions #108

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

raspersc2
Copy link
Contributor

BREAKING CHANGES!

Users should change cython imports, for example:

previous:
from ares.cython_extensions.geometry import cy_distance_to

now:
from cython_extensions import cy_distance_to

cython-extensions-sc2 is now a stand alone library https://github.com/AresSC2/cython-extensions-sc2
As such all cython related code, docs and build processes have been removed from ares-sc2

@raspersc2 raspersc2 merged commit 56e16b6 into main Feb 8, 2024
2 of 3 checks passed
@raspersc2 raspersc2 deleted the refactor/migrate-to-cython-extensions branch June 2, 2024 09:15
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.

1 participant