You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,12 @@
30
30
- Add `count_covered` method to count the number of elements covered by the used time range.
31
31
- Add `fill_value` option to window method to impute missing values. By default missing values are imputed with `NaN`.
32
32
- Add `at` method to `MovingWindow` to access a single element and use it in `__getitem__` magic to fully support single element access.
33
-
34
-
33
+
- The `ConnectionManager` fetches microgrid metadata when connecting to the microgrid and exposes `microgrid_id` and `location` properties of the connected microgrid.
35
34
36
35
- The PowerDistributingActor now supports n:m relations between inverters and
37
36
batteries.
38
37
This means that one or more inverters can be connected to one or more batteries.
0 commit comments