What's Changed
- Issue 854: sample improvements by @bbayles in #855
- Issue 858: Use chain and starmap in run_length.decode by @bbayles in #861
- Issue 859: Update totient recipe by @bbayles in #860
- Distinct permutations of incomparable items by @JamesParrott in #834
- Clarify seekable.relative_seek behavior by @bbayles in #863
- Issue 864: Improve _sample_unweighted by @bbayles in #865
- Use log1p for _sample_unweighted by @bbayles in #868
- Issue 862: change relative_seek() behaviour by @dkrikun in #866
- Issue 876: is_sorted clarifications by @bbayles in #877
- Issue 870: counts parameter for sample by @bbayles in #875
- Issue 869: Add a steps argument to circular_shifts by @bbayles in #874
- Issue 871: Add a fast path for sliding_window by @bbayles in #873
- type annotation of
windowed_complete
corrected by @m472 in #881 - [Docs] Fix strictly_n missing the n parameter by @fakuivan in #886
- Standardize type hints for isinstance's second argument by @jbosboom in #887
- Issue 883: change type hint by @akisatoon1 in #884
- Add type overloads for
zip_broadcast
by @Pandede in #888 - Issue 889: Optimize triplewise by @bbayles in #891
- Add option
strict
tosort_together
by @Pandede in #892 - Updates for version 10.4.0 by @bbayles in #893
New Contributors
- @JamesParrott made their first contribution in #834
- @dkrikun made their first contribution in #866
- @m472 made their first contribution in #881
- @fakuivan made their first contribution in #886
- @jbosboom made their first contribution in #887
- @akisatoon1 made their first contribution in #884
- @Pandede made their first contribution in #888
Full Changelog: v10.3.0...v10.4.0