ci: simplify distribution scripts#2556
Merged
wpbonelli merged 25 commits intoMODFLOW-ORG:developfrom Oct 14, 2025
Merged
Conversation
c9496d8 to
f8fe3f6
Compare
consolidate various full/approved/releasemode options into a single option --full
db70a77 to
babb8a7
Compare
wpbonelli
commented
Oct 11, 2025
wpbonelli
added a commit
to modflowpy/flopy
that referenced
this pull request
Oct 11, 2025
Accommodate attribute "prerelease" rename to "developmode" in MODFLOW-ORG/modflow6#2556
Member
Author
|
@mjreno I merged so this gets some exercise on the nightly build but let me know if you see anything. |
wpbonelli
added a commit
to MODFLOW-ORG/modflow6-nightly-build
that referenced
this pull request
Oct 15, 2025
wpbonelli
added a commit
that referenced
this pull request
Jan 8, 2026
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.
Consolidate various switches (
--full,--approved,--releasemode) into a single switch--releasemodeconsistent across all distribution-related scripts, corresponding to the 2 release typesRename the
prereleaseDFN variable attribute todevelopmodefor consistency.By default, all the scripts now run in develop mode unless
--releasemodeis enabled. A corresponding--releasemodeswitch was also added to the flopy codegen utility.And rename
DevFeatureModuleanddev_feature()toFeatureFlagsModuleanddevelopmode()respectively.Also, remove options for filtering models out of the distribution. That was overkill. Just hard code them.