-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor apply_parallel #268
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #268 +/- ##
==========================================
- Coverage 95.58% 95.15% -0.43%
==========================================
Files 24 24
Lines 2154 2190 +36
Branches 400 404 +4
==========================================
+ Hits 2059 2084 +25
- Misses 76 86 +10
- Partials 19 20 +1
☔ View full report in Codecov by Sentry. |
@lewisjared Python 3.8 seems happy even with these changes, I guess the future annotations work better than we though |
@lewisjared are you: a) happy with this |
Go for it |
Refactor apply parallel
Pull request
Think of this branch as the 'dev' branch. I will make a couple of PRs into this and then we can merge the whole thing. The first commit (which is already here) just adds
from __future__ import annotations
and then runs ruff so that all the mess from that isn't in the other PRs as people review them.Please confirm that this pull request has done the following:
apply_parallel
function to RunGroupBy #262Tests addedDocumentation added (where applicable)Example added (either to an existing notebook or as a new notebook, where applicable)