Pakket: python-numexpr (2.6.9-1)
Verwijzigingen voor python-numexpr
Debian bronnen:
Het bronpakket numexpr downloaden:
Beheerders:
- Debian Science Maintainers (QA-pagina, Mailarchief)
- Wen Heping (QA-pagina)
- Antonio Valentino (QA-pagina)
- Yaroslav Halchenko (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python-numexpr gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.27)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc1 (>= 1:3.0)
- GCC support bibliotheek
-
- 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
- virtueel pakket geboden door python-numpy
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources