v0.16.0 #159
v0.16.0
#159
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
Summary
The Frequenz SDK now supports Python 3.11.
Upgrading
New Features
Upgrade PowerDistributingActor to track if batteries are working
Track status of the batteries #117
Simplify
Resampler
by moving configuration to its own classResamplerConfig
Improve resampler buffer and config #131
Add
initial_buffer_len
to the ResamplerConfig. This means thatResampler
will store at least this number of arguments. OtherResampler
behaviour won't changeImprove resampler buffer and config #131
Ability to compose formula outputs into higher-order formulas:
Add
FormulaChannel
s for composing formula outputs #133Add a formula generator for SoC in the LogicalMeter
Add a formula generator for SoC in the LogicalMeter #137
Bug Fixes
Formulas with repeated operators like
#1 - #2 - #3
were gettingcalculated incorrectly as
#1 - (#2 - #3)
. This has been fixed inFix formula precedence bug in the
FormulaEngine
#141Remove
microgrid_api
andcomponent_graph
arguments from PowerDistributingActor constructorUpdate power distributor to use frequenz.sdk.microgrid #156
What's Changed
FormulaEngine
by @shsms in Fix formula precedence bug in theFormulaEngine
#141FormulaChannel
s for composing formula outputs by @shsms in AddFormulaChannel
s for composing formula outputs #133Full Changelog: v0.15.0...v0.16.0
This discussion was created from the release v0.16.0.
Beta Was this translation helpful? Give feedback.
All reactions