Chore(deps): bump more-itertools from 10.3.0 to 10.4.0
Bumps more-itertools from 10.3.0 to 10.4.0.
Release notes
Sourced from more-itertools's releases.
Version 10.4.0
What's Changed
- Issue 854: sample improvements by
@bbayles
in more-itertools/more-itertools#855- Issue 858: Use chain and starmap in run_length.decode by
@bbayles
in more-itertools/more-itertools#861- Issue 859: Update totient recipe by
@bbayles
in more-itertools/more-itertools#860- Distinct permutations of incomparable items by
@JamesParrott
in more-itertools/more-itertools#834- Clarify seekable.relative_seek behavior by
@bbayles
in more-itertools/more-itertools#863- Issue 864: Improve _sample_unweighted by
@bbayles
in more-itertools/more-itertools#865- Use log1p for _sample_unweighted by
@bbayles
in more-itertools/more-itertools#868- Issue 862: change relative_seek() behaviour by
@dkrikun
in more-itertools/more-itertools#866- Issue 876: is_sorted clarifications by
@bbayles
in more-itertools/more-itertools#877- Issue 870: counts parameter for sample by
@bbayles
in more-itertools/more-itertools#875- Issue 869: Add a steps argument to circular_shifts by
@bbayles
in more-itertools/more-itertools#874- Issue 871: Add a fast path for sliding_window by
@bbayles
in more-itertools/more-itertools#873- type annotation of
windowed_complete
corrected by@m472
in more-itertools/more-itertools#881- [Docs] Fix strictly_n missing the n parameter by
@fakuivan
in more-itertools/more-itertools#886- Standardize type hints for isinstance's second argument by
@jbosboom
in more-itertools/more-itertools#887- Issue 883: change type hint by
@akisatoon1
in more-itertools/more-itertools#884- Add type overloads for
zip_broadcast
by@Pandede
in more-itertools/more-itertools#888- Issue 889: Optimize triplewise by
@bbayles
in more-itertools/more-itertools#891- Add option
strict
tosort_together
by@Pandede
in more-itertools/more-itertools#892- Updates for version 10.4.0 by
@bbayles
in more-itertools/more-itertools#893New Contributors
@JamesParrott
made their first contribution in more-itertools/more-itertools#834@dkrikun
made their first contribution in more-itertools/more-itertools#866@m472
made their first contribution in more-itertools/more-itertools#881@fakuivan
made their first contribution in more-itertools/more-itertools#886@jbosboom
made their first contribution in more-itertools/more-itertools#887@akisatoon1
made their first contribution in more-itertools/more-itertools#884@Pandede
made their first contribution in more-itertools/more-itertools#888Full Changelog: https://github.com/more-itertools/more-itertools/compare/v10.3.0...v10.4.0
Commits
-
935db91
Add missing credit -
dab9518
Bump version to 10.4.0 -
8256ce3
Merge pull request #893 from more-itertools/version-10.4.0 -
8c28b61
Update broken link -
eb26512
Issue 894: ilen beautification -
537f0b5
Updates for version 10.4.0 -
2ff5c5a
Merge pull request #892 from Pandede/add-strict-to-sort-together -
1d35f28
fix linting -
fec25b6
add more testcases -
d942faa
usezip_equals
instead - Additional commits viewable in compare view