-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
MAINT: Update cversion hash. #12414
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
MAINT: Update cversion hash. #12414
Conversation
# Version 13 (NumPy 1.16) | ||
# Deprecate PyArray_SetNumericOps and PyArray_GetNumericOps, | ||
# Add fields core_dim_flags and core_dim_sizes to PyUFuncObject. | ||
# Add pyufunc_fromfuncanddataandsignatureandidentity to ufunc_funcs_api. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this not have the same case as the function name?
@@ -402,8 +402,7 @@ | |||
# End 1.7 API | |||
'PyUFunc_RegisterLoopForDescr': (41,), | |||
# End 1.8 API | |||
'PyUFunc_FromFuncAndDataAndSignatureAndIdentity': | |||
(42,), | |||
'PyUFunc_FromFuncAndDataAndSignatureAndIdentity': (42,), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that I wrapped this to make the columns align - not that it matter at all
Perhaps that warning should be promoted to an error at build time, else we'll never catch it. |
A new function was added to the ufunc_funcs_api. Closes numpy#12412.
fa2c948
to
0f65a90
Compare
Hah, that was strange. I upgraded to Fedora 29 last Thurs, and among various new vim bugs, it turns out it was lower casing strings copied to the clipboard. Seems vim is not maintained as well as it was... |
Sounds like a good idea. |
A new function was added to the ufunc_funcs_api.
Closes #12412.