[ 原始碼: numexpr ]
套件:python3-numexpr(2.8.4-1 以及其他的)
python3-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 3 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 package contains numexpr for Python 3.
其他與 python3-numexpr 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.35)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: libstdc++6 (>= 5)
- GNU Standard C++ Library v3
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)
-
- dep: python3-numpy (>= 1:1.22.0)
- Fast array facility to the Python 3 language
-
- dep: python3-numpy-abi9
- 本虛擬套件由這些套件填實: python3-numpy
-
- dep: python3-packaging
- core utilities for python3 packages