Skip to content

Commit 79ad357

Browse files
committed
Update release notes
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 947566c commit 79ad357

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Frequenz Python SDK Release Notes
22

3-
## Upgrading
3+
## Bug fixes
44

5-
- The `FormulaEngine` is now replaced by a newly implemented `Formula` type. This doesn't affect the high level interfaces. `FormulaEngine` is now a deprecated wrapper to `Formula`.
6-
7-
- The `ComponentGraph` has been replaced by the `frequenz-microgrid-component-graph` package, which provides python bindings for the rust implementation.
8-
9-
## New Features
10-
11-
- The power manager algorithm for batteries can now be changed from the default ShiftingMatryoshka, by passing it as an argument to `microgrid.initialize()`
5+
- `FormulaEngine` and `FormulaEngine3Phase` are now type aliases to `Formula` and `Formula3Phase`, fixing a typing issue introduced in `v1.0.0-rc2202`.

0 commit comments

Comments
 (0)