From 3d8a8998145855174d377c91dff50316119131ce Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Wed, 1 Apr 2026 10:36:21 +0200 Subject: [PATCH] Clear release notes Signed-off-by: Sahas Subramanian --- RELEASE_NOTES.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9af09f694..61ee6f2ad 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,17 @@ # Frequenz Python SDK Release Notes -## New Features +## Summary -- `Resampler`: The resampler can now be configured to have the resampling window closed to the right (default) or left, and to also set the resampler timestamp to the right (default) or left end of the window being resampled. You can configure setting the new options `closed` and `label` in the `ResamplerConfig`. + -## Bug Fixes +## Upgrading + + -- Improved formula validation: Consistent error messages for invalid formulas and conventional span semantics. +## New Features + + -- This fixes a rare power distributor bug where some battery inverters becoming unreachable because of network outages would lead to excess power values getting set. This is fixed by measuring the power of the unreachable inverters through their fallback meters and excluding that power from what is distributed to the other inverters. +## Bug Fixes -- Fixed stopping formulas: It will now also stop the evaluator and sub-formulas correctly. +