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

[SCSB-155] build with Numpy 2.0 release candidate #279

Merged

Conversation

zacharyburnett
Copy link
Contributor

resolves SCSB-155

Numpy 2.0 is scheduled for release on June 19th. Due to the C ABI updates, Python projects that build C extensions are required to build against Numpy 2.0 in order to use Numpy 2.0 in runtime.
This is backwards-compatible with Numpy versions in runtime as far back as 1.26

this PR pins numpy>=2.0.0rc2 in build-system.requires

Note

this PR was generated automatically by batchpr 🤖

@zacharyburnett zacharyburnett changed the title pin numpy>=2.0.0rc2 in build-system.requires [SCSB-155] build with Numpy 2.0 release candidate May 31, 2024
@zacharyburnett zacharyburnett marked this pull request as ready for review June 4, 2024 14:24
@zacharyburnett zacharyburnett requested a review from a team as a code owner June 4, 2024 14:24
Copy link

@braingram braingram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zacharyburnett
Copy link
Contributor Author

@mcara mcara merged commit aac5123 into spacetelescope:master Jun 8, 2024
16 checks passed
@zacharyburnett zacharyburnett deleted the pin_numpy_build_requirement branch June 8, 2024 22:37
zacharyburnett added a commit to zacharyburnett/spherical_geometry that referenced this pull request Jun 12, 2024
mcara pushed a commit that referenced this pull request Jun 13, 2024
* freeze change log

* add change log entry for #279
Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.25%. Comparing base (480343b) to head (4e7cd19).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #279      +/-   ##
==========================================
- Coverage   80.33%   80.25%   -0.08%     
==========================================
  Files           5        5              
  Lines        1017     1013       -4     
==========================================
- Hits          817      813       -4     
  Misses        200      200              

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

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.

3 participants