Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.67 KB

File metadata and controls

57 lines (42 loc) · 1.67 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased

1.6 - 2026-07-26

Changed

  • Python >=3.11 required
  • Monotonic timing

1.5.1 - 2025-11-02

Changed

  • Python >=3.10 required

1.5 - 2024-06-21

Changed

  • Python >=3.9 required
  • Stats interface minimized

1.4 - 2023-11-09

Changed

  • Python >=3.8 required

1.3 - 2022-09-13

Changed

  • 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

  • suppress context manager for exception handling
  • repeat method for decoupled iteration
  • first function for convenient filtering