Skip to content

Releases: lanl-ansi/PowerModelsDistribution.jl

v0.3.0

14 May 18:27
v0.3.0
952b966
Compare
Choose a tag to compare

(Breaking)

Updates to use JuMP v0.19 / MathOptInterface

  • norm(x) <= t --> [t, x...] in SecondOrderCone()
  • lowerbound, upperbound, and basename in @variable to lower_bound, upper_bound, and base_name, respectively.
  • setupperbound --> set_upper_bound
  • setlowerbound --> set_lower_bound

v0.2.1

13 May 20:57
v0.2.1
451a86e
Compare
Choose a tag to compare

Minor bugfixes

v0.2.0

30 Apr 05:32
97423d2
Compare
Choose a tag to compare

Adds transformers, removes support for Julia v0.6/v0.7

v0.1.5

27 Apr 01:06
848b6e9
Compare
Choose a tag to compare

Minor fixes to OpenDSS

v0.1.4

18 Dec 15:35
1f2b88c
Compare
Choose a tag to compare

Update to PowerModels v0.9

v0.1.3

26 Nov 23:17
Compare
Choose a tag to compare

Adds multiphase storage model, and enhancements to OpenDSS parser such as parsing of Storage objects and parsing PVSystem objects into generators, and new "source_id" field to aid in original dss source component for each PowerModels component.

Adds support for Julia v0.7/v1.0

v0.1.2

05 Oct 23:45
2cf56cf
Compare
Choose a tag to compare

Add support for network flow approximation formulation.

v0.1.1

04 Aug 20:43
757950c
Compare
Choose a tag to compare

Added several of matrix-based branch flow formulations, basic docs, and a variety of improvements to the OpenDSS parser.

v0.1.0

15 Jul 18:26
Compare
Choose a tag to compare

Initial release. Simple three-phase formulations of polar form and an soc relaxation for power flow and optimal power flow.