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
The MovingWindow is now exported in the frequenz.sdk.timeseries package.
The ResamplerConfig class is also now made public via the same package,
as it is part of the MovingWindow's public interface.
Signed-off-by: Leandro Lucarella <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@
40
40
41
41
*`MovingWindow`
42
42
43
+
* The class is now publicly available in the `frequenz.sdk.timeseries` package.
44
+
43
45
* Accept the `size` parameter as `timedelta` instead of `int` (#269).
44
46
45
47
This change allows users to define the time span of the moving window more intuitively, representing the duration over which samples will be stored.
@@ -54,6 +56,8 @@
54
56
55
57
*`Resampler`
56
58
59
+
* The `ResamplerConfig` class is now publicly available in the `frequenz.sdk.timeseries` package.
60
+
57
61
* The `ResamplerConfig` now takes the resampling period as a `timedelta`. The configuration was renamed from `resampling_period_s` to `resampling_period` accordingly.
58
62
59
63
* The `SourceProperties` of the resampler now uses a `timedelta` for the input sampling period. The attribute was renamed from `sampling_period_s` to `sampling_period` accordingly.
0 commit comments