Skip to content

Commit 00e0e7e

Browse files
committed
Update release notes
Signed-off-by: cwasicki <[email protected]>
1 parent 3293434 commit 00e0e7e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@
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+
- `OrderedRingBuffer.window`:
30+
- By default returns a copy.
31+
- Can also return a view if the window contains `None` values and if `force_copy` is set to `True`.
3032

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

3335
## Bug Fixes
3436

35-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
37+
- `OrderedRingBuffer.window`:
38+
- Fixed `force_copy` option for specific case.
39+
- Removed buggy enforcement of copies when None values in queried window.

0 commit comments

Comments
 (0)