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

refactor(dependencies): support numpy 2 #2241

Merged
merged 8 commits into from
Jun 19, 2024
Merged

Conversation

wpbonelli
Copy link
Member

@wpbonelli wpbonelli commented Jun 18, 2024

Remove numpy upper bound to close #2153. Also fix @requires_pkg usage in test_export.py, replace deprecated itemset in mfdatastorage.py, and bump some CI jobs to Python 3.9.

This PR required updates on the MF6 side:

Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.0%. Comparing base (18dfcb0) to head (ee99533).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop   #2241     +/-   ##
=========================================
+ Coverage     73.5%   74.0%   +0.4%     
=========================================
  Files          294     294             
  Lines        58888   58886      -2     
=========================================
+ Hits         43329   43595    +266     
+ Misses       15559   15291    -268     
Files Coverage Δ
flopy/mf6/data/mfdatastorage.py 71.6% <100.0%> (ø)

... and 11 files with indirect coverage changes

@wpbonelli wpbonelli marked this pull request as ready for review June 19, 2024 04:31
@wpbonelli wpbonelli merged commit e48198c into modflowpy:develop Jun 19, 2024
25 checks passed
@wpbonelli wpbonelli deleted the np2 branch June 19, 2024 05:06
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.

NumPy 2.0 compatibility
1 participant