File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments