Re: [Numpy-discussion] Tensor Typing presentation and discussion on Wednesday! (As part of the NumPy Community Meeting)

2021-06-13 Thread Juan Nunez-Iglesias
Thank you so much Matthew, Pradeep, and everyone else helping with this effort! And thanks Matthew for sharing the slides — very informative! I’ve asked Sebastian for the recording but in the meantime I thought I’d ask a couple of questions about the syntax: * why isn’t there a Subtract operato

Re: [Numpy-discussion] request to remove the numpy-aarch64 package from PyPI

2021-06-13 Thread Charles R Harris
On Sun, Jun 13, 2021 at 10:47 AM Ralf Gommers wrote: > Hi all, > > FYI, I noticed this package that claimed to be maintained by us: > https://pypi.org/project/numpy-aarch64/. That's not ours, so I tried to > contact the author (no email provided, but guessed the same username on > GitHub) and ask

[Numpy-discussion] request to remove the numpy-aarch64 package from PyPI

2021-06-13 Thread Ralf Gommers
Hi all, FYI, I noticed this package that claimed to be maintained by us: https://pypi.org/project/numpy-aarch64/. That's not ours, so I tried to contact the author (no email provided, but guessed the same username on GitHub) and asked to remove it: https://github.com/tomasriv/DNA_Sequence/issues/1

Re: [Numpy-discussion] Checking if all array elements are whole numbers using the C-API

2021-06-13 Thread zoj613
After reading the docs, it turns out that `np.PyArray_FROM_OTF(a, np.NPY_LONG, np.NPY_ARRAY_FORCECAST) != np.PyArray_FROM_O(a)` prevents the error from occurring. -- Sent from: http://numpy-discussion.10968.n7.nabble.com/ ___ NumPy-Discussion mailing

Re: [Numpy-discussion] PR for keywordlabeler

2021-06-13 Thread Matti Picus
On 10/6/21 10:20 pm, Charles R Harris wrote: Hi All, There is a pending PR that uses keywordlabeler  to automatically label PRs and issues. Installing the app requires giving it write permissions to PR