Skip to content

Commit c3fbe59

Browse files
Reset release notes
Keep the changes added after v0.18.0 Signed-off-by: Daniel Zullo <[email protected]>
1 parent 9ae09c7 commit c3fbe59

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22

33
## Summary
44

5+
<!-- Here goes a general summary of what this release is about -->
6+
57
## Upgrading
68

9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10+
711
## New Features
812

9-
* A new class `OrderedRingBuffer` is now available, providing a sorted ring buffer of datetime-value pairs with tracking of any values that have not yet been written.
10-
* Add logical meter formula for EV power.
11-
* A `MovingWindow` class has been added that consumes a data stream from a logical meter and updates an `OrderedRingBuffer`.
12-
* Add EVChargerPool implementation. It has only streaming state changes for ev chargers, now.
13-
* Add 3-phase current formulas: `3-phase grid_current` and `3-phase ev_charger_current` to the LogicalMeter.
1413
* A new class `SerializableRingbuffer` is now available, extending the `OrderedRingBuffer` class with the ability to load & dump the data to disk.
1514

1615
## Bug Fixes
1716

18-
* Add COMPONENT_STATE_DISCHARGING as valid state for the inverter. DISCHARGING state was missing by mistake and this caused the power distributor to error out if the inverter is already discharging.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)