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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,13 @@ This release drops support for Python versions older than 3.11.
28
28
29
29
## New Features
30
30
31
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
31
+
* The `MovingWindow` as well as the OrderedRingBuffer are having new public methods that are returning the oldest and newest timestamp of all stored samples.
32
+
33
+
* The `PeriodicFeatureExtractor` has been added.
34
+
35
+
This is a tool to create certain profiles out of periodic reoccurring windows inside a `MovingWindow`.
36
+
37
+
As an example one can create a daily profile of specific weekdays which will be returned as numpy arrays.
0 commit comments