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

feat: Impl count_matches for array namespace #13675

Merged
merged 3 commits into from
Jan 17, 2024

Conversation

reswqa
Copy link
Collaborator

@reswqa reswqa commented Jan 12, 2024

Maybe I can optimize arr.sum of boolean type via count_boolean_bits in the next PR.

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Jan 12, 2024
@reswqa reswqa marked this pull request as ready for review January 13, 2024 14:32
@reswqa
Copy link
Collaborator Author

reswqa commented Jan 17, 2024

@ritchie46 Would you mind reviewing this one? There are a few subsequent PRs that rely on it.

I wanted to improve the Array type support as much as possible before we release 1.0(I guess it won't be long).

@orlp
Copy link
Collaborator

orlp commented Jan 17, 2024

I reviewed the Rust side and looks good to me, @stinodego could you take a look at the Python side? If that's good then this is ready to merge.

@stinodego stinodego merged commit 5fbce48 into pola-rs:main Jan 17, 2024
23 checks passed
r-brink pushed a commit to r-brink/polars that referenced this pull request Jan 22, 2024
Co-authored-by: Stijn de Gooijer <stijndegooijer@gmail.com>
r-brink pushed a commit to r-brink/polars that referenced this pull request Jan 24, 2024
Co-authored-by: Stijn de Gooijer <stijndegooijer@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants