Compiling Python code using LLVM

Edit Package python-numba

Numba is an Open Source NumPy-aware optimizing compiler for Python sponsored by Continuum Analytics, Inc. It uses the remarkable LLVM compiler infrastructure to compile Python syntax to machine code.

It is aware of NumPy arrays as typed memory regions and so can speed-up code using NumPy arrays. Other, less well-typed code will be translated to Python C-API calls effectively removing the “interpreter” but not removing the dynamic indirection.

Numba is also not a tracing JIT. It compiles your code before it gets run either using run-time type information or type information you provide in the decorator.

Numba is a mechanism for producing machine code from Python syntax and typed data structures such as those that exist in NumPy.

Refresh
Refresh
Source Files
Filename Size Changed
_multibuild 0000000122 122 Bytes
numba-0.57.1.tar.gz 0002552795 2.43 MB
python-numba.changes 0000065981 64.4 KB
python-numba.spec 0000005954 5.81 KB
skip-failing-tests.patch 0000002568 2.51 KB
Revision 39 (latest revision is 47)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1103793 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 39)
- update to 0.57.1:
  * fix regressions with 0.57.0 
- remove upper bound on numpy - upstream does not have it either
Comments 0
openSUSE Build Service is sponsored by