v0.10.2
PowerModelsDistribution v0.10.2
- add
exclude
kwarg toremove_all_bounds!
transformation, to selectively exclude certain asset types - fix bug in IVR transformer current variables where bounds needed to be iterated over their connections to be applied
- fix bug in objective function for opf_pbs debugging problem, wrong iteration over bus terminals
- fix typo in
variable_mc_switch_current_imaginary
that overwrote real variables (crsw) - fix bug in
_map_eng2math_switch!
where vmin/vmax were taken from f_bus instead of t_bus - fix bug in
_build_eng_multinetwork
, where "dss_options" was missing from const_pmd_eng_global_keys
- change enums (SwitchState and Dispatchable) for switches to Reals, was causing problems in loops of OSW problems
- fix bug in
variable_mc_bus_voltage_magnitude_sqr
andvariable_mc_transformer_power_imaginary
where_start
values were not being iterated over per connection - depreciate run_ functions in favor of solve_
- add support for
relax_integrality
(InfrastructureModels ~0.5.4) - fix bug in
variable_mx_real
constructor where it was indexing over terminals instead of enumerates - added storage variables to automatic unit conversion to si units on math2eng transformation
Closed issues:
- Switch real current is replaced with imag current (#327)
Merged pull requests:
- REF: depreciate
run_
functions forsolve_
(#325) (@pseudocubic)