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
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
5
+
This version ships an experimental version of the **Power Manager**, adds preliminary support for n:m relations between inverters and batteries and includes user documentation.
6
6
7
7
## Upgrading
8
8
@@ -26,7 +26,7 @@
26
26
27
27
- New and improved documentation.
28
28
29
-
* A new *Introduction* section was added, with:
29
+
* A new *User Guide* section was added, with:
30
30
31
31
+ A glossary.
32
32
+ An introduction to actors.
@@ -45,8 +45,8 @@
45
45
- Add `fill_value` option to window method to impute missing values. By default missing values are imputed with `NaN`.
46
46
- Add `at` method to `MovingWindow` to access a single element and use it in `__getitem__` magic to fully support single element access.
47
47
48
-
- The PowerDistributingActor now supports n:m relations between inverters and
49
-
batteries.
48
+
- The PowerDistributingActor now supports n:m relations between inverters and batteries.
49
+
50
50
This means that one or more inverters can be connected to one or more batteries.
0 commit comments