Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Nov 23:31
91fa0b2

WaterModels v0.5.0

Diff since v0.4.0

Closed issues:

  • Implement shutoff valve data structures (#28)
  • Develop smaller test networks to replace current tests (#75)
  • Add relax flag to all indicator (binary) variables (#89)
  • Decompose pipes with valves into separate components (#92)
  • Implement a bound tightening utility function (#98)
  • Implement modeling of dispatchable reservoir heads, tank volumes, and demands (#101)
  • Rename formulation types (#105)
  • Implement an equality-constrained quadratic form for head gain constraints (#106)
  • Parse [STATUS] block in .inp files (#110)
  • Translate pipes that are short with valves to just valves (#112)

Merged pull requests:

  • REF: Renaming of formulation types (#107) (@tasseff)
  • add source_id for all nodes (#109) (@jjstickel)
  • UPD: Decomposition of node-connecting components, addition of quadratic formulations (#111) (@tasseff)
  • FIX: Ensure short pipes with valves are reduced to just valves (#113) (@tasseff)
  • UPD: Parse [STATUS] block for EPANET inputs (#114) (@tasseff)
  • UPD: Parse [CONTROLS] block for EPANET inputs (#115) (@tasseff)
  • FIX: Tank dummy node placement (#116) (@tasseff)
  • UPD: Various refactors and updates for v0.5.0 (#118) (@tasseff)