Skip to content

Commit 7f416dc

Browse files
Update release notes
Signed-off-by: ela-kotulska-frequenz <[email protected]>
1 parent e582efa commit 7f416dc

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,26 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
6-
75
## Upgrading
86

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
117
## New Features
128

9+
- Upgrade PowerDistributingActor to track if batteries are working
10+
https://github.com/frequenz-floss/frequenz-sdk-python/pull/117
11+
12+
- Simplify `Resampler` by moving configuration to its own class `ResamplerConfig`
13+
https://github.com/frequenz-floss/frequenz-sdk-python/pull/131
14+
15+
- 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
16+
https://github.com/frequenz-floss/frequenz-sdk-python/pull/131
17+
1318
- Ability to compose formula outputs into higher-order formulas:
1419
https://github.com/frequenz-floss/frequenz-sdk-python/pull/133
1520

21+
- Add a formula generator for SoC in the LogicalMeter
22+
https://github.com/frequenz-floss/frequenz-sdk-python/pull/137
23+
24+
1625
## Bug Fixes
1726

1827
- Formulas with repeated operators like `#1 - #2 - #3` were getting

0 commit comments

Comments
 (0)