17
0

8 Commits

Author SHA256 Message Date
78f5e0b5f9 Accepting request 1278041 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1278041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-more-itertools?expand=0&rev=29
2025-05-23 12:28:12 +00:00
970cb200f1 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
2025-05-16 12:08:35 +00:00
ceff651ad3 Accepting request 1268407 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1268407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-more-itertools?expand=0&rev=28
2025-04-11 14:45:40 +00:00
f8c53484fc Accepting request 1268355 from home:glaubitz:branches:devel:languages:python
- 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
2025-04-10 13:44:09 +00:00
e4eddcccb8 Accepting request 1217431 from devel:languages:python
- update to 10.5.0:
  * Optimize all_equal recipe
  * Reduce groupby.__next__ calls in all_equal
  * Fix types.UnionType
- update to 10.4.0:
  * Issue 854: sample improvements
  * Issue 858: Use chain and starmap in run_length.decode
  * Issue 859: Update totient recipe
  * Distinct permutations of incomparable items
  * Clarify seekable.relative_seek behavior
  * Issue 864: Improve _sample_unweighted
  * Use log1p for _sample_unweighted
  * Issue 862: change relative_seek() behaviour
  * Issue 876: is_sorted clarifications
  * Issue 870: counts parameter for sample
  * Issue 869: Add a steps argument to circular_shifts
  * Issue 871: Add a fast path for sliding_window
  * type annotation of `windowed_complete` corrected
  * [Docs] Fix strictly_n missing the n parameter
  * Standardize type hints for isinstance's second argument
  * Issue 883: change type hint
  * Add type overloads for `zip_broadcast`
  * Issue 889: Optimize triplewise
  * Add option `strict` to `sort_together`
  * Updates for version 10.4.0

OBS-URL: https://build.opensuse.org/request/show/1217431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-more-itertools?expand=0&rev=27
2024-10-25 17:18:41 +00:00
ae7c1c18ba - update to 10.5.0:
* Optimize all_equal recipe
  * Reduce groupby.__next__ calls in all_equal
  * Fix types.UnionType
- update to 10.4.0:
  * Issue 854: sample improvements
  * Issue 858: Use chain and starmap in run_length.decode
  * Issue 859: Update totient recipe
  * Distinct permutations of incomparable items
  * Clarify seekable.relative_seek behavior
  * Issue 864: Improve _sample_unweighted
  * Use log1p for _sample_unweighted
  * Issue 862: change relative_seek() behaviour
  * Issue 876: is_sorted clarifications
  * Issue 870: counts parameter for sample
  * Issue 869: Add a steps argument to circular_shifts
  * Issue 871: Add a fast path for sliding_window
  * type annotation of `windowed_complete` corrected
  * [Docs] Fix strictly_n missing the n parameter
  * Standardize type hints for isinstance's second argument
  * Issue 883: change type hint
  * Add type overloads for `zip_broadcast`
  * Issue 889: Optimize triplewise
  * Add option `strict` to `sort_together`
  * Updates for version 10.4.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=55
2024-10-23 20:58:04 +00:00
accf3dbbe5 Accepting request 1184124 from devel:languages:python
- update to 10.3.0:
  * Increase performance of `padded`
  * Update table of contents
  * Add exactly size of n doc to padded
  * Speed up `ichunked`
  * Optimize `chunked_even` itertool
  * Optimize windowed itertool
  * Issue 820: add powerset_of_sets
  * Fix a typo found by codespell
  * Add typing for countable.items_seen attribute.
  * Add join_mappings
  * Add doublestarmap (closes #679)
  * Add dft and idft
  * Changes for version 10.3.0
  * Add unique()

OBS-URL: https://build.opensuse.org/request/show/1184124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-more-itertools?expand=0&rev=26
2024-07-02 16:14:36 +00:00
ae44ad36ca - update to 10.3.0:
* Increase performance of `padded`
  * Update table of contents
  * Add exactly size of n doc to padded
  * Speed up `ichunked`
  * Optimize `chunked_even` itertool
  * Optimize windowed itertool
  * Issue 820: add powerset_of_sets
  * Fix a typo found by codespell
  * Add typing for countable.items_seen attribute.
  * Add join_mappings
  * Add doublestarmap (closes #679)
  * Add dft and idft
  * Changes for version 10.3.0
  * Add unique()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=53
2024-06-30 19:20:09 +00:00

Diff Content Not Available