Skip to content

Commit aca714b

Browse files
committed
Update release notes
Signed-off-by: cwasicki <[email protected]>
1 parent 7c1b09b commit aca714b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@
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
- Fix rendering of diagrams in the documentation.
28+
- The `__getitem__` magic of the `MovingWindow` is fixed to support the same functionality that the `window` method provides.

0 commit comments

Comments
 (0)