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
- 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
- Segfault after several function calls
- [CI TEST] Test with Opaque Pointers
- Docs
- Python not yet supported