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
- Importing from numba.types no longer permitted according to type checkers since Numba 0.66.0
- `numba.np.ufunc.decorators` type stubs (`vectorize` & `guvectorize`)
- Update CUDA target info for CUDA 13 releases
- `numba.typed` type stubs (`List`, `Dict`, and `Set`)
- Remove inline annotations in `typed.typedlist` in favor of type stubs
- Fix ufunc mixed-input type promotion and BitwiseInvert on booleans
- Add support for math.isclose() in nopython mode
- add missing docstrings to runonce, format_time and benchmark in numba/core/utils.py
- Fix cfunc type stub to accept nopython keyword argument
- [DO NOT MERGE] test llvmlite #1427
- Docs
- Python not yet supported