Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 20:19
v0.15.0
fcfc8fc

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

New Contributors

Full Changelog: v0.14.0...v0.15.0