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

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jun 30 19:19:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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()
-------------------------------------------------------------------
Tue Jan 16 15:34:58 UTC 2024 - Dirk Müller <dmueller@suse.com>