Skip to content

Commit 4890ad3

Browse files
Update release notes (#244)
2 parents 78cac48 + af6db35 commit 4890ad3

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

RELEASE_NOTES.md

+1-29
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
11
# Release Notes
22

3-
## Summary
4-
5-
The Frequenz SDK now supports Python 3.11.
6-
7-
## Upgrading
8-
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
16-
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
22-
23-
- Add a formula generator for SoC in the LogicalMeter
24-
https://github.com/frequenz-floss/frequenz-sdk-python/pull/137
25-
263
## Bug Fixes
274

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
5+
- Fix battery status logic: inverter that was discharging was considered as not working. So it was impossible to set any command until its state changed.

0 commit comments

Comments
 (0)