-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
implement bits of numpy_helper in cython where possible #19450
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19450 +/- ##
==========================================
- Coverage 91.62% 91.6% -0.03%
==========================================
Files 150 150
Lines 48724 48724
==========================================
- Hits 44644 44632 -12
- Misses 4080 4092 +12
Continue to review full report at Codecov.
|
looks ok. needs a perf test, pls run with affinity! |
One run without affinity, three with. Recently rebooted the machine, might explain the uncharacteristically stable results.
|
pls run on a lot more benchmarks, this change affects practically everything. I don't expect anything but, need to check. |
|
thanks! |
Like with the transition to tslibs.np_datetime, this implements pieces of numpy_helper.h directly in cython in util.pxd. The generated C should be equivalent to existing versions, but that is worth double-checking.
One dependency is removed from setup.py that was missed in #19415, should have been deleted there.