Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 1 commit into from
Nov 19, 2018
Merged

MAINT: Update cversion hash. #12414

merged 1 commit into from
Nov 19, 2018

Conversation

charris
Copy link
Member

@charris charris commented Nov 19, 2018

A new function was added to the ufunc_funcs_api.

Closes #12412.

# 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.
Copy link
Member

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,),
Copy link
Member

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

@eric-wieser
Copy link
Member

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.
@charris
Copy link
Member Author

charris commented Nov 19, 2018

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...

@charris
Copy link
Member Author

charris commented Nov 19, 2018

Perhaps that warning should be promoted to an error at build time,

Sounds like a good idea.

@eric-wieser eric-wieser merged commit b031379 into numpy:master Nov 19, 2018
@charris charris deleted the fix-cversion branch November 20, 2018 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants