[ 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 Standard C++ Library v3
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
- 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