提交 58398206 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Un-bumped C code version number, since code that was modified did not compile previously anyway

上级 aca02853
...@@ -390,7 +390,6 @@ class Scalar(Type): ...@@ -390,7 +390,6 @@ class Scalar(Type):
return "" return ""
def c_code_cache_version(self): def c_code_cache_version(self):
return (11, numpy.__version__) # Ensure the 'int' C type is among the real types
return (10, numpy.__version__) # Use the correct type checking and conversion functions return (10, numpy.__version__) # Use the correct type checking and conversion functions
return (9, numpy.__version__) # Make operators work with 64 and 128 arguments at the same time return (9, numpy.__version__) # Make operators work with 64 and 128 arguments at the same time
return (8, numpy.__version__) # put const around operators and added unary '-' operator return (8, numpy.__version__) # put const around operators and added unary '-' operator
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论