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)