Skip to content

Releases: USEPA/WNTR

Version 0.5.0.rc8 Release

15 Nov 00:46
607659d
Compare
Choose a tag to compare
Pre-release

Release candidate to test connection to PyPI

Version 0.5.0.rc7 Release

11 Nov 20:15
3713dce
Compare
Choose a tag to compare
Pre-release

Testing use of release workflow with PyPA, update for cibuildwheel

Version 0.5.0.rc6 Release

11 Nov 18:41
0a0297d
Compare
Choose a tag to compare
Pre-release

Testing use of release workflow with PyPA

Version 0.5.0.rc5 Release

28 Oct 16:40
962f4d8
Compare
Choose a tag to compare
Pre-release
Update __init__.py

Version 0.5.0.rc2 Release

26 Oct 21:45
097f26e
Compare
Choose a tag to compare
Pre-release

Release candidate 2

Version 0.5.0.rc1 Release

26 Oct 21:15
5a2344a
Compare
Choose a tag to compare
Pre-release

Release candidate for 0.5.0

What's Changed

New Contributors

Full Changelog: 0.4.2...0.5.0

Version 0.4.2 Release

23 Jun 19:08
b031abf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.4.2

Version 0.4.1 Release

02 Mar 15:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

Version 0.4.0 Release

26 Aug 17:12
Compare
Choose a tag to compare
  • Changed network component attribute names related to initial status and initial setting and made simulation results read-only
  • Added slots to water network model options to define available option names
  • Removed custom handlers from the EPANET bin filer reader
  • Added a metric to compute pump energy
  • Added type checking for methods used to build water network models
  • Updated the WNTRSimulator link results to include setting
  • Updated the WNTRSimulator to use start clocktime
  • Updated documentation and tests

See Release Notes for more details.

Version 0.3.1 Release

16 Jun 22:22
5fb1876
Compare
Choose a tag to compare
  • Added option to define convergence error behavior.
  • Updated method to add power outage to pumps.
  • Added a method to convert controls to rules.
  • Updated the expected demand metrics to optionally specify a demand category.
  • Added a function to compute valve segment attributes from a valve layer.
  • Added a function to generate a randomly ordered colormap.
  • Added the ability to define pressure exponents that vary throughout the network (used only by the WNTRSimulator).
  • Updated controls to create speed rules for pumps.
  • Bug fixes related to the pump energy calculation, value controls read in from EPANET INP files, plotting directed networks with a colorbar, and pattern start time.
  • Added NotImplementedError for D-W and C-M headloss when using the WNTRSimulator.
  • Updated network component attributes that store simulation results to be read-only.
  • Changed results object names for friction factor, link quality, and reaction rate to match names used in EPANET.
  • Updated API documentation to include a table of class properties for each network class (Junction, Tank, Pipe, etc.).
  • Added support for Python 3.9

See Release Notes for more details.