You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Improve resampler buffer and config #131
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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
Resamplerby moving configuration to its own classResamplerConfigImprove resampler buffer and config #131
Add
initial_buffer_lento the ResamplerConfig. This means thatResamplerwill store at least this number of arguments. OtherResamplerbehaviour won't changeImprove resampler buffer and config #131
Ability to compose formula outputs into higher-order formulas:
Add
FormulaChannels 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 - #3were gettingcalculated incorrectly as
#1 - (#2 - #3). This has been fixed inFix formula precedence bug in the
FormulaEngine#141Remove
microgrid_apiandcomponent_grapharguments from PowerDistributingActor constructorUpdate power distributor to use frequenz.sdk.microgrid #156
What's Changed
FormulaEngineby @shsms in Fix formula precedence bug in theFormulaEngine#141FormulaChannels for composing formula outputs by @shsms in AddFormulaChannels 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