Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 15:19
v0.16.0
b148768

Release Notes

Summary

The Frequenz SDK now supports Python 3.11.

New Features

  • Upgrade PowerDistributingActor to track if batteries are working
    #117

  • Simplify Resampler by moving configuration to its own class ResamplerConfig
    #131

  • Add initial_buffer_len to the ResamplerConfig. This means that Resampler will store at least this number of arguments. Other Resampler behaviour won't change
    #131

  • Ability to compose formula outputs into higher-order formulas:
    #133

  • Add a formula generator for SoC in the LogicalMeter
    #137

Bug Fixes

  • Formulas with repeated operators like #1 - #2 - #3 were getting
    calculated incorrectly as #1 - (#2 - #3). This has been fixed in
    #141

  • Remove microgrid_api and component_graph arguments from PowerDistributingActor constructor
    #156

What's Changed

Full Changelog: v0.15.0...v0.16.0