Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 15:30
v0.14.0
d04a7dd

Release Notes

Summary

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.

What's Changed

Full Changelog: v0.13.0...v0.14.0