Skip to content

v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 11 May 14:00
· 2 commits to v0.x.x since this release
Immutable release. Only release title and notes can be modified.
v0.4.1
e97265e

Frequenz Microgrid Component Graph Library Release Notes

Upgrading

  • The microgrid extra now requires frequenz-client-microgrid >= 0.18.3 (was >= 0.18.0) so that the SteamBoiler component class is available.

New Features

  • ComponentGraph now accepts every component class shipped by frequenz.client.microgrid.component. Battery and EV-charger subtypes (LiIonBattery, NaIonBattery, AcEvCharger, DcEvCharger, HybridEvCharger) are mapped to their cg-side subtype variant instead of collapsing to Unspecified. Pass-through categories (Converter, CryptoMiner, Electrolyzer, Hvac, Precharger, Relay, VoltageTransformer), plus SteamBoiler and UnrecognizedComponent, are now mapped where they previously raised ValueError("Unsupported component category: …").

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1