v1.0.0-rc2202
Pre-release
Pre-release
·
3 commits
to v1.x.x
since this release
Immutable
release. Only release title and notes can be modified.
Frequenz Python SDK Release Notes
Upgrading
-
The
FormulaEngineis now replaced by a newly implementedFormulatype. This doesn't affect the high level interfaces.FormulaEngineis now a deprecated wrapper toFormula. -
The
ComponentGraphhas been replaced by thefrequenz-microgrid-component-graphpackage, 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