Skip to content

Commit b3afe70

Browse files
authored
Update release notes for v0.13.0 (#93)
2 parents c3b874e + f5e4712 commit b3afe70

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

RELEASE_NOTES.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
5+
This release mainly introduces the `LogicalMeter`. There should be no breaking
6+
changes.
107

118
## New Features
129

1310
- A logical meter implementation that can apply formulas on resampled component
1411
data streams.
1512

13+
- The `ComponentGraph` now supports *dangling* inverters, i.e. inverters
14+
without a successor. This is mainly to support PVs inverters. In the future
15+
*dangling* inverters will be forbidden again but only for batteries.
16+
1617
## Bug Fixes
1718

1819
- The component graph expected inverters to always have successors, and so

0 commit comments

Comments
 (0)