Skip to content

Releases: ettoreaquino/powersddp

powersddp 0.0.3

26 Aug 20:28
Compare
Choose a tag to compare

Release 0.0.3

Third release

Additions

  • PowerSystem.dispatch(solver='sdp') can now plot 3D surfaces when dispatching more than one hydro unit

Changes

Future Releases

  • More solver methods
  • Improved outputs for sdp solver method

powerdssp 0.0.2

25 Aug 23:14
Compare
Choose a tag to compare

Release 0.0.2

Second release!!

Additions

  • PowerSystem.dispatch() can receive specific solver methods:
    • dispatch(solver='ulp') uses a Unique Linear Programming method
    • dispatch(solver='sdp') uses a Stochastic Dual Programming method

Changes

  • PowerSystem.dispatch() now works with multiple Hydro Units. Declare them respecting the examples in system-hydro.yml of follow the example in the documentation.

Future Releases

  • Plot 3D shape when multiple HGUs are operating
  • More solver methods

powerdssp 0.0.1

24 Aug 22:32
Compare
Choose a tag to compare

Release 0.0.1

First release!!

@Jppbrbs entered the project.

Additions

  • powersddp.PowerSystem() class initializes a power system either using path : str ( .yml file) or a data : dict params.
  • PowerSystem.dispatch() results in a DataFrame depicting economical operation
    • dispatch() can receive optional params verbose=True and/or plot=True.
    • dispatch() uses a Stochastic Dynamic Programming method to solve the minimization function.

Changes