Skip to content

Commit 72bcf89

Browse files
authored
Clear release notes (#1358)
2 parents 487773e + 42f8051 commit 72bcf89

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

RELEASE_NOTES.md

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

3+
## Summary
4+
5+
<!-- Here goes a general summary of what this release is about -->
6+
37
## Upgrading
48

5-
- The minimum required version of `frequenz-microgrid-component-graph` is now `0.3.4`. This reverts the formula generation to what it was like before the migration to the external component graph library. So
6-
* in component formulas, meters get used as primary sources and inverters, ev chargers, etc. as fallback sources.
7-
* consumer formula are generated by excluding producer and battery powers from the grid power, or when there is no grid meter, by adding all the non battery and producer meters.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
810

911
## New Features
1012

11-
- The SDK's data pipeline now supports retrieving telemetry from CHPs.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1214

1315
## Bug Fixes
1416

15-
- Fixed an off-by-one calculation in `OrderedRingBuffer.count_covered` by switching to integer timedelta division, ensuring accurate sample counting for all window sizes and sampling periods.
16-
- Component IDs are validated during creation of battery, pv and ev charger pools, so that errors are caught early and we don't end up getting cryptic failures from somewhere else.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)