File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 66
77## Upgrading
88
9- <!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+ <!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1010
1111## New Features
1212
1616
1717## Bug Fixes
1818
19- <!-- Here goes notable bug fixes that are worth a special mention or explanation -->
19+ - Two bugs in the ring buffer which is used by the ` MovingWindow ` class were fixed:
20+ - ` len(buffer) ` was not considering potentially existing gaps (areas without elements) in the buffer.
21+ - A off-by-one error in the gap calculation logic was fixed that recorded a
22+ gap when there was none if an element with a future timestamp was added that
23+ would create a gap of exactly 1.
You can’t perform that action at this time.
0 commit comments