v0.15.0
Release Notes
Summary
Upgrading
- Add fine-grained Result types for the PowerDistributingActor. Previously Result was one class with many fields. Now each type of the result has its own class that derives from Result parent class.
New Features
- Add inverter type to the Component data. Inverter type tells what kind of inverter it is (Battery, Solar etc).
- Add
FormulaGenerator
class for generating formulas from the component graph. - Add formulas for:
grid_power
,battery_power
,PV power
.
Bug Fixes
- Fix ComponentMetricResamplingActor, to not subscribe twice to the same source.
What's Changed
- Clear release notes by @leandro-lucarella-frequenz in #111
- Add missing dependencies in documentation by @mathias-baumann-frequenz in #114
- Add fine-grained
Result
types for thePowerDistributingActor
by @ela-kotulska-frequenz in #104 - Generate formulas automatically from the component graph by @shsms in #103
- resampling: Don't subscribe twice to the same source by @leandro-lucarella-frequenz in #123
- Fix warnings in unit tests by @ela-kotulska-frequenz in #125
- Update release notes by @ela-kotulska-frequenz in #127
New Contributors
- @mathias-baumann-frequenz made their first contribution in #114
Full Changelog: v0.14.0...v0.15.0