You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE_NOTES.md
+2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@
20
20
21
21
* Update frequenz-channel-python dependency to the latest release v0.12.0
22
22
23
+
* The MetricFetcher now propagates `NaN` to handle None values when None are not treated from the stream as 0s. Then any FormulaStep can compute the results without checking for None on each value involved. However the final result is written as None rather than NaN/INF in the FormulaEngine.
24
+
23
25
## New Features
24
26
25
27
* The resampler and resampling actor can now take a few new options via the new `ResamplerConfig` object:
0 commit comments