-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
PERF: Fix performance regression #33365 #33540
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
Conversation
2785007
to
bef979b
Compare
Fix performance regression in Series.is_monotonic_increasing for categorical by avoiding Categorical construction for categorical series
bef979b
to
3b6a672
Compare
can you show |
This asv benchmark is identical to the %timeit version shared in #33365. Let me know if timeit is preferred over this and I can share that as well.
|
an you run all categorical and index construction asv's |
Here is the asv for everything. I re-ran the two that showed regressions afterwards and they did not reproduce.
|
thanks @rtlee9 |
I don't believe we need a note as this was a recent master, but @TomAugspurger lmk if not the case |
I think that's right.
…On Wed, Apr 15, 2020 at 12:42 PM Jeff Reback ***@***.***> wrote:
I don't believe we need a note as this was a recent master, but
@TomAugspurger <https://github.com/TomAugspurger> lmk if not the case
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#33540 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKAOIWFJVXJYX724AJUFXTRMXWXXANCNFSM4MHM7QSA>
.
|
Fix performance regression in Series.is_monotonic_increasing for categorical by avoiding Categorical construction for categorical series
Fix performance regression in Series.is_monotonic_increasing for categorical
by avoiding Categorical construction for categorical series
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff