Skip to content

Commit

Permalink
Merge pull request #380 from erikrose/version-8.2.0
Browse files Browse the repository at this point in the history
Changes for 8.2.0
  • Loading branch information
bbayles committed Jan 29, 2020
2 parents 04f8a12 + 0861bed commit e6d40fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/versions.rst
Expand Up @@ -5,6 +5,18 @@ Version History
.. automodule:: more_itertools
:noindex:

8.2.0
-----

* Bug fixes
* The .pyi files for typing were updated. (thanks to blueyed and ilai-deutel)

* Changes to existing itertools:
* :func:`numeric_range` now behaves more like the built-in :func:`range`. (thanks to jferard)
* :func:`bucket` now allows for enumerating keys. (thanks to alexchandel)
* :func:`sliced` now should now work for numpy arrays. (thanks to sswingle)
* :func:`seekable` now has a ``maxlen`` parameter.

8.1.0
-----

Expand Down

0 comments on commit e6d40fd

Please sign in to comment.