Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Zullo <[email protected]>
  • Loading branch information
daniel-zullo-frequenz committed Oct 6, 2023
1 parent be5ea72 commit 34bb525
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@
- Add `count_covered` method to count the number of elements covered by the used time range.
- Add `fill_value` option to window method to impute missing values. By default missing values are imputed with `NaN`.
- Add `at` method to `MovingWindow` to access a single element and use it in `__getitem__` magic to fully support single element access.


- The `ConnectionManager` fetches microgrid metadata when connecting to the microgrid and exposes `microgrid_id` and `location` properties of the connected microgrid.

- The PowerDistributingActor now supports n:m relations between inverters and
batteries.
This means that one or more inverters can be connected to one or more batteries.


## Bug Fixes

- Fix rendering of diagrams in the documentation.
Expand Down

0 comments on commit 34bb525

Please sign in to comment.