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

CLN: Remove leftover partial-result code from apply #35397

Merged
merged 1 commit into from Jul 24, 2020

Conversation

alonme
Copy link
Contributor

@alonme alonme commented Jul 23, 2020

  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff

@alonme alonme force-pushed the cln-remove-apply-partial-result branch from eeb7492 to 84c9d32 Compare July 23, 2020 22:06
@jreback
Copy link
Contributor

jreback commented Jul 23, 2020

hmm yeah i don't really recall while this was needed

any perf differences?

@alonme
Copy link
Contributor Author

alonme commented Jul 24, 2020

@jreback I added the partial results in order to solve #33879 ( PR #34183)
But it seems that the whole use of libreduction was removed, and there is no need.

All the code i removed isn't actually used, so there shouldn't be any perf difference

Do you happen to know why libreduction isn't used anymore? is there a slowdown after its removal?

@jreback
Copy link
Contributor

jreback commented Jul 24, 2020

libreduction just added complexity

@alonme
Copy link
Contributor Author

alonme commented Jul 24, 2020

ok.
Anything left for this to be merged?

@simonjayhawkins simonjayhawkins added this to the 1.2 milestone Jul 24, 2020
@jreback jreback modified the milestones: 1.2, 1.1 Jul 24, 2020
@jreback jreback merged commit 8f54d14 into pandas-dev:master Jul 24, 2020
@jreback
Copy link
Contributor

jreback commented Jul 24, 2020

yeah this is nice @alonme thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants