Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new(slideThrough, slideThroughCyclic): add a new pair of operators #19

Merged
merged 1 commit into from
Nov 5, 2023

Conversation

lazarljubenovic
Copy link
Owner

The newly added operators slideThrough and slideThroughCyclic are a generalization of pairwise and pairwiseCyclic. They will both yield tuples with windowSize elements by sliding a window through the source iterable.

Closes #17

The newly added operators `slideThrough` and `slideThroughCyclic` are a generalization of `pairwise` and `pairwiseCyclic`.
They will both yield tuples with `windowSize` elements by sliding a window through the source iterable.

Closes #17
@lazarljubenovic lazarljubenovic merged commit 3790e18 into master Nov 5, 2023
2 checks passed
@lazarljubenovic lazarljubenovic deleted the issue-17 branch November 5, 2023 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a sliding/rolling window operator
1 participant