From 79661dad2eea879a7f0b7fbd5435f06904723932 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 13 Oct 2023 14:47:36 +0200 Subject: [PATCH] Prepare release notes for v1.0.0-rc2 Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index db4f8993e..306099c88 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## Summary - +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 @@ -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. @@ -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