Skip to content

Commit 85c10f4

Browse files
committed
Update release notes
Signed-off-by: cwasicki <[email protected]>
1 parent 40fd8bb commit 85c10f4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

RELEASE_NOTES.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
## Summary
44

5-
Renamed the `"load"` component type to `"consumption"` for clarity.
65

76
## Upgrading
87

9-
- If your code references `"load"` as a component type, update it to `"consumption"`.
10-
- Made the `MicrogridConfig` reader tolerant to missing `ctype` fields, allowing collection of incomplete microgrid configs.
8+
* Made the `MicrogridConfig` reader tolerant to missing `ctype` fields, allowing collection of incomplete microgrid configs.
9+
* Formula configs are now defined per metric to support different formulas for each metric in the same config file.
10+
This is a breaking change which requires updating the formula fields in the config file.
11+
* Default formulas are defined for AC active power and battery SoC metrics.
12+
The default SoC calculation uses simple averages and ignore different battery capacities.
13+
* The `cids` method is changed to support getting metric-specific CIDs which in this case are extracted from the formula.
1114

1215
## New Features
1316

0 commit comments

Comments
 (0)