coady/waiter

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Unreleased
### Changed
* Python >=3.9 required
* `Stats` interface minimized

## [1.4](https://pypi.org/project/waiter/1.4/) - 2023-11-09
### Changed
* Python >=3.8 required

## [1.3](https://pypi.org/project/waiter/1.3/) - 2022-09-13
### Changed
* Python >=3.7 required

## [1.2](https://pypi.org/project/waiter/1.2/) - 2020-11-24
* Python >=3.6 required

## [1.1](https://pypi.org/project/waiter/1.1/) - 2019-12-14
* Stream from sized groups

## [1.0](https://pypi.org/project/waiter/1.0/) - 2019-07-27
* Map a function across an iterable in batches

## [0.6](https://pypi.org/project/waiter/0.6/) - 2018-11-25
* Extensible iterable values and statistics
* Additional constructors: fibonacci, polynomial, accumulate

## [0.5](https://pypi.org/project/waiter/0.5/) - 2017-09-17
* Asynchronous iteration

## [0.4](https://pypi.org/project/waiter/0.4/) - 2017-01-02
* Decorators support methods
* Iterables can be throttled

## [0.3](https://pypi.org/project/waiter/0.3/) - 2016-04-29
* Waiters behave as iterables instead of iterators
* Support for function decorators

## [0.2](https://pypi.org/project/waiter/0.2/) - 2016-04-03
* `suppress` context manager for exception handling
* `repeat` method for decoupled iteration
* `first` function for convenient filtering