Skip to content

Commit e04ee95

Browse files
authored
Prepare release notes for v1.0.0-rc2 (#723)
2 parents 8acfc11 + 79661da commit e04ee95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE_NOTES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

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.
66

77
## Upgrading
88

@@ -26,7 +26,7 @@
2626

2727
- New and improved documentation.
2828

29-
* A new *Introduction* section was added, with:
29+
* A new *User Guide* section was added, with:
3030

3131
+ A glossary.
3232
+ An introduction to actors.
@@ -45,8 +45,8 @@
4545
- Add `fill_value` option to window method to impute missing values. By default missing values are imputed with `NaN`.
4646
- Add `at` method to `MovingWindow` to access a single element and use it in `__getitem__` magic to fully support single element access.
4747

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+
5050
This means that one or more inverters can be connected to one or more batteries.
5151

5252
- A `PowerManagingActor` implementation

0 commit comments

Comments
 (0)