[Numpy-discussion] NumPy Development Meeting Wednesday - Triage Focus

2021-11-02 Thread Sebastian Berg
Hi all, Our bi-weekly triage-focused NumPy development meeting is Wednesday, November 3rd at 16:30 UTC (9:30am Pacific Time). Everyone is invited to join in and edit the work-in-progress meeting topics and notes: https://hackmd.io/68i_JvOYQfy9ERiHgXMPvg I encourage everyone to notify us of issues

[Numpy-discussion] Re: Numpy binary wheels and CI for win/arm64 platform

2021-11-02 Thread Ralf Gommers
On Tue, Nov 2, 2021 at 3:15 PM Peter Cock wrote: > > > On Tue, Nov 2, 2021 at 1:07 PM Ralf Gommers > wrote: > > > > Our current wheel build machinery is at > https://github.com/MacPython/numpy-wheels/, > > but please ignore that. We just merged a PR which uses cibuildwheel into > the main repo.

[Numpy-discussion] Re: Numpy binary wheels and CI for win/arm64 platform

2021-11-02 Thread Peter Cock
On Tue, Nov 2, 2021 at 1:07 PM Ralf Gommers wrote: > > Our current wheel build machinery is at > https://github.com/MacPython/numpy-wheels/, > but please ignore that. We just merged a PR which uses cibuildwheel into the > main repo. > That should be the target. If cibuildwheel has/gains the ab

[Numpy-discussion] Re: Numpy binary wheels and CI for win/arm64 platform

2021-11-02 Thread Ralf Gommers
On Tue, Nov 2, 2021 at 1:54 PM Niyas Sait wrote: > Hello, > > Numpy v1.21.2 added > support for windows/arm64 platforms but we still don't have any systems in > place to produce binary wheels or test win/arm64 packages. I think it will > be go

[Numpy-discussion] Numpy binary wheels and CI for win/arm64 platform

2021-11-02 Thread Niyas Sait
Hello, Numpy v1.21.2 added support for windows/arm64 platforms but we still don't have any systems in place to produce binary wheels or test win/arm64 packages. I think it will be good to start looking into this. CPython has an official buildbo