Skip to content

Commit 984d686

Browse files
authored
Prepare for release of v1.0.0-rc2210 (#1438)
2 parents 11cb1ce + 0031252 commit 984d686

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

RELEASE_NOTES.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This release updates the microgrid component graph library to v0.5.0. Formulas now fall back to more sources: a component that shares a meter with other components can be measured as that meter minus its siblings, so a formula can still return a value where it used to return nothing.
66

77
## Upgrading
88

@@ -12,8 +12,6 @@
1212

1313
## New Features
1414

15-
* `microgrid.initialize()` has a new keyword argument `component_graph_config`. It takes a `ComponentGraphConfig` and gives full control over how the component graph is built. For example, pass `ComponentGraphConfig(prefer_meters_in_component_formulas=True)` to make the per-category formulas read from the meter first, as in previous releases. `ComponentGraphConfig` and `FormulaOverrides` are re-exported from `frequenz.sdk.microgrid`.
15+
* Formulas now fall back to more sources. A component that shares a meter with other components can be measured as that meter minus its siblings, which also covers diamond topologies, and a meter can fall back to the components under it. So a formula can still return a value when some readings are missing.
1616

17-
## Bug Fixes
18-
19-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
17+
* `microgrid.initialize()` has a new keyword argument `component_graph_config`. It takes a `ComponentGraphConfig` and gives full control over how the component graph is built. `ComponentGraphConfig` and `FormulaOverrides` are re-exported from `frequenz.sdk.microgrid`.

0 commit comments

Comments
 (0)