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 ring buffer is not part of the public interface yet, so it shouldn't
be shown in the release notes of the user facing documentation.
The bug in the ring buffer potentially affecting the MovingWindow is
reworded to include the MovingWindow.
Signed-off-by: Leandro Lucarella <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,6 @@
38
38
* The `PartialFailure.success_batteries` property was renamed to `succeeded_batteries`.
39
39
* The `succeed_power` property was renamed to `succeeded_power` for both `Success` and `PartialFailure`.
40
40
41
-
* The serialization feature for the ringbuffer was made more flexible. The `dump` and `load` methods can now work directly with a ringbuffer instance.
42
-
43
41
*`MovingWindow`
44
42
45
43
* Accept the `size` parameter as `timedelta` instead of `int` (#269).
@@ -90,4 +88,4 @@
90
88
91
89
* Change `PowerDistributor` to use all batteries when none are working (#258)
92
90
93
-
* Update the ordered ring buffer to fix the `len()` function so that it returns a value equal to or greater than zero, as expected (#274)
91
+
* Update the ordered ring buffer used by the `MovingWindow`to fix the `len()` function so that it returns a value equal to or greater than zero, as expected (#274)
0 commit comments