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

Fixes #33 #34

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Fixes #33 #34

merged 1 commit into from
Jun 21, 2024

Conversation

amir-hossein-zarei
Copy link
Contributor

With these changes library will pass all unit tests for numpy==2.0.0

@lukasalexanderweber
Copy link
Member

Thank you! You probably use numba 0.60.0 for this to work. Could you downgrade numba to 0.59.1 and see if the tests fail? From a CI perspective I want to understand if a potential largestinteriorrectangle 0.3.0 will be numpy 1 compatibile or not. If not, we additionally need to explicitely set the minimum numba version to 0.60.0 in setup.cfg

@lukasalexanderweber
Copy link
Member

Sorry I just saw that np.inf is not something new that came with numpy 2.0, but has already existed in numpy 1.x. Inf was just an alias to np.inf

@lukasalexanderweber lukasalexanderweber merged commit 7771c5f into OpenStitching:main Jun 21, 2024
2 checks passed
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