Releases: WaterFutures/EPANET-PLUS
Releases · WaterFutures/EPANET-PLUS
v0.2.2
v0.2.1
- EPyT
- Add missing EPANET 2.3 constants
v0.2.0
- Several bugfixes
- Hotfix: method_EN_getcurveindex
- Parsing of arguments in method_EN_settankdata
- Return argument in method_ENgetcurveid
- EPyT
- Add functions for working with curves
- Remove deprecated functions
- Drop support for Python 3.9
v0.1.3
- Fix several memory leaks
- Fix casting in method_ENgetcurve
- PyTests: Fix paths to .inp and .msx files
- Python interface:
- Add option for loading .inp file from a given buffer
- Fix typos in function names
v0.1.2
- Python interface:
- Bugfix: Set initial warning code to zero instead of None
- Bugfix: Create empty .inp file in temp folder if no file is specified
- Bugfix: Do not free memory (i.e., delete project) more than once
v0.1.1
- Extended usage documentation
- EPyT class:
- Bugfix: get_all_junctions_methods
- Add .msx input file to constructor
- Make .inp file optional in constructor
v0.1.0
- Add support for Python 3.14
- Add ENopenX function to Python C extension
- Add EPANET-MSX example
v0.0.1
Initial release