Skip to content

Commit 44a7211

Browse files
committed
Clear release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent d04a7dd commit 44a7211

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,16 @@
22

33
## Summary
44

5-
This release improves the performance of the `ComponentMetricsResamplingActor`, and fixes a bug in the `LogicalMeter` that was causing it to crash.
5+
<!-- Here goes a general summary of what this release is about -->
66

77
## Upgrading
88

9-
- `frequenz.sdk.timseries`:
10-
- The resample classes (`GroupResampler`, `Resampler`, `ResamplingFunction`) where removed and the replacement classes are hidden for now, as they are going through a rewrite.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1110

1211
## New Features
1312

14-
- New in `frequenz.sdk.timeseries`:
15-
16-
- `Source` and `Sink` types to work generically with streaming timeseries.
17-
18-
- New `frequenz.sdk.timeseries.resampling` module with:
19-
- `Resampler` class that works on timseries `Source` and `Sink`.
20-
- `ResamplingFunction` (moved from `frequenz.sdk.timeseries`).
21-
- `ResamplingError` and `SourceStoppedError` exceptions.
22-
- `average` function (the default resampling function).
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
2314

2415
## Bug Fixes
2516

26-
- The Resampling actor sends None values out when there is no data from a component. The logical meter used to raise an exception if it saw a `None` value from any of its streams. The logical meter is now able to handle `None` values by propagating the `None` values, or treating them as `0`s.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)