- upgrade CommonOPF to v0.3.8
- upgrade CommonOPF to v0.3.7
- add
get_line_amps
,get_peak_line_amps_percent
, anddefine_line_amps_pu
- mv SinglePhase
rij
andxij
to CommonOPF
- deprecate
get_edge_values
andget_bus_values
in favor ofCommonOPF.get_variable_values
- add
Results
forSinglePhase
andMultiPhase
models
- store
m[:injectioncons]
andm[:loadbalcons]
in single phase models
- add single phase voltage regulators
- multiphase regulators index
:turn_ratio
on phase (breaking from CommonOPF) - add
combine_parallel_lines!
andremove_bus!
- deprecate
constrain_bounds
- mv
reg_busses
,turn_ratio
,has_vreg
,vreg
to CommonOPF - split model.jl into model_single_phase.jl and model_multi_phase.jl
- update to CommonOPF v0.2.1
- move io.jl, types.jl, inputs.jl and some utils.jl to CommonOPF (new dependency)
- add three phase, unbalanced capability and documentation
- remove
dss_parse_lines
anddss_parse_line_codes
methods; addPowerModelsDistribution.parse_dss
Inputs
only requires a "master.dss" file path now (instead two file paths for line codes and lines)
- update dependencies (JuMP 1.0, HiGHS for testing)
- remove CSV dependency
- upgrade Manifest.toml and Project.toml for Julia 1.7
- add
singlephase38linesInputs
type for quickly building a demo network - deprecate
constraint_bounds
in favor of passing bounds toInputs
and constraining in@variable