diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ead79f513..ab7664401 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,14 @@ # Frequenz Python SDK Release Notes -## New Features +## Summary + + -- The `MovingWindow` now has an async `wait_for_samples` method that waits for a given number of samples to become available in the moving window and then returns. +## Upgrading + + + +## New Features - Add stop method to the FormulaEngine. Now it is possible to stop custom formulas. @@ -10,8 +16,4 @@ ## Bug Fixes -- Fixed a bug that was preventing power proposals to go through if there once existed some proposals with overlapping component IDs, even if the old proposals have expired. - -- Fixed a bug that was causing formulas to fallback to CHPs, when the CHP meters didn't have data. CHPs are not supported in the data sourcing actor and in the client, so we can't fallback to CHPs. - -- Fixed bug with formulas raising exception when stopped. \ No newline at end of file +- Fixed bug with formulas raising exception when stopped.