Skip to content

Commit 48ccae1

Browse files
committed
Update release notes
Signed-off-by: cwasicki <[email protected]>
1 parent 142addc commit 48ccae1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,18 @@
2626
- NaN values are treated as missing when gaps are determined in the `OrderedRingBuffer`.
2727
- Provide access to `capacity` (maximum number of elements) in `MovingWindow`.
2828
- Methods to retrieve oldest and newest timestamp of valid samples are added to both.
29-
29+
- `MovingWindow` exposes underlying buffers `window` method.
30+
- `OrderedRingBuffer.window`:
31+
- By default returns a copy.
32+
- Can also return a view if the window contains `None` values and if `force_copy` is set to `True`.
3033

3134
- Now when printing `FormulaEngine` for debugging purposes the the formula will be shown in infix notation, which should be easier to read.
3235

3336
- The CI now runs cross-arch tests on `arm64` architectures.
3437

3538
## Bug Fixes
3639

37-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
40+
- `OrderedRingBuffer.window`:
41+
- Fixed `force_copy` option for specific case.
42+
- Removed buggy enforcement of copies when None values in queried window.
43+
- Fixed behavior for start equals end case.

0 commit comments

Comments
 (0)