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(dag): add NetworkX python package as DAG option #98

Merged
merged 6 commits into from
Dec 2, 2021

Conversation

jdhughes-usgs
Copy link
Collaborator

Modified makefile generation to remove date and time so that changes
to makefiles are limited to source file name and dependency changes.
Refactored setup.py to a more modern format. Bumped version number
to 1.2.1

Modified makefile generation to remove date and time so that changes
to makefiles are limited to source file name and dependency changes.
Refactored setup.py to a more modern format. Bumped version number
to 1.2.1
Modified makefile generation to remove date and time so that changes
to makefiles are limited to source file name and dependency changes.
Refactored setup.py to a more modern format. Bumped version number
to 1.2.1. Black formatting.
@codecov
Copy link

codecov bot commented Dec 1, 2021

Codecov Report

Merging #98 (f5de385) into master (2737095) will increase coverage by 0.020%.
The diff coverage is 91.176%.

@@              Coverage Diff              @@
##            master       #98       +/-   ##
=============================================
+ Coverage   65.899%   65.919%   +0.020%     
=============================================
  Files           16        16               
  Lines         4082      4105       +23     
=============================================
+ Hits          2690      2706       +16     
- Misses        1392      1399        +7     
Impacted Files Coverage Δ
pymake/pymake_parser.py 31.578% <ø> (ø)
pymake/utils/_dag.py 81.967% <87.234%> (+1.103%) ⬆️
pymake/config.py 100.000% <100.000%> (ø)
pymake/plot/dependency_graphs.py 63.953% <100.000%> (ø)
pymake/pymake.py 75.077% <100.000%> (+0.237%) ⬆️
pymake/pymake_base.py 87.021% <100.000%> (-0.089%) ⬇️
pymake/utils/_compiler_language_files.py 95.833% <100.000%> (ø)
pymake/utils/download.py 68.299% <0.000%> (-1.153%) ⬇️
pymake/utils/usgsprograms.py 83.495% <0.000%> (ø)
pymake/utils/_compiler_switches.py 80.941% <0.000%> (ø)
... and 3 more

Modified makefile generation to remove date and time so that changes
to makefiles are limited to source file name and dependency changes.
Refactored setup.py to a more modern format. Bumped version number
to 1.2.1. Black formatting. Added test of standard installation.
Modified makefile generation to remove date and time so that changes
to makefiles are limited to source file name and dependency changes.
Refactored setup.py to a more modern format. Bumped version number
to 1.2.1. Black formatting. Added test of standard installation.
Modified makefile generation to remove date and time so that changes
to makefiles are limited to source file name and dependency changes.
Refactored setup.py to a more modern format. Bumped version number
to 1.2.1. Black formatting. Added test of standard installation.
Modified makefile generation to remove date and time so that changes
to makefiles are limited to source file name and dependency changes.
Refactored setup.py to a more modern format. Bumped version number
to 1.2.1. Black formatting. Added test of standard installation.
@jdhughes-usgs jdhughes-usgs merged commit 5b8d6bd into modflowpy:master Dec 2, 2021
@jdhughes-usgs jdhughes-usgs deleted the refactor-dag branch December 2, 2021 12:49
@cnicol-gwlogic cnicol-gwlogic mentioned this pull request Dec 2, 2021
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.

None yet

1 participant