-
Notifications
You must be signed in to change notification settings - Fork 35
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
Version 1.2.10 #184
Closed
Closed
Version 1.2.10 #184
Conversation
This file contains 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
* update workflows to include develop branch
…dflowpy#158) * replace functions are keyed by name as appears in usgsprograms.txt * lookup did not account for 'dbl' or 'd' appended to program name
…odflowpy#161) * remove ifort switches that issue warnings * write absolute zip file path if using --zip argument
* make direct evaluation of target names
) * feat(code.json): add capability to control code.json output * remove implicit double_switch for mf2005, mfnwt, mflgr, and mfusg * add capability to limit code.json to executables in appdir (--partial_json) * add capability to zip generated code.json (--zip ZIP) * add capability to update double_switch based on executable names in appdir
* add appdir kwarg to be consistent with make-program * add --appdir option to make-code-json cli to be consistent with make-program
* replace isort/black/pylint/flake8 * keep settings mostly identical * run ruff check --select NPY201, no changes needed
* update rules in pyproject.toml, add import sorting rule * split or ignore comment lines where needed for E501
* update zbud6 extra files * update mf6examples * merging with failures
gsflow (and prms) cause continual problems trying to include them as prebuilt executables. New versions require additional work to filter out extraneous source files and object files. The build process uses specific compiler flags. In short, supporting gsflow (and prms) requires more support each time we are ready to make a executables release or when a new version is released. * merge with failure - in process of resolving
* add pymake function to add syslibs option for Darwin + gcc toolchain + CLT > 14.*
* merge with failing gridgent test on MacOS with intel
…odflowpy#181) * gridgen build fails with newer versions of xcode
* update request ci to use pixi
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #184 +/- ##
==============================================
- Coverage 82.584% 17.991% -64.593%
==============================================
Files 20 20
Lines 3474 3496 +22
==============================================
- Hits 2869 629 -2240
- Misses 605 2867 +2262
|
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.
No description provided.