numba / numba-scipy

numba_scipy extends Numba to make it aware of SciPy
https://numba-scipy.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
256 stars 33 forks source link

Add vectorized overloads for array arguments #58

Open brandonwillard opened 3 years ago

brandonwillard commented 3 years ago

This PR dynamically creates Python functions in order to vectorize the functions exposed by numba-scipy. This can serve as a stand-in until https://github.com/numba/numba/issues/6954 is addressed.

Closes #56.

PabloRdrRbl commented 2 years ago

Hello, will this get merged?

esc commented 5 months ago

Hello, will this get merged?

hopefully at some point..