Sam Hatchett
Sam Hatchett
I tried to make this as non-invasive as possible - but i did change the signature for a very old function to return an index instead of being declared void....
This addition should be viewed as a helpful counterpart to the `pviewprog` callback that can be passed into the `ENepanet` function, but with the inclusion of the project handle and...
in my application, I have a need to know when the next time step boundary will occur, and for what reason. Epanet tracks this internally, but it mutates some internal...
The new rules/controls API functions are great - however in my application I have a need to be able to selectively enable and disable these rules/controls individually after load-time without...
instead of logging to a file managed by EPANET, I would like to give EPANET a function handle to call when logging output so that I can manage that information...
So it appears we've been added to The GitHub Actions Beta program. This has the potential to better serve multi-arch CI than current travis/appveyor integrations. Any thoughts? I've set up...
In addition to regression and unit testing, I believe the project could benefit from integrating a statistical validation procedure into the mix. There are some references in other fields -...
This ends up being useful for integrating with R packages. very little changes are required. more info in this closed PR: #132