14
0

- 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
This commit is contained in:
2024-06-30 19:20:09 +00:00
committed by Git OBS Bridge
parent 4681a66884
commit ae44ad36ca
4 changed files with 23 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-more-itertools
Version: 10.2.0
Version: 10.3.0
Release: 0
Summary: More routines for operating on iterables, beyond itertools
License: MIT