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

Test PR: Remove numpy dependency, let Pandas introduce it #111

Closed
wants to merge 1 commit into from

Conversation

dougbrn
Copy link
Collaborator

@dougbrn dougbrn commented Jun 17, 2024

Pandas has a numpy dependency. Try letting Pandas handle it's installation. This still fails as Pandas does not pin to <2.0

Copy link

Before [c44bfe1] After [ea4e04f] Ratio Benchmark (Parameter)
61.9±2ms 62.2±2ms 1.01 benchmarks.ReassignHalfOfNestedSeries.time_run
260M 259M 1 benchmarks.AssignSingleDfToNestedSeries.peakmem_run
90.7M 90.6M 1 benchmarks.NestedFrameQuery.peakmem_run
87.6M 87.4M 1 benchmarks.NestedFrameReduce.peakmem_run
84.8M 84.3M 0.99 benchmarks.NestedFrameAddNested.peakmem_run
275M 271M 0.99 benchmarks.ReassignHalfOfNestedSeries.peakmem_run
9.37±0.2ms 9.17±0.06ms 0.98 benchmarks.NestedFrameAddNested.time_run
6.40±0.1ms 6.23±0.2ms 0.97 benchmarks.NestedFrameQuery.time_run
33.0±4ms 31.5±0.5ms 0.95 benchmarks.AssignSingleDfToNestedSeries.time_run
1.12±0.01ms 1.06±0.01ms 0.94 benchmarks.NestedFrameReduce.time_run

Click here to view all benchmarks.

@dougbrn dougbrn closed this Jul 26, 2024
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.

1 participant