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(python): Accept more generic Iterable[bool] in Series.filter #20431

Merged
merged 9 commits into from
Dec 27, 2024

Conversation

lukemanley
Copy link
Contributor

closes #14154

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels Dec 24, 2024
Copy link

codecov bot commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.98%. Comparing base (0c290d6) to head (dcf20ec).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20431      +/-   ##
==========================================
- Coverage   78.98%   78.98%   -0.01%     
==========================================
  Files        1563     1563              
  Lines      220557   220557              
  Branches     2488     2488              
==========================================
- Hits       174209   174206       -3     
- Misses      45775    45778       +3     
  Partials      573      573              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lukemanley lukemanley changed the title feat(python): Accept numpy arrays in Series.filter feat(python): Accept more generic Iterable[bool] in Series.filter Dec 25, 2024
@ritchie46 ritchie46 merged commit 8b3afb7 into pola-rs:main Dec 27, 2024
14 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't filter Series with NumPy arrays
2 participants