Recent Releases of WaterModels.jl
WaterModels.jl - v0.9.3
WaterModels v0.9.3
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)
Natural Resources - Water Supply and Quality
- Julia
Published by github-actions[bot] over 2 years ago

WaterModels.jl - v0.9.2
WaterModels v0.9.2
Closed issues:
- Releases (#94)
Merged pull requests:
- Update Project Compat (#150) (@ccoffrin)
Natural Resources - Water Supply and Quality
- Julia
Published by github-actions[bot] almost 3 years ago

WaterModels.jl - v0.9.1
WaterModels v0.9.1
Natural Resources - Water Supply and Quality
- Julia
Published by github-actions[bot] about 3 years ago

WaterModels.jl - v0.9.0
WaterModels v0.9.0
Closed issues:
- Ecosystem Maintenance (#141)
Merged pull requests:
- updating dw branch (#134) (@dsigler1234)
- add per_unit keyword with io (#142) (@jjstickel)
- Close #141 (#146) (@tasseff)
Natural Resources - Water Supply and Quality
- Julia
Published by github-actions[bot] about 3 years ago

WaterModels.jl - v0.8.0
WaterModels v0.8.0
Merged pull requests:
- Fw (#130) (@dsigler1234)
- UPD: Updates for v0.8.0 (#131) (@tasseff)
Natural Resources - Water Supply and Quality
- Julia
Published by github-actions[bot] over 3 years ago

WaterModels.jl - v0.7.0
WaterModels v0.7.0
Merged pull requests:
- UPD: Updates for new multi-infrastructure conventions and improved bounds. (#129) (@tasseff)
Natural Resources - Water Supply and Quality
- Julia
Published by github-actions[bot] about 4 years ago

WaterModels.jl - v0.6.0
WaterModels v0.6.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)
Natural Resources - Water Supply and Quality
- Julia
Published by github-actions[bot] over 4 years ago

WaterModels.jl - v0.5.0
WaterModels v0.5.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)
Natural Resources - Water Supply and Quality
- Julia
Published by github-actions[bot] over 4 years ago

WaterModels.jl - v0.4.0
WaterModels v0.4.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)
Natural Resources - Water Supply and Quality
- Julia
Published by github-actions[bot] over 4 years ago

WaterModels.jl - v0.3.0
WaterModels v0.3.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)
Natural Resources - Water Supply and Quality
- Julia
Published by github-actions[bot] almost 5 years ago

WaterModels.jl - v0.2.0
WaterModels v0.2.0
Closed issues:
- Release v0.1.0 (#22)
- Add tests for multinetwork data (#23)
- Support non-integer component IDs (#24)
- Implement tank data structures (#25)
- Implement variables for tanks (#26)
- Implement constraints for tanks (#27)
- Implement check valve data structures (#29)
- Implement variables for check valves (#31)
- Implement constraints for check valves (#33)
- Retain letter casing when reading in data (#35)
- Implement pump data structures (#39)
- Pipe Node Names (#41)
- Naming Conventions (#42)
- Component Keys (#43)
- Faster Node ID Linking (#44)
- Dict Type Signautre (#45)
- Ref/Con/Var Functions (#47)
- Post Function Notes (#49)
- Refactor Type Hierarchy (#50)
- Source Organization (#52)
- Add Constraint Templates (#54)
- Time Series Block (#58)
- Set up Documenter (#60)
- Add Support for JuMP v0.21 (#80)
Merged pull requests:
- Lookup Helpers (#53) (@ccoffrin)
- Skip Valid Inequalities (#56) (@ccoffrin)
- Add Explicit Node Components (#57) (@ccoffrin)
- Multi-Network Utilities (WIP) (#59) (@ccoffrin)
- Tidy Up Source Code (#62) (@ccoffrin)
- Recent changes to OWF (#63) (@tasseff)
- Move Heads from Junctions to Nodes (#65) (@ccoffrin)
- Improvements to Flow Conservation Constraints (#67) (@ccoffrin)
- Fixes for InfrastructureModels.print_summary (#69) (@tasseff)
- Refactor to use Constraint Templates (#70) (@ccoffrin)
- Updates for InfrastructureModels v0.3 (#73) (@ccoffrin)
- Updates for new typing. (#74) (@tasseff)
- Update Dependencies (#76) (@ccoffrin)
- Install TagBot as a GitHub Action (#79) (@JuliaTagBot)
- Add Upper Bounds on Package Dependencies (#81) (@ccoffrin)
Natural Resources - Water Supply and Quality
- Julia
Published by github-actions[bot] about 5 years ago

WaterModels.jl - v0.1.0
Natural Resources - Water Supply and Quality
- Julia
Published by julia-tagbot[bot] almost 6 years ago

WaterModels.jl - v0.0.1
This release is intended to be a minimal snapshot of the relaxation-based network design algorithm presented in Global Optimization of Nonlinear Network Design. Users interested in sifting through poorly-documented experimental cruft produced during early development should refer to 59a74e3. Future minor versions will separate problem-specific algorithmic components into WaterModelsAnnex.jl, while WaterModels.jl will focus on formulation-specific code. Note that this release relies heavily on MathProgBase (and thus JuMP < v0.19.0).
Natural Resources - Water Supply and Quality
- Julia
Published by julia-tagbot[bot] almost 6 years ago
