Skip to content

v1.0.0-rc2202

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Dec 14:29
· 3 commits to v1.x.x since this release
Immutable release. Only release title and notes can be modified.
v1.0.0-rc2202
f539389

Frequenz Python SDK Release Notes

Upgrading

  • The FormulaEngine is now replaced by a newly implemented Formula type. This doesn't affect the high level interfaces. FormulaEngine is now a deprecated wrapper to Formula.

  • The ComponentGraph has been replaced by the frequenz-microgrid-component-graph package, which provides python bindings for the rust implementation.

New Features

  • The power manager algorithm for batteries can now be changed from the default ShiftingMatryoshka, by passing it as an argument to microgrid.initialize()

What's Changed

  • Clear release notes by @llucax in #1320
  • Make battery power manager algorithm configurable by @shsms in #1323
  • Switch to the rust component graph by @shsms in #1295
  • Implement lazy subscription for Coalesce function by @shsms in #1322
  • Revert unreleased interface changes by @shsms in #1330

Full Changelog: v1.0.0-rc2201...v1.0.0-rc2202