numba
https://github.com/numba/numba
Python
NumPy aware dynamic Python compiler using LLVM
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported30 Subscribers
View all SubscribersAdd a CodeTriage badge to numba
Help out
- Issues
- Update dependency ubuntu to v26
- break a few circular imports
- NumPy dependency refactor #1: Refactor Context, CPUContext and move NumPy specific boxing/unboxing to the NumPy module
- NumPy dependency refactor #2: Refactor parfor passes and move them to parfors module
- NumPy dependency refactor #3: Relocate numba/core/typing/cffi_utils.py to numba/cffi/cffi_utils.py
- feat: add heapsort support for array sorting
- Add `kind='heapsort'` to `ndarray.sort` and `argsort`
- Add security warnings on function disk-cache.
- Support numpy.bitwise_count and int.bit_count
- Enable PEP-517 building
- Docs
- Python not yet supported