We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5564d1 commit 7be892cCopy full SHA for 7be892c
RELEASE_NOTES.md
@@ -10,8 +10,13 @@
10
11
## New Features
12
13
-<!-- Here goes the main new features and examples or instructions on how to use them -->
+- A logical meter implementation that can apply formulas on resampled component
14
+ data streams.
15
16
## Bug Fixes
17
-<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
18
+- The component graph expected inverters to always have successors, and so
19
+ wasn't able to support PV inverters, which don't have component successors.
20
+ This is resolved by temporarily removing the requirement for inverters to have
21
+ successors. This will be partially reverted later by expecting just battery
22
+ inverters to have graph successors.
0 commit comments