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

Make math_util compatible with numpy 2.0 #270

Merged
merged 1 commit into from
May 12, 2024

Conversation

mcara
Copy link
Member

@mcara mcara commented May 12, 2024

This will make C code in math_util.c compatible and compile with numpy 2.0. However, in order for dev tests to succeed, the build must be forced to use numpy 2.0 in tox.ini (currently that line is commented out).

@mcara mcara added the maintenance Package maintenance label May 12, 2024
@mcara mcara requested a review from jhunkeler May 12, 2024 14:03
@mcara mcara self-assigned this May 12, 2024
@mcara mcara requested a review from a team as a code owner May 12, 2024 14:03
Copy link

codecov bot commented May 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.28%. Comparing base (5de7fc7) to head (1e3d5d7).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #270   +/-   ##
=======================================
  Coverage   81.28%   81.28%           
=======================================
  Files           5        5           
  Lines        1010     1010           
=======================================
  Hits          821      821           
  Misses        189      189           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mcara
Copy link
Member Author

mcara commented May 12, 2024

@jhunkeler unofficially approved this PR but the is afraid to publicly support it.

@mcara mcara merged commit 7028f15 into spacetelescope:master May 12, 2024
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Package maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant