14
0

Accepting request 766373 from home:MSirringhaus:branches:devel:languages:python

- update to 8.1.0:
    * Bug fixes
        :func:`partition` works with pred=None again. (thanks 
        to MSeifert04)
    * New itertools
        :func:`sample` (thanks to tommyod)
        :func:`nth_or_last` (thanks to d-ryzhikov)
    * Changes to existing itertools:
        The implementation for :func:`divide` was improved.

OBS-URL: https://build.opensuse.org/request/show/766373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-01-22 16:03:47 +00:00
committed by Git OBS Bridge
parent b96438ed27
commit 3be87bb271
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 22 15:56:53 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- update to 8.1.0:
* Bug fixes
:func:`partition` works with pred=None again. (thanks
to MSeifert04)
* New itertools
:func:`sample` (thanks to tommyod)
:func:`nth_or_last` (thanks to d-ryzhikov)
* Changes to existing itertools:
The implementation for :func:`divide` was improved.
-------------------------------------------------------------------
Fri Dec 20 19:18:54 UTC 2019 - Dirk Mueller <dmueller@suse.com>