套件: python3-numexpr (2.8.1-1build1)
python3-numexpr 的相關超連結
Trisquel 的資源:
下載原始碼套件 numexpr:
維護者:
Original Maintainers:
- Debian Science Maintainers (郵件存檔)
- Wen Heping
- Antonio Valentino
- Yaroslav Halchenko
外部的資源:
- 主頁 [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 Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: libgcc-s1 (>= 3.3.1) [除 armhf]
- GCC support library
- dep: libgcc-s1 (>= 3.5) [armhf]
-
- dep: libstdc++6 (>= 5)
- GNU Standard C++ Library v3
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.11)
- dep: python3 (>= 3.10~)
-
- dep: python3-numpy (>= 1:1.20.0)
- Fast array facility to the Python 3 language
-
- dep: python3-numpy-abi9
- 本虛擬套件由這些套件提供: python3-numpy
-
- dep: python3-packaging
- core utilities for python3 packages