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

Version 1.2.10 #184

Closed
wants to merge 28 commits into from
Closed

Version 1.2.10 #184

wants to merge 28 commits into from

Conversation

jdhughes-usgs
Copy link
Collaborator

No description provided.

jdhughes-usgs and others added 27 commits February 12, 2024 12:40
* 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
)

* 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
)

* also use fortran-lang/setup-fortran@main to get the latest gcc fix
* 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
* update request ci to use pixi
Copy link

codecov bot commented Jun 16, 2024

Codecov Report

Attention: Patch coverage is 25.39683% with 94 lines in your changes missing coverage. Please review.

Project coverage is 17.991%. Comparing base (d9b17d6) to head (a819051).

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     
Files Coverage Δ
pymake/__init__.py 100.000% <100.000%> (ø)
pymake/cmds/createjson.py 87.500% <100.000%> (+87.500%) ⬆️
pymake/cmds/mfpymakecli.py 0.000% <ø> (ø)
pymake/config.py 100.000% <100.000%> (ø)
pymake/pymake_base.py 2.716% <ø> (-88.228%) ⬇️
pymake/pymake_parser.py 50.000% <ø> (+22.727%) ⬆️
pymake/utils/_Popen_wrapper.py 17.500% <ø> (-75.183%) ⬇️
pymake/utils/_compiler_language_files.py 7.086% <ø> (-86.615%) ⬇️
pymake/utils/download.py 65.266% <80.000%> (-8.049%) ⬇️
pymake/cmds/build.py 0.000% <0.000%> (ø)
... and 5 more

... and 4 files with indirect coverage changes

@jdhughes-usgs jdhughes-usgs deleted the v1.2.10 branch June 17, 2024 14:17
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.

2 participants