-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
PERF: perf regressions vs 0.14.0 #7633
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
Comments
cc @sinhrks |
There are some pretty hefty hits for |
can you post your example? |
|
hm maybe repr-ing is not the issue |
what does ipython actually do after executing, maybe it caches it or something? |
the answer is in the format, while I ctrl-c....its in |
hm when i control-c it's in a |
okay maybe not ... just cython'd that and it didn't improve the situation |
that is where the bottleneck is though |
|
yes...that is the same problem as in the vbench above |
ok |
what does bcdc6d9 actually fix? i don't see any docs on it |
If you put the commented code back this fixes the entire problem: https://github.com/pydata/pandas/blob/master/pandas/tseries/frequencies.py#L675 |
yep |
can you figure out where that was changed? |
the commit i just put up is where it was changed |
git blame -L 671,677 pandas/tseries/frequencies.py |
cc @sinhrks. Seems |
Yes, will check. |
It looks offset ops get also little slower. I'll take a look.
|
We have many + perf fixes in 0.14.1 yeh!
but need to look at these (resamples could be spurious)
The text was updated successfully, but these errors were encountered: