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 supported29 Subscribers
View all SubscribersAdd a CodeTriage badge to numba
Help out
- Issues
- Redefining numpy array in parallel mode leads to wrong shapes
- [CUDA] Hang when using `continue` and `cuda.syncthreads_or`
- Added support for `reversed` keyword
- Use `warnings.simplefilter()` to implement `NUMBA_DISABLE_PERFORMANCE_WARNINGS` env var
- `NUMBA_DISABLE_PERFORMANCE_WARNINGS=1` fails to disable warnings
- Adapt to Python 3.13 low-level monitoring C-API
- Support caching for @jitclass
- workaround for bug in TemporaryFile on windows
- Add support for caching functions from Cython APIs similar to load_library_permanently
- Enable converting dict() to build_map and set() to build_set for simple cases
- Docs
- Python not yet supported