Numba
Numba logo | |
| Original author(s) | Continuum Analytics |
|---|---|
| Developer(s) | Community project |
| Initial release | 15 August 2012 |
| Stable release | 0.61.2
/ 9 April 2025 |
| Repository | |
| Written in | Python, C |
| Operating system | Cross-platform |
| Platform | x86-64, ARM64, POWER |
| Type | Technical computing |
| License | BSD 2-clause |
| Website | numba |
| Numba CUDA | |
|---|---|
| Developer(s) | NVIDIA |
| Stable release | 0.4.0
/ January 27, 2025 |
| Repository | github |
| Platform | NVIDIA GPU |
| License | BSD 2-clause |
| Website | nvidia |
Numba is an open-source JIT compiler that translates a subset of Python and NumPy into fast machine code using LLVM, via the llvmlite Python package. It offers a range of options for parallelising Python code for CPUs and GPUs, often with only minor code changes.
Numba was started by Travis Oliphant in 2012 and has since been under active development at its repository in GitHub with frequent releases. The project is driven by developers at Anaconda, Inc., with support by DARPA, the Gordon and Betty Moore Foundation, Intel, Nvidia and AMD, and a community of contributors on GitHub.