Skip to content

Commit 17642aa

Browse files
Update release notes
Signed-off-by: Matthias Wende <[email protected]>
1 parent 0adba10 commit 17642aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@ This release drops support for Python versions older than 3.11.
2828

2929
## New Features
3030

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.
3238

3339
## Bug Fixes
3440

0 commit comments

Comments
 (0)