From d1f5a15eb14be4b9dd495032da4915e3fb316d72 Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Wed, 1 Apr 2026 10:23:30 +0200 Subject: [PATCH] Prepare for release v1.0.0-rc2205 Signed-off-by: Sahas Subramanian --- RELEASE_NOTES.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d36ca7298..9af09f694 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,5 @@ # Frequenz Python SDK Release Notes -## Summary - - - -## Upgrading - - - ## New Features - `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`.