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

fix: Type hints for window_size incorrectly included timedelta in some rolling functions #19827

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

MarcoGorelli
Copy link
Collaborator

closes #19825

@MarcoGorelli MarcoGorelli changed the title Rolling type hints fix: Type hints for window_size incorrectly included timedelta in… ab28191 … some rolling functions Nov 16, 2024
@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars and removed title needs formatting labels Nov 16, 2024
@MarcoGorelli MarcoGorelli marked this pull request as ready for review November 16, 2024 19:29
@MarcoGorelli MarcoGorelli changed the title fix: Type hints for window_size incorrectly included timedelta in… ab28191 … some rolling functions fix: Type hints for window_size incorrectly included timedelta in some rolling functions Nov 16, 2024
Copy link

codecov bot commented Nov 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.32%. Comparing base (dda61f8) to head (ab28191).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19827      +/-   ##
==========================================
- Coverage   79.33%   79.32%   -0.01%     
==========================================
  Files        1548     1548              
  Lines      214208   214208              
  Branches     2460     2460              
==========================================
- Hits       169935   169928       -7     
- Misses      43715    43722       +7     
  Partials      558      558              

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

@alexander-beedie alexander-beedie merged commit 01be57f into pola-rs:main Nov 17, 2024
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rolling Expr claims to support timedelta but doesn't appear to
2 participants