Releases: lanl-ansi/PowerModelsDistribution.jl
Releases · lanl-ansi/PowerModelsDistribution.jl
v0.16.0
v0.15.2
PowerModelsDistribution v0.15.2
Merged pull requests:
- [add] solve_mn_mc_opf_oltc (#457) (@John-Boik)
- CompatHelper: add new compat entry for Graphs at version 1, (keep existing compat) (#458) (@github-actions[bot])
v0.15.1
PowerModelsDistribution v0.15.1
Merged pull requests:
v0.15.0
PowerModelsDistribution v0.15.0
Merged pull requests:
- DSS parser rewrite (breaking) (#435) (@pseudocubic)
- FIX: p&q vars overwritten in IVRU formulation (#439) (@pseudocubic)
- FIX: dss parsing of object names with '.' char (#444) (@pseudocubic)
- FIX: transformer control dss2eng (#445) (@pseudocubic)
Closed issues:
- Add support for all aspects of IEEE 8500-node test feeder (#229)
- Minor typo in var dictionnary for branch power in IVR formulation (#437)
- Solving OPF in a PV distribution network using different operating modes (APC, RPC, MPPT, OID) (#438)
- [BUG] KeyError: key "rs" not found in European Low Voltage Test Feeder case (#441)
- [BUG] Error parsing OpenDSS 123 Bus case (#442)
- [BUG] Error parsing OpenDSS 123 Bus case (#443)
v0.14.9
PowerModelsDistribution v0.14.9
Closed issues:
- Removing P as a decision variable in the OPF problem (#430)
Merged pull requests:
- Four wire native pf (#375) (@hei06j)
- FIX: implementation of polynomial nl costs above quadratic (#431) (@juanjospina)
- DOC: add arvix reference to native power flow (#432) (@hei06j)
- Fix a few typos (#433) (@pitmonticone)
v0.14.8
PowerModelsDistribution v0.14.8
Closed issues:
- OpenDSS compatibility for inline comments [BUG] (#429)
v0.14.7
PowerModelsDistribution v0.14.7
Merged pull requests:
v0.14.6
PowerModelsDistribution v0.14.6
Closed issues:
- [BUG] Incorrect voltage source impedance for 4 wire networks (#376)
- [BUG] Issue with the SOCNLPUBFPowerModel and the SOCConicUBFPowerModel formulations when solving problems with switches (#423)
Merged pull requests:
- ADD: UBF Matrix Power Variables for Switches (#424) (@pseudocubic)
- ADD: Alternative methods for defining line constants (#425) (@pseudocubic)
v0.14.5
PowerModelsDistribution v0.14.5
Closed issues:
- [BUG] Single phase delta load modeling for LinDist3FlowPowerModel (#389)
- Using pyjulia with PMD -- ImportError (#391)
- Confusing lack of documentation for adding storage (#392)
- [BUG]
add_start_vrvi!
on 13 Bus (#393) - [BUG] Tabulation causing error on
parse_file
(#394) - [BUG]
parse_file
don't redirect when.dss
is not in the parente file (#396) - [BUG]
parse_file
don't change an element when a.dss
file change it. (#397) - [FEATURE] Use
OpenDSSDirect.jl
to parse.dss
files instead of try to implement a parser (#398) - [BUG] ZIP load (#400)
- [FEATURE] Multi-network OPF for capacitor control? (#403)
- Error in eng2maths.jl line 333? (#413)
- [BUG] Joining lines calls a function which throws an error (#416)
- Creating a multinetwork test case (#417)
Merged pull requests:
- FIX:
parse_file
in.dss
files with character UTF-8 0x09 (Tabulation) (#395) (@felipemarkson) - ADD: ZIP load model (#401) (@keatsig)
- FIX: indexing of single-phase delta loads for linear formulations (#402) (@keatsig)
- ADD: Capacitor control for IVR and FOTP formulations (#404) (@keatsig)
- FIX: Bugs in center tap transformer model (#407) (@keatsig)
- ADD: Transformer SOC relaxations (#412) (@keatsig)
- FIX: bug in _map_eng2math_bus! function (#415) (@keatsig)
- FIX: check if bus property is vector (#418) (@pseudocubic)
- FIX: property assignment in different file (#420) (@pseudocubic)
v0.14.4
PowerModelsDistribution v0.14.4
Closed issues:
- [BUG] 'pmult' and 'qmult' csv data are not being parsed correctly in multinetwork test cases. (#386)
Merged pull requests:
- FIX: bug in _dss2eng_loadshape function (#387) (@juanjospina)