[Numpy-discussion] Re: aarch64 wheels on github actions

2022-08-07 Thread Matti Picus
I personally prefer using the travis runs since they get tested, even with the additional maintenance burden of requesting travis credits when they run out. It is good to know there is another option. Matti On 7/8/22 09:15, Andrew Nelson wrote: At the moment Linux aarch64 wheels are being mad

[Numpy-discussion] Re: Display runtime information through a new function: `show_runtime`

2022-08-07 Thread Matti Picus
My assumption in advising Ganesh to create a new function was that there may be some people who find show_config useful. Personally I do not find it useful. If there is agreement that what matters is runtime and not build-time then we should replace the current show_config. Otherwise we should

[Numpy-discussion] next NumPy triage meeting

2022-08-07 Thread Inessa Pawson
The next NumPy triage meeting will be held this Wednesday, August 10th at 16:00 (4 pm) UTC. This is a meeting where we synchronously triage prioritized PRs and issues. Join us via Zoom: https://us06web.zoom.us/j/82096749952?pwd=MW9oUmtKQ1c3a2gydGk1RTdYUUVXZz09 Everyone is welcome to attend and cont

[Numpy-discussion] Additional aliases for MaskedArray

2022-08-07 Thread Matti Picus
PR 21998 [0] adds methods "ones_like", "zeros_like", "dsplit","split", and "vsplit" for MaskedArrays. The motivation was to clean up broken documentation links, and it seemed logical to add the interfaces. As far as I can tell we do not have users asking for these methods. Should we add them (e