From f5e471234f199e15e4f2ae2d6851a56d847dc35a Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 30 Nov 2022 09:58:50 +0100 Subject: [PATCH] Update release notes for v0.13.0 Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c49c3da8a..001a9d8cc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,17 +2,18 @@ ## Summary - - -## Upgrading - - +This release mainly introduces the `LogicalMeter`. There should be no breaking +changes. ## New Features - A logical meter implementation that can apply formulas on resampled component data streams. +- The `ComponentGraph` now supports *dangling* inverters, i.e. inverters + without a successor. This is mainly to support PVs inverters. In the future + *dangling* inverters will be forbidden again but only for batteries. + ## Bug Fixes - The component graph expected inverters to always have successors, and so