PowerFlows v0.8.0
Breaking changes
Add PSSe exporter
Add multi period AC PowerFlows
Add KLU Solver
Merged pull requests:
- PSSE Exporter Part 2: Integrate with PowerSimulations (#48) (@GabrielKS)
- PowerFlows.jl unified
develop
branch (#53) (@GabrielKS) - Feature/nr_pf_solver (#54) (@rbolgaryn)
- Fix bug 74: enforcing reactive power limits for AC power flow (#76) (@GabrielKS)
- Modify
PowerFlowData
fields for multi-period AC PF (#78) (@GabrielKS) - Implement power flow-specific (re)active power limits proxies (#79) (@GabrielKS)
- add field "converged" to PowerFlowData, return NaN when not converged (#82) (@rbolgaryn)
- Update dependencies (#83) (@GabrielKS)
- Add fields to
PowerFlowEvaluationModel
s to support further PSI integration (#84) (@GabrielKS) - Move reimporting code to PowerSystems, refine metadata format, misc code cleanup (#85) (@GabrielKS)
- Replace manual unrolls with macro calls (#86) (@luke-kiernan)
- update project toml (#89) (@jd-lara)
- Replace manual unrolls with macro calls (#86) (#92) (@jd-lara)
Closed issues:
- Implement Logger (#16)
- "get_reactive_power_limits not implemented for RenewableNonDispatch" (#39)
- Filter kwargs for NLSolve (#46)
- Tweak
PowerFlowData
for better multi-period support (#52) - Performance Improvements PSSe Exporter (#56)
- Implementing Newton Raphson for multiperiod (#66)
- Refactor interface between power flow solver and exporter (#72)
- Solving/Updating PowerFlow & check reactive power limits (#74)
- Modify
PowerFlowData
to support multi-period AC power flow data (#77) - Macro to unroll fast printing (#81)