Skip to content

v0.4.0

Compare
Choose a tag to compare
@stroitzsch stroitzsch released this 02 Jun 10:58
· 669 commits to develop since this release

New features

  • Added problems module with definitions for nominal operation problem (simulation) and optimal operation problem (optimization).
  • Added high-level API for executing optimal & nominal operation problems.
  • Added various DER models.
  • Enabled most DERs for thermal grids (Verena Kleinschmidt).
  • Added ability to define electric grid model as single-phase-approximate.
  • Added Z-Bus power flow solution method (Arif Ahmed).
  • Added plots module (work-in-progress).
  • Added ability to set local configuration with config.yml.
  • Added ability to set base units for apparent power, voltage and thermal power for in scenario definition.

Changes

  • Moved implementation of optimization problems from Pyomo to CVXPY for performance improvements.
  • Reformulated optimization constraints to use normalized values for improved numerical performance.
  • Improved FLEDGE definition data format documentation.
  • Refactored DER model data definition format.
  • Refactored price data object.
  • Various fixes in linear electric grid model model and DLMP calculations.
  • Introduced various error messages for common issues.