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

Avoid casting overflow for numpy compatibility #87

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

glopesdev
Copy link
Member

NumPy 2.0 has more strict rules regarding casting and overflowing of operators. Here we recreate the changes in harp-tech/harp-python#35 to ensure compatibility.

In the future we should really remove this custom code and simply install harp-python, but we need to think how to deal with the requirement for dealing with complex S3 bucket paths, so we defer this to a future update.

@glopesdev glopesdev added the fix Pull request that fixes an issue label Feb 13, 2025
@glopesdev glopesdev requested a review from aspaNeuro February 13, 2025 12:28
@glopesdev glopesdev merged commit f791b70 into main Feb 13, 2025
6 checks passed
@glopesdev glopesdev deleted the numpy-compatibility branch February 13, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant