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-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,11 @@
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
33
34
-
35
-
36
34
- The PowerDistributingActor now supports n:m relations between inverters and
37
35
batteries.
38
36
This means that one or more inverters can be connected to one or more batteries.
39
37
38
+
- The `ConnectionManager` fetches microgrid metadata when connecting to the microgrid and exposes `microgrid_id` and `location` properties of the connected microgrid.
0 commit comments