Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 713 Bytes

File metadata and controls

18 lines (10 loc) · 713 Bytes

Frequenz Python SDK Release Notes

Summary

Upgrading

  • The minimum required version of frequenz-microgrid-component-graph is now 0.3.4.

New Features

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.