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

Add EPANET MSX enhancements #426

Open
wants to merge 97 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 90 commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
136fe58
initial creation of MSX reaction object
dbhart Aug 17, 2023
173e4b9
update requirements so that reactions test with sympy
dbhart Aug 18, 2023
a47305d
Importing module before it existed, oops
dbhart Aug 18, 2023
a931261
Merge pull request #128 from USEPA/main
dbhart Aug 18, 2023
5431a84
Documentation updates
dbhart Aug 18, 2023
4ae43db
Code updates for MSX utilities
dbhart Aug 25, 2023
6b4394a
Forgot some files
dbhart Aug 25, 2023
8036ef3
Updated code structure checkin
dbhart Aug 25, 2023
b37a1d5
Update to core reactions model codes
dbhart Aug 28, 2023
4892363
Updates to read things in - there are bugs
dbhart Aug 28, 2023
3649f60
Updates to documentation and completing the I/O
dbhart Aug 29, 2023
25f18a9
Completed MSX-input file IO
dbhart Aug 31, 2023
bb3ec89
Citations update
dbhart Sep 11, 2023
455958d
Adding a (very basic) citations class
dbhart Sep 11, 2023
d746e4f
Update documentation
dbhart Sep 11, 2023
57a9d2f
Updates after internal discussion
dbhart Sep 11, 2023
74a056f
Update to read/write citations on the WaterNetworkModel
dbhart Sep 12, 2023
b19122e
Documentation updates
dbhart Sep 12, 2023
f739713
Merge branch 'msx' into citations
dbhart Sep 12, 2023
7a6f46f
Merge pull request #129 from dbhart/citations
dbhart Sep 12, 2023
d4c31b5
Update to add basic citation class
dbhart Sep 12, 2023
a2b0c4f
Getting rid of merge conflict
dbhart Sep 12, 2023
6fac521
Merge pull request #131 from dbhart/citation
dbhart Sep 12, 2023
da46076
Merge pull request #132 from dbhart/exceptions
dbhart Sep 16, 2023
60af118
Exceptions (#133)
dbhart Sep 16, 2023
5e97685
Update to sphinx config (#134)
dbhart Sep 16, 2023
74b1a05
Updates to toolkit
dbhart Sep 16, 2023
52de3d5
Rebase library
dbhart Sep 16, 2023
a68835b
Updates to documentation, organization, and utilities
dbhart Sep 19, 2023
51f2a7c
Rename
dbhart Sep 20, 2023
ffcc1a5
Typo
dbhart Sep 20, 2023
eb6e7af
Updates to tests and organization
dbhart Sep 20, 2023
45d5976
Updates for testing and documentation
dbhart Sep 26, 2023
8862e25
Update to documentation and library functionality
dbhart Oct 6, 2023
6806c59
Merge branch 'USEPA:main' into msx
dbhart Oct 16, 2023
6b73e6c
Updates pulling MSX into the WaterNetworkModel
dbhart Oct 12, 2023
ca3451a
Stashing
dbhart Oct 24, 2023
9902471
Update to package structure
dbhart Oct 25, 2023
84e92ea
Tests still broken, but now fully running MSX
dbhart Oct 27, 2023
25a48e0
Renaming to conform to other wntr styles
dbhart Oct 27, 2023
0bc2088
Updates to naming, documentation
dbhart Nov 6, 2023
a8d0fd6
Merge branch 'USEPA:main' into msx
dbhart Nov 6, 2023
bc16886
Merge branch 'msx' of https://github.com/dbhart/WNTR into msx
kaklise Nov 9, 2023
1f8c3dd
Delete test file
dbhart Nov 9, 2023
e44e347
Add test file
dbhart Nov 9, 2023
1c200fe
Merge branch 'msx' of https://github.com/dbhart/WNTR into msx
kaklise Nov 9, 2023
8766bbd
Updates to documentation for MSX
dbhart Nov 9, 2023
54690ce
Update to example files and tests
dbhart Nov 9, 2023
7d193ed
Merge branch 'msx' of https://github.com/dbhart/WNTR into msx
kaklise Nov 9, 2023
73264e4
Test updates
dbhart Nov 9, 2023
f4244c7
Fix tolerances
dbhart Nov 9, 2023
46cf2db
Merge branch 'msx' of https://github.com/dbhart/WNTR into msx
kaklise Nov 9, 2023
8d1a41e
MSX documentation update
kaklise Nov 10, 2023
0b11e42
minor updates
kaklise Nov 10, 2023
cdcb4d1
MSX docs update (#135)
kaklise Nov 10, 2023
6c93a63
API docs update, removed excess imports, removed cite_msx
kaklise Nov 10, 2023
9bc4140
API docs update, removed excess imports, removed cite_msx (#136)
kaklise Nov 10, 2023
f21f81a
Merge branch 'USEPA:main' into msx
dbhart Nov 10, 2023
7b3975a
Merge pull request #137 from kaklise/msx
dbhart Nov 13, 2023
d347ad6
Docs update
dbhart Nov 13, 2023
e07e292
Fix changed name
dbhart Nov 17, 2023
361f167
Update to correct the exceptions listings
dbhart Oct 23, 2023
be11447
fix exceptions
dbhart Nov 17, 2023
d467860
Updates to address comments in PR. Tests forthcoming
dbhart Oct 30, 2023
4c9600a
Added the tests for exceptions
dbhart Nov 17, 2023
54e045e
Get rid of apidoc to match docs-theme
dbhart Nov 17, 2023
fd965c7
Exceptions/docs-theme merges
dbhart Nov 17, 2023
853536e
Final conflict
dbhart Nov 17, 2023
033a675
Merge pull request #139 from dbhart/exceptions
dbhart Nov 17, 2023
7ea6a6e
Updates to msx docs
kaklise Dec 13, 2023
fd3ae03
Merge pull request #140 from kaklise/msx
dbhart Dec 14, 2023
48a6faf
Fixing typos
dbhart Dec 14, 2023
08b60b7
Adding MSX binary files and updating .gitignore
dbhart Dec 18, 2023
263b9d6
Update dll paths
dbhart Dec 18, 2023
1709f1f
Updating tests...ish
dbhart Dec 19, 2023
6b146c5
MSX binaries update
dbhart Feb 12, 2024
076d202
Updates to documentation configuration
dbhart Feb 12, 2024
8791ccc
Merge branch 'USEPA:main' into msx
dbhart Feb 12, 2024
229f09f
Merge branch 'msx' of github.com:dbhart/WNTR into msx
dbhart Mar 11, 2024
8eadd15
Merge branch 'USEPA:main' into msx
dbhart Mar 11, 2024
63d782a
Fix toolkit problems.
dbhart Mar 13, 2024
f95bbdf
Updates to fix the wn.msx variable assignment
dbhart Apr 7, 2024
f76e997
JSON schema commit
dbhart Apr 30, 2024
e5db660
Merge branch 'USEPA:main' into msx
dbhart Apr 30, 2024
d1df04e
Update to MSX examples and bug fix
dbhart May 4, 2024
168e59d
Update to MSX demo
dbhart May 5, 2024
5ba02f3
Update to the MSX demo jupyter notebook.
dbhart May 7, 2024
4894e82
Update to demo
dbhart May 7, 2024
53cb5be
Merge branch 'USEPA:main' into msx
dbhart May 7, 2024
8124da7
MSX updates
dbhart May 20, 2024
b7e260f
Merge branch 'USEPA:main' into msx
dbhart Jul 2, 2024
366b7d7
Reverting
dbhart Jul 2, 2024
2469acb
Revert documentation config changes
dbhart Jul 15, 2024
891d33c
Revert conf.py
dbhart Jul 15, 2024
fe5ca29
Finish revert erroneous commits
dbhart Jul 15, 2024
2ec9b81
CrowdStrike mess backup
dbhart Jul 20, 2024
a203e76
Merge pull request #142 from USEPA/main
dbhart Aug 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 78 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,96 @@
# Developer IDE directories
/.project
/.spyproject
_build/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# VS Code project settings
*.code-workspace
/.vscode

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Distribution / packaging
.Python
build/
wntr.egg-info/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
docker/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Mac cleanup
**/.DS_Store

# Other items / test output
temp*
*.pyd
*.pyc
*.egg
*.coverage
*.ipynb
*.html
*.pickle
*.xlsx

temp*

examples/*.inp
wntr/tests/*.png

# Documentation build files
documentation/_build
documentation/_local
documentation/apidoc

# WNTR specific
wntr/sim/aml/*.so
wntr/sim/aml/*.dll
wntr/sim/aml/*.dylib
wntr/sim/network_isolation/*.so
wntr/sim/network_isolation/*.dll
wntr/sim/network_isolation/*.dylib
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ include wntr/sim/aml/evaluator*
include wntr/sim/aml/numpy.i
include wntr/sim/network_isolation/network_isolation*
include wntr/sim/network_isolation/numpy.i
include wntr/tests/networks_for_testing/*.inp
include wntr/tests/networks_for_testing/*.inp
include wntr/library/msx/*.json
include wntr/library/msx/*.msx
3 changes: 2 additions & 1 deletion documentation/_templates/autosummary/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

{{ objname | escape | underline}}

.. rubric:: *module* :mod:`{{ module }}`
..
rubric:: *module* :mod:`{{ module }}`

.. currentmodule:: {{ module }}

Expand Down
6 changes: 4 additions & 2 deletions documentation/_templates/autosummary/class.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{{ objname | escape | underline}}

.. rubric:: *module* :mod:`{{ module }}`
..
rubric:: *module* :mod:`{{ module }}`

.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}
.. autoclass:: {{ fullname }}
:exclude-members: __new__

{% block methods %}
{% if methods %}
Expand Down
6 changes: 4 additions & 2 deletions documentation/_templates/autosummary/exception.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{{ objname | escape | underline}}

.. rubric:: *module* :mod:`{{ module }}`
..
rubric:: *module* :mod:`{{ module }}`

.. currentmodule:: {{ module }}

.. autoexception:: {{ objname }}
.. autoexception:: {{ fullname }}
:no-inherited-members:
:exclude-members: __new__

{% block methods %}
{% if methods %}
Expand Down
Loading
Loading