python-numba

NumPy-aware optimizing compiler for Python using LLVM

Numba is a NumPy-aware optimizing compiler for Python. It uses the 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.

Для openSUSE Leap 15.5 нет официального пакета

Дистрибутивы

openSUSE Tumbleweed

devel:languages:python:numeric Экспериментальный
0.59.1

openSUSE Leap 15.6

home:ecsos:python Сообщество
0.59.1

openSUSE Leap 15.5

home:ecsos:python Сообщество
0.59.1

SUSE SLE-15-SP2

Cloud:OpenStack:Master Экспериментальный
0.53.0
devel:languages:python:backports Экспериментальный
0.53.0

SUSE SLE-15-SP1

devel:languages:python:backports Экспериментальный
0.48.0

Неподдерживаемые дистрибутивы

Следующие дистрибутивы не имеют официальной поддержки. Используйте их пакеты на свой страх и риск.