Skip to content

Releases: lanl-ansi/WaterModels.jl

v0.9.3

22 Jan 18:08
Compare
Choose a tag to compare

WaterModels v0.9.3

Diff since v0.9.2

Merged pull requests:

  • UPD: Improve documentation for version 0.9.2 (#151) (@tasseff)
  • ADD: Functionality for transforming network and solution data between SI and per-unit systems (#152) (@tasseff)

v0.9.2

14 Jul 04:31
74b4b6e
Compare
Choose a tag to compare

WaterModels v0.9.2

Diff since v0.9.1

Closed issues:

  • Releases (#94)

Merged pull requests:

v0.9.1

29 Mar 18:30
Compare
Choose a tag to compare

WaterModels v0.9.1

Diff since v0.9.0

v0.9.0

16 Mar 02:19
Compare
Choose a tag to compare

WaterModels v0.9.0

Diff since v0.8.0

Closed issues:

  • Ecosystem Maintenance (#141)

Merged pull requests:

v0.8.0

27 Aug 16:24
ac81eda
Compare
Choose a tag to compare

WaterModels v0.8.0

Diff since v0.7.0

Merged pull requests:

v0.7.0

19 Feb 23:02
Compare
Choose a tag to compare

WaterModels v0.7.0

Diff since v0.6.0

Merged pull requests:

  • UPD: Updates for new multi-infrastructure conventions and improved bounds. (#129) (@tasseff)

v0.6.0

16 Jan 18:26
045957c
Compare
Choose a tag to compare

WaterModels v0.6.0

Diff since v0.5.0

Closed issues:

  • Include pump power and cost data in the solution dictionary (#117)

Merged pull requests:

  • UPD: Update continuous integration to use GitHub Workflows instead of Travis (#121) (@tasseff)
  • CompatHelper: bump compat for "Interpolations" to "0.13" (#122) (@github-actions[bot])
  • CompatHelper: bump compat for "LsqFit" to "0.11" (#123) (@github-actions[bot])
  • UPD: Updates for v0.6.0 (#125) (@tasseff)

v0.5.0

05 Nov 23:31
91fa0b2
Compare
Choose a tag to compare

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)

v0.4.0

23 Aug 00:43
44cc823
Compare
Choose a tag to compare

WaterModels v0.4.0

Diff since v0.3.0

Closed issues:

  • Implement variables for shutoff valves (#30)
  • Implement constraints for shutoff valves (#32)
  • Implement control valve data structures (#34)
  • Print Summary Support (#40)
  • Remove the Link Abstraction if Possible (#71)
  • Implement new variables and constraints for improved tank performance (#83)
  • Develop integration tests for networks with shutoff valves (#87)
  • use appropriate demand values for single-time water model (#95)

Merged pull requests:

  • retain source_id for junction-nodes without demand (#102) (@jjstickel)
  • ADD: Optimization-based bound tightening utility (#103) (@tasseff)
  • DOC: Update quick start documentation to be accurate. FIX: Explicitly separate design pipes from non-design pipes. (#104) (@tasseff)

v0.3.0

24 Jun 19:07
Compare
Choose a tag to compare

WaterModels v0.3.0

Diff since v0.2.0

Closed issues:

  • Implement piecewise linear relaxation of head loss constraints (#36)
  • Compute flow variables using JuMP expressions where appropriate (#38)
  • OrderedDicts (#46)
  • Coordinate Information (#55)
  • OWF Tests (#64)
  • Model Build Time Sink/Source Constraints (#68)
  • InfrastructureModels Conventions Maintenance (#77)
  • Travis and Documeter Maintenance (#78)
  • Add Support for JuMP v0.21 (#80)
  • Release v0.2.0 (#82)
  • Implement variables for pressure reducing valves (#84)
  • Implement constraints for pressure reducing valves (#85)
  • Develop integration test for networks with pressure reducing valves (#86)
  • Set default :pipe_breakpoints and :pump_breakpoints when not specified (#90)