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 support for voigt_profile #89

Open jaladh-singhal opened 1 year ago

jaladh-singhal commented 1 year ago

It will be really helpful to have support for scipy voigt_profile.

We recently had a usecase for the same at https://github.com/tardis-sn/stardis and implemented our own numba-jit-able function for voigt profile: https://github.com/tardis-sn/stardis/blob/main/stardis/opacities/voigt.py - this might help numba-scipy too.