Skip to content

Commit 374b101

Browse files
committed
Update release notes
Signed-off-by: cwasicki <[email protected]>
1 parent 65ccf4e commit 374b101

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,18 @@
1313
- A tutorial section and a getting started tutorial
1414
- In `OrderedRingBuffer`:
1515
- Rename `datetime_to_index` to `to_internal_index` to avoid confusion between the internal index and the external index.
16+
- Add `index_to_datetime` method to convert external index to corresponding datetime.
1617
- Remove `__setitem__` method to enforce usage of dedicated `update` method only.
18+
- In `OrderedRingBuffer` and `MovingWindow`:
19+
- Support for integer indices is added.
20+
- Add `count_covered` method to count the number of elements covered by the used time range.
21+
22+
23+
1724

1825
## Bug Fixes
1926

2027
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
28+
29+
- The `__getitem__` magic of the `MovingWindow` is fixed to support the same functionality
30+
that the `window` method provides.

0 commit comments

Comments
 (0)