Skip to content

Releases: more-itertools/more-itertools

Version 10.3.0

10 Jun 14:25
7e46c39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.2.0...v10.3.0

Version 10.2.0

08 Jan 15:45
1e0e662
Compare
Choose a tag to compare
  • New functions

    • iter_suppress (thanks to jaraco, pochmann, and rhettinger)
    • filter_map (thanks to struktured)
    • classify_unique (thanks to haukex)
    • totient (from the itertools docs)
    • reshape (from the itertools docs)
  • Changes to existing functions

    • factor, iter_index, sieve, and unique_justseen were updated to match the itertools docs
    • first was was optimized (thanks to pochmann)
    • takewhile_inclusive was was refactored (thanks to eltoder)
    • combination_with_replacement_index was was optimized (thanks to elliotwutingfeng and rhettinger)
    • nth_permutation, nth_combination_with_replacement, combination_index, and combination_with_replacement_index were optimized (thanks to rhettinger)
    • batched now accepts a strict argument (adapted from itertools docs)
    • time_limited was improved for Windows (thanks to haukex)
  • Other changes

    • Several typing updates were made (thanks to obaltian and ilai-deutel)
    • Some documentation issues were fixed (thanks to F-park, DimitriPapadopoulos, peterbygrave, shuuji3, eltoder, and homeworkprod)

Version 10.1.0

04 Aug 13:37
266ebdc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.0.1...v10.1.0

Version 10.0.1 (docs only)

24 Jul 14:26
b8f6150
Compare
Choose a tag to compare

This is a docs-only release. There are no changes to the code in the package, and no changes distributed to PyPI. See PR #738 for details.

Version 10.0.0

24 Jul 14:11
5c1fb20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.1.1...v10.0.0

Version 9.1.1 (docs only)

02 Mar 16:32
89d58c2
Compare
Choose a tag to compare

This is a docs-only release to fix issue #688. There is no corresponding PyPI release.

Version 9.1.0

27 Feb 14:44
d62d233
Compare
Choose a tag to compare

See PR #678 for details.

Version 9.0.0

18 Oct 13:47
ffcfe0b
Compare
Choose a tag to compare

See PR #647 for details

Version 8.14.0

09 Oct 12:14
e2f2d06
Compare
Choose a tag to compare

Version 8.13.0

06 May 14:04
484401f
Compare
Choose a tag to compare