Pakket: python3-numba (0.59.1+dfsg-1)
Verwijzigingen voor python3-numba
Debian bronnen:
Het bronpakket numba downloaden:
Beheerders:
Externe bronnen:
- Homepage [numba.pydata.org]
Vergelijkbare pakketten:
native machine code compiler for Python 3
Numba compiles native machine code instructions from Python programs at runtime using the LLVM compiler infrastructure. It could be easily employed by decorating individual computation intensive functions in the Python code. Numba could significantly speed up the performance of computations, and optionally supports compilation to run on GPU processors through Nvidia's CUDA platform. It integrates well with the Python scientific software stack, and especially recognizes Numpy arrays.
This package contains the modules for Python 3.
Andere aan python3-numba gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support bibliotheek
-
- dep: libgomp1 (>= 4.9)
- GCC OpenMP (GOMP) support library
-
- dep: libstdc++6 (>= 13.1)
- GNU Standard C++ Library v3
-
- dep: libtbb12 (>= 2021.11.0)
- parallelism library for C++ - runtime files
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.11~)
-
- dep: python3-llvmlite (>= 0.42~)
- LLVM Python 3 binding for writing JIT compilers
-
- dep: python3-numpy (>= 1:1.25.0)
- Fast array facility to the Python language (Python 3)
-
- dep: python3-numpy-abi9
- virtueel pakket geboden door python3-numpy
-
- dep: python3-scipy
- scientific tools for Python 3
-
- rec: numba-doc
- native machine code compiler for Python (docs)
-
- rec: python3-pip
- Python package installer