Skip to content

Releases: NREL-Sienna/PowerFlows.jl

v0.8.0

05 Feb 18:25
04dfb74
Compare
Choose a tag to compare

PowerFlows v0.8.0

Diff since v0.7.1

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 PowerFlowEvaluationModels 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)

v0.7.1

21 Aug 17:02
6537d66
Compare
Choose a tag to compare

PowerFlows v0.7.1

Diff since v0.7.0

Merged pull requests:

  • PSSE Exporter Part 1: Add Tests and Formalize Exporter Implementation (#42) (@GabrielKS)
  • Fix Bugs/Issues of PowerFlow (#45) (@rodrigomha)

Closed issues:

  • Don't say OPF when we mean PF (#40)
  • P_from_to and P_to_from are erroneously zero in DC power flow (#41)
  • Egregious Code Duplication in PowerFlows (#43)
  • Bug in the weeds of _reactive_power_redistribution_pv (#44)
  • solve_ac_powerflow! on a previously solved system can fail (#47)

v0.7.0

08 Jul 16:47
558a337
Compare
Choose a tag to compare

PowerFlows v0.7.0

Diff since v0.6.2

Merged pull requests:

v0.6.2

07 Feb 18:54
456a1bb
Compare
Choose a tag to compare

PowerFlows v0.6.2

Diff since v0.6.1

Merged pull requests:

v0.6.1

18 Dec 17:45
c2e6ea3
Compare
Choose a tag to compare

PowerFlows v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

01 Nov 04:41
Compare
Choose a tag to compare

PowerFlows v0.6.0

Diff since v0.5.0

Merged pull requests:

Closed issues:

  • Using Systems with StandardLoads (#22)
  • Remove unused kwarg (#24)

v0.5.0

16 Sep 05:59
e42dd74
Compare
Choose a tag to compare

PowerFlows v0.5.0

Diff since v0.4.0

Merged pull requests:

Closed issues:

  • Running power flow on large scale TSO system (#14)

v0.4.0

29 Aug 00:37
70cdc0e
Compare
Choose a tag to compare

PowerFlows v0.4.0

Diff since v0.3.0

Merged pull requests:

v0.3.0

03 May 17:49
Compare
Choose a tag to compare

PowerFlows v0.3.0

Diff since v0.2.1

Closed issues:

  • Evaluate DC PowerFlow fast (#18)

Merged pull requests:

v0.2.1

07 Mar 22:11
8af179c
Compare
Choose a tag to compare

PowerFlows v0.2.1

Diff since v0.2.0

Merged pull requests:

  • Add dispatch for StandardLoad and ExponentialLoad (#17) (@rodrigomha)