14
0

- update to 8.8.0:

* :func:`countable` (thanks to krzysieq)
  * :func:`split_before` was updated to handle empy collections (thanks to TiunovNN)
  * :func:`unique_everseen` got a performance boost (thanks to Numerlor)
  * The type hint for :func:`value_chain` was corrected (thanks to vr2262)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=32
This commit is contained in:
2021-06-06 12:47:43 +00:00
committed by Git OBS Bridge
parent 5a5ae980c7
commit 853b43391f
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jun 6 12:43:51 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 8.8.0:
* :func:`countable` (thanks to krzysieq)
* :func:`split_before` was updated to handle empy collections (thanks to TiunovNN)
* :func:`unique_everseen` got a performance boost (thanks to Numerlor)
* The type hint for :func:`value_chain` was corrected (thanks to vr2262)
-------------------------------------------------------------------
Thu Jun 3 11:51:31 UTC 2021 - pgajdos@suse.com