refactor: update the MODFLOW 6 targets to 6.8.0 - #350
Open
jdhughes-dev wants to merge 5 commits into
Open
Conversation
MODFLOW 6 6.8.0 adds Timing/ParallelAts.f90 to the source files that are only built with MPI, which a serial build cannot compile.
mf6, zbud6 and libmf6 build the 6.8.0 release, and the development targets report the 6.9.0.dev0 version on the develop branch.
numpy, coverage, matplotlib, modflow-devtools and codespell carry the versions flopy pins, and python 3.14 is added to the classifiers.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #350 +/- ##
=========================================
Coverage 80.894% 80.894%
=========================================
Files 20 20
Lines 3266 3266
=========================================
Hits 2642 2642
Misses 624 624
🚀 New features to boost your workflow:
|
The Release Notes project url, which is shown on the PyPI page, pointed at the flopy changelog.
pixi reports the project table as deprecated on every task it runs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mf6, zbud6 and libmf6 build the 6.8.0 release and the development targets report 6.9.0.dev0. MODFLOW 6 6.8.0 adds
Timing/ParallelAts.f90to the source files that are only built with MPI, which is now removed with the other files that have external library dependencies.numpy, coverage, matplotlib, modflow-devtools and codespell also carry the versions flopy pins, and python 3.14 is added to the classifiers.