v0.25.2
Frequenz Python SDK Release Notes
Bug Fixes
-
The resampler now properly handles sending zero values.
A bug made the resampler interpret zero values as
None
when generating new samples, so if the result of the resampling is zero, the resampler would just produceNone
values.
What's Changed
- Reset release notes by @matthias-wende-frequenz in #653
- Fix the resampler handling of output zeros by @llucax in #812
Full Changelog: v0.25.1...v0.25.2