We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 275fa79 + 70350f4 commit 58089f3Copy full SHA for 58089f3
numpy/core/code_generators/cversions.txt
@@ -31,4 +31,5 @@
31
0x00000009 = 982c4ebb6e7e4c194bf46b1535b4ef1b
32
33
# Version 10 (NumPy 1.10) Added PyArray_CheckAnyScalarExact
34
+# Version 10 (NumPy 1.11) No change.
35
0x0000000a = 9b8bce614655d3eb02acddcb508203cb
numpy/core/setup_common.py
@@ -36,6 +36,7 @@
36
# 0x00000009 - 1.8.x
37
# 0x00000009 - 1.9.x
38
# 0x0000000a - 1.10.x
39
+# 0x0000000a - 1.11.x
40
C_API_VERSION = 0x0000000a
41
42
class MismatchCAPIWarning(Warning):
pavement.py
@@ -102,7 +102,7 @@
102
RELEASE_NOTES = 'doc/release/1.11.0-notes.rst'
103
104
# Start/end of the log (from git)
105
-LOG_START = 'v1.10.0b1'
+LOG_START = 'v1.10.0'
106
LOG_END = 'master'
107
108
0 commit comments