Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 978 Bytes

File metadata and controls

19 lines (11 loc) · 978 Bytes

Frequenz Python SDK Release Notes

Summary

Upgrading

New Features

  • Added the closed parameter to ResamplerConfig, allowing users to configure the openness of the resampling window ("right" or "left").
  • Introduced the label parameter to ResamplerConfig, enabling users to specify whether the resampled timestamp represents the start or end of the resampling window.

Bug Fixes

  • Fixed an off-by-one calculation in OrderedRingBuffer.count_covered by switching to integer timedelta division, ensuring accurate sample counting for all window sizes and sampling periods.
  • Component IDs are validated during creation of battery, pv and ev charger pools, so that errors are caught early and we don't end up getting cryptic failures from somewhere else.