- Update to 10.7.0
* :func:`multinomial` was added (thanks to rhettinger)
* :func:`ichunk`, :func:`iterate`, :func:`one`, :func:`only`,
:func:`powerset_of_sets`, and :func:`strictly_n` were
optimized (thanks to rhettinger)
* :func:`exactly_n` now uses less memory (thanks to rhettinger)
* :func:`dft` and :func:`idft` were optimized for Python versions
below 3.12 (thanks to rhettinger)
* :func:`is_prime` no longer shares state with the users random
number generator (thanks to rhettinger)
* Some docstring issues were fixed (thanks to lpulley and ricbit)
* The type hints for :func:`groupby_transform` were improved (thanks to rhettinger)
* The ``furo`` theme is now used for docs (thanks to AA-turner)
- Adjust upstream source name in spec file
OBS-URL: https://build.opensuse.org/request/show/1277920
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=59
- Update to 10.6.0
* `is_prime` and `nth_prime` were added
* `loops` was added
* `factor` was optimized to handle larger inputs and use less memory
* `spy` was optimized to enable nested calls
* `polynomial_from_roots` was made non-recursive and able to handle
larger numbers of roots
* `is_sorted` now only relies on less than comparisons
* The docstring for `outer_product` was improved
* The type annotations for sample were improved
* Python 3.13 is officially supported. Python 3.8 is no longer
officially supported.
* `mypy` checks were fixed
OBS-URL: https://build.opensuse.org/request/show/1268355
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=57