Skip to content

Commit

Permalink
Changes for 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayles committed Aug 28, 2020
1 parent 8a23d62 commit b0b56ac
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/versions.rst
Expand Up @@ -5,6 +5,31 @@ Version History
.. automodule:: more_itertools
:noindex:

8.5.0
-----


* New itertools
* :func:`windowed_complete` (thanks to MarcinKonowalczyk)

* Changes to existing itertools:
* The :func:`is_sorted` implementation was improved (thanks to cool-RR)
* The :func:`groupby_transform` now accepts a ``reducefunc`` parameter.
* The :func:`last` implementation was improved (thanks to brianmaissy)

* Other changes
* Various documentation fixes (thanks to craigrosie, samuelstjean, PiCT0)
* The tests for :func:`distinct_combinations` were improved (thanks to Minabsapi)
* Automated tests now run on GitHub Actions. All commits now check:
* That unit tests pass
* That the examples in docstrings work
* That test coverage remains high (using `coverage`)
* For linting errors (using `flake8`)
* For consistent style (using `black`)
* That the type stubs work (using `mypy`)
* That the docs build correctly (using `sphinx`)
* That packages build correctly (using `twine`)

8.4.0
-----

Expand Down

0 comments on commit b0b56ac

Please sign in to comment.