·
2 commits
to v0.x.x
since this release
Immutable
release. Only release title and notes can be modified.
Frequenz Microgrid Component Graph Library Release Notes
Upgrading
- The
microgridextra now requiresfrequenz-client-microgrid >= 0.18.3(was>= 0.18.0) so that theSteamBoilercomponent class is available.
New Features
ComponentGraphnow accepts every component class shipped byfrequenz.client.microgrid.component. Battery and EV-charger subtypes (LiIonBattery,NaIonBattery,AcEvCharger,DcEvCharger,HybridEvCharger) are mapped to their cg-side subtype variant instead of collapsing toUnspecified. Pass-through categories (Converter,CryptoMiner,Electrolyzer,Hvac,Precharger,Relay,VoltageTransformer), plusSteamBoilerandUnrecognizedComponent, are now mapped where they previously raisedValueError("Unsupported component category: …").
What's Changed
- Reset release notes by @simonvoelcker in #70
- Cover all microgrid client categories in category mapping by @shsms in #72
New Contributors
- @simonvoelcker made their first contribution in #70
Full Changelog: v0.4.0...v0.4.1