Skip to content

Commit 92d2c23

Browse files
committed
Update release notes
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 3487f90 commit 92d2c23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASE_NOTES.md

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ This release includes a new `ConfigManager` class to simplify managing the confi
3535

3636
* `ConfigManagingActor`: Raise a `ValueError` if the `config_files` argument an empty sequence.
3737

38+
- The power manager now uses a new algorithm described [here](https://frequenz-floss.github.io/frequenz-sdk-python/v1.0-dev/user-guide/microgrid-concepts/#frequenz.sdk.microgrid--setting-power), and that leads to the following changes around how `propose_power` is called.
39+
40+
* The `microgrid.new_*_pool` methods no longer accept a `set_operating_point` parameter.
41+
* Power proposals without bounds made through the `propose_power` methods would no longer limit the bounds for lower priority actors, but will shift their available bounds. When bounds are specified, they will be used to restrict the bounds for lower priority actors.
42+
3843
## New Features
3944

4045
- `frequenz.sdk.config`

0 commit comments

Comments
 (0)