All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
1.6 - 2026-07-26
- Python >=3.11 required
- Monotonic timing
1.5.1 - 2025-11-02
- Python >=3.10 required
1.5 - 2024-06-21
- Python >=3.9 required
Statsinterface minimized
1.4 - 2023-11-09
- Python >=3.8 required
1.3 - 2022-09-13
- Python >=3.7 required
1.2 - 2020-11-24
- Python >=3.6 required
1.1 - 2019-12-14
- Stream from sized groups
1.0 - 2019-07-27
- Map a function across an iterable in batches
0.6 - 2018-11-25
- Extensible iterable values and statistics
- Additional constructors: fibonacci, polynomial, accumulate
0.5 - 2017-09-17
- Asynchronous iteration
0.4 - 2017-01-02
- Decorators support methods
- Iterables can be throttled
0.3 - 2016-04-29
- Waiters behave as iterables instead of iterators
- Support for function decorators
0.2 - 2016-04-03
suppresscontext manager for exception handlingrepeatmethod for decoupled iterationfirstfunction for convenient filtering