Guilherme Leobas

Results 187 comments of Guilherme Leobas

Hi @stuartarchibald, I believe I have addressed all your comments. The current failure is not related to any changes introduced in my previous commit. ``` - Windows py310_np122 (testenv) D:\a\1\s>cmd...

> This means that for F and VonMises, **Numba is no longer a drop in replacement for Numpy**. Should I raise a separate issue about this on GitHub? @kc611, is...

HI @bszollosinagy, I'll put this one for discussion at the next Numba meeting, which happens next tuesday. Thanks again for working on this issue.

CI failure is not related to this PR.

Hi @max9111, thanks for the report. I can confirm there's a performance regression when moving from Numba 0.53 to newer versions. I'll mark this for discussion at the next triage...

> Out of interest, why not use Numba's `ctypes` support, it's more idiomatic python? Good question. No particular reason. I just didn't find in the docs a way to do...

Thanks, Stuart. I'll update the docs to use ctypes.

I tested this PR with the inputs used by NumPy and the code is currently failing for ```python @njit def geom(a, b, c): return np.geomspace(a, b, num=c) a = -4j...

Thanks, Stuart. I think the tests for WAP are not failing on CI because [`test.SubTest`](https://github.com/numba/numba/blob/f9f71df123f62d5f5763505a35910a12cf6275de/numba/tests/test_function_type.py#L634-L638) is swallowing any exception thrown by the compiler.

Hi @louisamand, thanks for the report. I couldn't reproduce the crash. Which set of inputs does the crash happen? Also, the script you posted gives me the following output: ```...