Skip to content

Commit 8e7a7c8

Browse files
Clear release notes (#158)
Signed-off-by: ela-kotulska-frequenz <[email protected]>
2 parents b148768 + d7f9748 commit 8e7a7c8

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,16 @@
22

33
## Summary
44

5-
The Frequenz SDK now supports Python 3.11.
5+
<!-- Here goes a general summary of what this release is about -->
66

77
## Upgrading
88

9-
## New Features
10-
11-
- Upgrade PowerDistributingActor to track if batteries are working
12-
https://github.com/frequenz-floss/frequenz-sdk-python/pull/117
13-
14-
- Simplify `Resampler` by moving configuration to its own class `ResamplerConfig`
15-
https://github.com/frequenz-floss/frequenz-sdk-python/pull/131
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1610

17-
- Add `initial_buffer_len` to the ResamplerConfig. This means that `Resampler` will store at least this number of arguments. Other `Resampler` behaviour won't change
18-
https://github.com/frequenz-floss/frequenz-sdk-python/pull/131
19-
20-
- Ability to compose formula outputs into higher-order formulas:
21-
https://github.com/frequenz-floss/frequenz-sdk-python/pull/133
11+
## New Features
2212

23-
- Add a formula generator for SoC in the LogicalMeter
24-
https://github.com/frequenz-floss/frequenz-sdk-python/pull/137
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
2514

2615
## Bug Fixes
2716

28-
- Formulas with repeated operators like `#1 - #2 - #3` were getting
29-
calculated incorrectly as `#1 - (#2 - #3)`. This has been fixed in
30-
https://github.com/frequenz-floss/frequenz-sdk-python/pull/141
31-
32-
- Remove `microgrid_api` and `component_graph` arguments from PowerDistributingActor constructor
33-
https://github.com/frequenz-floss/frequenz-sdk-python/pull/156
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)