[Numpy-discussion] Addition of useful new functions from the array API specification

2022-12-07 Thread Aaron Meurer
Hi all. As discussed in today's community meeting, I plan to start working on adding some useful functions to NumPy which are part of the array API standard https://data-apis.org/array-api/latest/index.html. Although these are all things that will be needed for NumPy to be standard compliant, my

[Numpy-discussion] Re: Addition of useful new functions from the array API specification

2022-12-07 Thread Ilhan Polat
On matrix_transpose() : Every time this discussion brought up, there was a huge resistance to add more methods to array object or new functions (I have been involved in some of them on the pro .H side, links you have given and more in the mailing list) and now we are adding .mT and not .H? That is