[Numpy-discussion] Converting np.sinc into a ufunc

Sebastian Berg sebastian at sipsolutions.net
Wed May 22 13:03:46 EDT 2019


Hi all,

there is an open PR (https://github.com/numpy/numpy/pull/12924) to
convert `np.sinc` into a ufunc. Since it should improve general
precision in `np.sinc`, I thought we could try to move that forward a
bit. We check whether this is worth it or not in the end.

However, it would also change behaviour slightly since `np.sinc(x=arr)`
will not work, as ufuncs are positional arguments only (we could wrap
`sinc`, but that hides all the nice features). Otherwise, there should
be no change except additional features of ufuncs and the move to a C
implementation.

This is mostly to see if anyone is worried about possible slight API
change here.

All the Best,

Sebastian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20190522/b9258f00/attachment.sig>


More information about the NumPy-Discussion mailing list