14
0

Accepting request 1277920 from home:glaubitz:branches:devel:languages:python

- 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
This commit is contained in:
2025-05-16 12:08:35 +00:00
committed by Git OBS Bridge
parent f8c53484fc
commit 970cb200f1
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri May 16 05:33:01 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Tue Feb 18 12:31:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>