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

Revert numpy build pinning changes #4261

Merged
merged 1 commit into from
Aug 28, 2023
Merged

Revert numpy build pinning changes #4261

merged 1 commit into from
Aug 28, 2023

Conversation

IAlibay
Copy link
Member

@IAlibay IAlibay commented Aug 28, 2023

Fixes #4260

This reverts the numpy build pinning and would allow us to move forward with a 2.6.1 release.

Changes made in this Pull Request:

  • Reverts numpy build pinning in pyproject.toml
  • Switches build isolation back on for everything but nightly wheel checks

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

Developers certificate of origin


📚 Documentation preview 📚: https://mdanalysis--4261.org.readthedocs.build/en/4261/

@github-actions
Copy link

Linter Bot Results:

Hi @IAlibay! Thanks for making this PR. We linted your code and found the following:

There are currently no issues detected! 🎉

@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.01% 🎉

Comparison is base (d5a30e9) 93.40% compared to head (df0d0a7) 93.41%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4261      +/-   ##
===========================================
+ Coverage    93.40%   93.41%   +0.01%     
===========================================
  Files          169      183      +14     
  Lines        22204    23309    +1105     
  Branches      4064     4064              
===========================================
+ Hits         20740    21775    +1035     
- Misses         948     1018      +70     
  Partials       516      516              

see 14 files with indirect coverage changes

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

@@ -23,6 +23,8 @@ Fixes
Enhancements

Changes
* Reverts PR #4108, builds are now again made using the oldest
Copy link
Member Author

Choose a reason for hiding this comment

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

I would just cut a bugfix release out of the current state of 2.7.0, rather than cherry pick - everything here seems like sensible bug fixes imho.

@IAlibay
Copy link
Member Author

IAlibay commented Aug 28, 2023

Seems like this is the preferred path (at least for now).

I'm going to call a merge freeze on non-bugfix things. @MDAnalysis/coredevs can I have a priority review here please?

@IAlibay IAlibay merged commit 907d957 into develop Aug 28, 2023
26 checks passed
@IAlibay IAlibay deleted the back-to-oldest-numpy branch August 28, 2023 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dealing with NumPy build time requirements for the 2.6.x release
2 participants