[Numpy-discussion] NumPy 1.22.1 has been released.

2022-01-14 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.22.1. NumPy 1.22.1 fixes several bugs discovered after the 1.22.0 release. Notable fixes are: - Fix for f2PY docstring problems (SciPy) - Fix for reduction type problems (AstroPy) - Fixes for various

[Numpy-discussion] Re: MacPython travis funds have run out (again)

2022-01-14 Thread Charles R Harris
On Fri, Jan 14, 2022 at 7:21 AM Matti Picus wrote: > > On 14/1/22 10:51 am, Matti Picus wrote: > > > > On 14/1/22 3:04 am, Charles R Harris wrote: > >> Hi All, > >> > >> Travis wheel build problems again. There is still a positive balance, > >> but apparently it is insufficiently positive. Which

[Numpy-discussion] Re: MacPython travis funds have run out (again)

2022-01-14 Thread Matti Picus
On 14/1/22 10:51 am, Matti Picus wrote: On 14/1/22 3:04 am, Charles R Harris wrote: Hi All, Travis wheel build problems again. There is still a positive balance, but apparently it is insufficiently positive. Which is strange if ARM64 is free. Wheel builds have been failing since last

[Numpy-discussion] Re: MacPython travis funds have run out (again)

2022-01-14 Thread Kevin Sheppard
Thanks for asking, and prompting me to take a look – it turns out the aarch64 built fine: cp310-manylinux_aarch64 finished in 2784.95s What times out was: Building cp310-musllinux_aarch64 wheel Which would have needed to build NumPy, then SciPy, Cython, then Statsmodels.   Now we can have aarch64

[Numpy-discussion] Re: MacPython travis funds have run out (again)

2022-01-14 Thread Matti Picus
On Fri, Jan 14, 2022, 08:53 Matti Picus > wrote: ... If we want to move off travis for aarch64, I think the only option right now is to use emulation, conda-forge does this on Azure machines [0] and the build + tests takes ~40 minutes. I

[Numpy-discussion] Re: MacPython travis funds have run out (again)

2022-01-14 Thread Kevin Sheppard
As a data point against relying on QEMU: statsmodels times out (5+ hours) when trying to build with QEMU rising cibuildwheel and GitHub actions. Kevin On Fri, Jan 14, 2022, 08:53 Matti Picus wrote: > > On 14/1/22 3:04 am, Charles R Harris wrote: > > Hi All, > > > > Travis wheel build problems

[Numpy-discussion] Re: MacPython travis funds have run out (again)

2022-01-14 Thread Matti Picus
On 14/1/22 3:04 am, Charles R Harris wrote: Hi All, Travis wheel build problems again. There is still a positive balance, but apparently it is insufficiently positive. Which is strange if ARM64 is free. Wheel builds have been failing since last weekend. Matti, could you ask for more