Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 644 Bytes

RELEASE_NOTES.md

File metadata and controls

19 lines (10 loc) · 644 Bytes

Frequenz Python SDK Release Notes

Summary

Upgrading

  • Calls to microgrid.*_pool methods now always need to specified a priority value, corresponding to the requirements/priority of the actor making the call.

  • The microgrid.*_pool methods would only accept keyword arguments from now on.

New Features

Bug Fixes

  • When the PowerDistributor receives a zero power request for PV inverters, it now correctly sets zero power to the inverters, and no longer crashes.