Skip to content

PERF: add np.max and np.min to _cython_table (GH5927) #5960

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

Merged
merged 1 commit into from
Jan 16, 2014
Merged

PERF: add np.max and np.min to _cython_table (GH5927) #5960

merged 1 commit into from
Jan 16, 2014

Conversation

dsm054
Copy link
Contributor

@dsm054 dsm054 commented Jan 16, 2014

closes #5927

Fixes numpy max/min slow path on resample and adds tests to vbench.

@jreback
Copy link
Contributor

jreback commented Jan 16, 2014

can you show the vbench results in the PR top section?

jreback added a commit that referenced this pull request Jan 16, 2014
PERF: add np.max and np.min to _cython_table (GH5927)
@jreback jreback merged commit a1fff60 into pandas-dev:master Jan 16, 2014
@jreback
Copy link
Contributor

jreback commented Jan 16, 2014

thanks!

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

Successfully merging this pull request may close these issues.

PERF: resample with max/min taking slow path
2 participants