Pakket: python3-numexpr (2.8.1-1build1)
Verwijzigingen voor python3-numexpr
Trisquel bronnen:
Het bronpakket numexpr downloaden:
Beheerder:
Original Maintainers:
- Debian Science Maintainers (Mailarchief)
- Wen Heping
- Antonio Valentino
- Yaroslav Halchenko
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-numexpr gerelateerde pakketten
|
|
|
-
- dep: libc6 (>= 2.35)
- GNU C Library: Shared libraries
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc-s1 (>= 3.3.1)
- GCC support library
-
- 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
- virtueel pakket geboden door python3-numpy
-
- dep: python3-packaging
- core utilities for python3 packages