-
File "C:\Users\trader\AppData\Roaming\Python\Python36\site-packages\numba\core\typeconv\typeconv.py", line 4, in
from numba.core.typeconv import _typeconv
ImportError: DLL load failed: The spe…
-
Avoid compiling the code each time through caching the compiled code:
https://numba.pydata.org/numba-doc/dev/developer/caching.html
Some examples take 2 minutes to compile!
-
## 🚀 Feature
scipy `cdist` is painfully slow for large samples. Switching to numba versions should be straightforward for most functions.
-
I had an issue with a paltas call to epl_numba after introducing the change from my last PR (see: https://github.com/lenstronomy/lenstronomy/commit/5144659b9b09e8e6937c845442fea52bd78181c3)
I thoug…
-
### Checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, us…
-
A typical example of hybrid OpenMP+MPI code is a simple computation of Pi using Riemman integral.
I implemented it with `PyOMP` and `numba-mpi`, but it seems that we are limited by Numba (Only consta…
-
As of August 2024, Numba now supports Python 3.13. I have heard numba was the only dependency blocking support for Python >3.12, so if that is true, umap should be able to support 3.13 as well?
EDI…
-
We have used Numba to accelerate CPU computations in sgkit for a long time - and to great effect. We have previously [discussed](https://github.com/sgkit-dev/sgkit/discussions/1224) trying JAX as an a…
-
-
-
## Numba 0.61.0rc1
* [x] Merge to main.
- [x] Remaining Pull-Requests from milestone: https://github.com/numba/numba/milestone/81
* [x] Check Numba's version support table documentation. Upda…