Emergency Self-Construct
Emergency Self-Construct
@caljrobe thanks for asking about this. I am not sure where the "builder" class might be referenced, but this usually refers to: https://llvmlite.readthedocs.io/en/latest/user-guide/ir/ir-builder.html Also, for implementing NumPy functions, you'll probably...
@guoqiangqi thank you very much for the pointer, it is appreciated! I have updated the list accordingly. (But please do double check that I selected the correct functions).
> @stuartarchibald Could you tick off `np.swapaxis`? It seems to be part of the current numby codebase: > > https://github.com/numba/numba/blob/7f72315f0bf672729b5a6eaf004aa9061e8bf0f5/numba/np/arrayobj.py#L5503-L5536 Done, thank you for the ping.
> `np.sometrue` is deprecated in NumPy v.1.25.0 ([link](https://numpy.org/devdocs/release/1.25.0-notes.html)). It is recommended to use `np.any` instead, which is already implemented. Thank you for the update. I have edited the issue accordingly...
Hi @clairvoyante and thank you for raising this. I took a look at the documentation: https://numba.readthedocs.io/en/stable/reference/pysupported.html#math and it says that`math.fma` is currently not supported.
I have labeled this as a feature request and changed the title accordingly.
> Do you have plan to implement any other `math.*` functions ? I am not aware of anyone working on `math.*` functions at present.
https://github.com/actions/runner-images/issues/12045
closed via #1232 and #1233
This was superseded by https://github.com/numba/numba/pull/10147