Skip to content

Commit

Permalink
Prepare release notes for v1.0.0-rc2 (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
llucax authored Oct 13, 2023
2 parents 8acfc11 + 79661da commit e04ee95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Summary

<!-- Here goes a general summary of what this release is about -->
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.

## Upgrading

Expand All @@ -26,7 +26,7 @@

- New and improved documentation.

* A new *Introduction* section was added, with:
* A new *User Guide* section was added, with:

+ A glossary.
+ An introduction to actors.
Expand All @@ -45,8 +45,8 @@
- 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 PowerDistributingActor now supports n:m relations between inverters and
batteries.
- 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.

- A `PowerManagingActor` implementation
Expand Down

0 comments on commit e04ee95

Please sign in to comment.