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
This release improves the performance of the ComponentMetricsResamplingActor, and fixes a bug in the LogicalMeter that was causing it to crash.
Upgrading
frequenz.sdk.timseries:
The resample classes (GroupResampler, Resampler, ResamplingFunction) where removed and the replacement classes are hidden for now, as they are going through a rewrite.
Bug Fixes
The Resampling actor sends None values out when there is no data from a component. The logical meter used to raise an exception if it saw a None value from any of its streams. The logical meter is now able to handle None values by propagating the None values, or treating them as 0s.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
Summary
This release improves the performance of the
ComponentMetricsResamplingActor, and fixes a bug in theLogicalMeterthat was causing it to crash.Upgrading
frequenz.sdk.timseries:GroupResampler,Resampler,ResamplingFunction) where removed and the replacement classes are hidden for now, as they are going through a rewrite.Bug Fixes
Nonevalue from any of its streams. The logical meter is now able to handleNonevalues by propagating theNonevalues, or treating them as0s.What's Changed
Nonevalues in LogicalMeter/FormulaEngine by @shsms in Support handlingNonevalues in LogicalMeter/FormulaEngine #95asyncio.CancelledErrorseparately in theLogicalMeterby @shsms in Handleasyncio.CancelledErrorseparately in theLogicalMeter#106Full Changelog: v0.13.0...v0.14.0
This discussion was created from the release v0.14.0.
Beta Was this translation helpful? Give feedback.
All reactions