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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,5 @@ New `Quantity` types! These types can have units (power, current, voltage, etc.)
37
37
- Two bugs in the ring buffer which is used by the `MovingWindow` class were fixed:
38
38
-`len(buffer)` was not considering potentially existing gaps (areas without elements) in the buffer.
39
39
- A off-by-one error in the gap calculation logic was fixed that recorded a gap when there was none if an element with a future timestamp was added that would create a gap of exactly 1.
40
+
41
+
- A formula engine lifetime issue, when creating higher order formula receivers without holding on to a reference to the engine, was fixed.
0 commit comments