Skip to content

Commit 855a181

Browse files
authored
Clear release notes (frequenz-floss#1167)
2 parents 3a3071f + 238c990 commit 855a181

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# Frequenz Python SDK Release Notes
22

3-
## New Features
3+
## Summary
4+
5+
<!-- Here goes a general summary of what this release is about -->
46

5-
- 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.
7+
## Upgrading
8+
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10+
11+
## New Features
612

713
- Add stop method to the FormulaEngine. Now it is possible to stop custom formulas.
814

915
- Stop fallback formulas when primary formula starts working again.
1016

1117
## Bug Fixes
1218

13-
- 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.
14-
15-
- 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.
16-
17-
- Fixed bug with formulas raising exception when stopped.
19+
- Fixed bug with formulas raising exception when stopped.

0 commit comments

Comments
 (0)