提交 b5eccebd authored 作者: James Bergstra's avatar James Bergstra

Added numpy version to c_code version

上级 0cc1268b
......@@ -302,7 +302,7 @@ class Scalar(Type):
return ""
def c_code_cache_version(self):
return (8,) # put const around operators and added unary '-' operator
return (8, numpy.__version__) # put const around operators and added unary '-' operator
# no need to put lib.amdlibm here as c_compile_args() are put in the key.
return (7,) # make complex c code optional
return (6,) # added implemeentations of operators that work with scalar arguments
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论