8000 MAINT: Update cversion hash. · charris/numpy@0f65a90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f65a90

Browse files
committed
MAINT: Update cversion hash.
A new function was added to the ufunc_funcs_api. Closes numpy#12412.
1 parent 7067440 commit 0f65a90

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

numpy/core/code_generators/cversions.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
# Version 12 (NumPy 1.15) No change.
4444
0x0000000c = a1bc756c5782853ec2e3616cf66869d8
4545

46-
# Version 13 (NumPy 1.16) Deprecate PyArray_SetNumericOps and
47-
# PyArray_GetNumericOps, Added fields core_dim_flags and core_dim_sizes
48-
# to PyUFuncObject
49-
0x0000000d = a1bc756c5782853ec2e3616cf66869d8
46+
# Version 13 (NumPy 1.16)
47+
# Deprecate PyArray_SetNumericOps and PyArray_GetNumericOps,
48+
# Add fields core_dim_flags and core_dim_sizes to PyUFuncObject.
49+
# Add PyUFunc_FromFuncAndDataAndSignatureAndIdentity to ufunc_funcs_api.
50+
0x0000000d = 5b0e8bbded00b166125974fc71e80a33

numpy/core/code_generators/numpy_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,7 @@
402402
# End 1.7 API
403403
'PyUFunc_RegisterLoopForDescr': (41,),
404404
# End 1.8 API
405-
'PyUFunc_FromFuncAndDataAndSignatureAndIdentity':
406-
(42,),
405+
'PyUFunc_FromFuncAndDataAndSignatureAndIdentity': (42,),
407406
# End 1.16 API
408407
}
409408

0 commit comments

Comments
 (0)
0