v0.35.0
PowerSimulations v0.35.0
Breaking changes
- Add new security constrained models
- Add interface to pick max flow for ParalleBranches
- Several Bug Fixes and performance improvements
Merged pull requests:
- Mb/cost expression refactor (#1564) (@m-bossart)
- Recompute headroom-proportional slack factors from optimization results (#1566) (@luke-kiernan)
- SCUC branch formulation using MODF (#1579) (@SebastianManriqueM)
- Add test for MonitoredLine with asymmetric flow limits (#1604) (@Copilot)
- add area ptdf for interconnecting converter (#1605) (@rodrigomha)
- Update tutorial title from 'Simple-Step' to 'Single-Step' (#1606) (@kdayday)
- Literate patch from PF PR (#1608) (@kdayday)
- performance updates for parameter broadcasting (#1609) (@jd-lara)
- deserialize system in results (#1611) (@m-bossart)
- Handle components with separate input/output active power variables in PF in the loop (#1612) (@Copilot)
- network bugfixes (#1613) (@jd-lara)
Closed issues:
- Consider loading the system by default in
get_decision_problem_results(#1144) - Use results from PowerSimulations to determine slack participation factors (#1294)
MarketBidCostloads do not account for initial input onPowerLoadDispatchformulation (#1299)- Doc: mention others devices simulation extensions in
formulation_library(#1353) - Increase test coverage for PM translator (#1478)
- Refactor ProductionCostExpression (#1534)
- StartupTime data is missing (#1558)
- Build fails when using FixedAdmittance with StaticBranch and get time series array bug (#1588)
- Require emulator when running with outages (#1590)
- Add test with
MonitoredLinewhoseflow_limitsdiffer by direction and asserts the applied limit is the minimum of the two (and rating). (#1602) - Handle components with both separate input/output active power variables in pf in the loop (#1610)