[Numpy-discussion] aarch64 wheels on github actions

2022-08-06 Thread Andrew Nelson
At the moment Linux aarch64 wheels are being made in a TravisCI job. I've been experimenting recently about making scipy wheels for that target on Github Actions. cibuildwheel + github actions does quite well for that purpose. It takes around 2 hours for scipy wheels to be created (but not tested).

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

2022-08-06 Thread Stefan van der Walt
Hi Ganesh, If the aim is to merge these functions (show_config/runtime) eventually, why not merge them now and avoid introducing another function into the root namespace? Stéfan On Sat, Aug 6, 2022, at 20:55, Ganesh Kathiresan wrote: > Hi Team, > > We are planning on adding a new function ca

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

2022-08-06 Thread Ganesh Kathiresan
Hi Team, We are planning on adding a new function called `np.show_runtime` to display the runtime information of the machine in addition to `np.show_config` which displays the build-related information. Relevant PR: ENH: Use threadpoolctl in show_runtime (a new function) #21468