[ buster ]
[ 源代码: numexpr ]
软件包:python-numexpr(2.6.9-1)
python-numexpr 的相关链接
Debian 的资源:
下载源码包 numexpr:
维护小组:
- Debian Science Maintainers (QA 页面, 邮件存档)
- Wen Heping (QA 页面)
- Antonio Valentino (QA 页面)
- Yaroslav Halchenko (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
Fast numerical array expression evaluator for Python and NumPy
Numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It's the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime.
This is the Python 2 version of the package.
其他与 python-numexpr 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.27)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc1 (>= 1:4.2)
- GCC 支持库
-
- dep: libstdc++6 (>= 4.1.1)
- GNU 标准 C++ 库,第3版
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- dep: python-numpy (>= 1:1.16.0~rc1)
- Numerical Python adds a fast array facility to the Python language
-
- dep: python-numpy-abi9
- 本虚包由这些包填实: python-numpy
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources