8000 Releases · more-itertools/more-itertools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: more-itertools/more-itertools

Version 10.7.0

22 Apr 14:19
28ab736
Compare
Choose a tag to compare

See the change log here for details.

Version 10.6.0

14 Jan 16:25
Compare
Choose a tag to compare
  • New functions:

    • is_prime and nth_prime were added (thanks to JamesParrott and rhettinger)
    • loops was added (thanks to rhettinger)
  • Changes to existing functions:

    • factor was optimized to handle larger inputs and use less memory (thanks to rhettinger)
    • spy was optimized to enable nested calls (thanks to rhettinger)
    • polynomial_from_roots was made non-recursive and able to handle larger numbers of roots (thanks to pochmann3 and rhettinger)
    • is_sorted now only relies on less than comparisons (thanks to rhettinger)
    • The docstring for outer_product was improved (thanks to rhettinger)
    • The type annotations for sample were improved (thanks to rhettinger)
  • Other changes:

    • Python 3.13 is officially supported. Python 3.8 is no longer officially supported. (thanks to hugovk, JamesParrott, and stankudrow)
    • mypy checks were fixed (thanks to JamesParrott)

v10.5.0

06 Sep 12:10
4998a25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.4.0...v10.5.0

Version 10.4.0

07 Aug 14:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.3.0...v10.4.0

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.

0