Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 13:25
· 11 commits to main since this release
9de1d0e

PowerFlows v0.9.0

Diff since v0.8.0

Breaking changes

  • Remove NLSolve solver option
  • Implement Thrust-Region solver
  • Implement Newton Rhapson solver
  • Implement Fallback solver

Merged pull requests:

Closed issues:

  • Add solve_powerflow! for AC power flow (#49)
  • Coding Jacobian as Functor for fast evaluation (#63)
  • Wrapping the symbolic decomposition for inverses (#64)
  • Wrapping function the PowerFlow function (#65)
  • Test PSI <-> PowerFlow interface (#67)
  • Work on speed improvements for NR AC Solve Power Flow (#70)
  • Jacobian formulation for all buses (#96)
  • Implement new version of loss factor calculations (#100)
  • Remove the KLU solver (#101)
  • Clean up the DC PowerFlow with KLU (#102)
  • Implementation of trust region (#103)
  • Implement a loss factor calculation using the JacobianFunction (#104)
  • Out-of-range bus index in "large initial residual" warning (#108)
  • Change of the interface for the Jacobian functor (#110)
  • Test "Test loss factors for larger grid" failing on Windows (#113)
  • Export and implement Trust Region solver (#117)
  • Merge simple and refinement NR methods (#118)