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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@
20
20
21
21
- A new class `Fuse` has been added to represent fuses. This class has a member variable `max_current` which represents the maximum current that can course through the fuse. If the current flowing through a fuse is greater than this limit, then the fuse will break the circuit.
22
22
23
-
24
23
-`MovingWindow` and `OrderedRingBuffer`:
25
24
- NaN values are treated as missing when gaps are determined in the `OrderedRingBuffer`.
26
25
- Provide access to `capacity` (maximum number of elements) in `MovingWindow`.
26
+
- Methods to retrieve oldest and newest timestamp of valid samples are added to both.
0 commit comments