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

Align semantics of Slice operator with Take #1067

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

glopesdev
Copy link
Member

This PR reimplements the Slice operator to follow the behavior of Take and terminate the sequence as early as possible after the Stop condition is reached. Parameter ranges are also validated.

Fixes #930

@glopesdev glopesdev added this to the 2.7.0 milestone Oct 3, 2022
@glopesdev glopesdev merged commit 1ef96b3 into bonsai-rx:main Oct 3, 2022
@glopesdev glopesdev deleted the issue-930 branch October 3, 2022 11:51
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.

Slice operator should terminate source sequence after stop condition is reached
1 participant