Andrew Nelson
Andrew Nelson
It's localised to 3.8, not present for 3.9.
When I try to build scipy using a naive cibuildwheel call on cirrus-ci for a target of `cp38-macosx_arm64` the build does complete. However, when I download the artefact and unpack...
@larsoner, thanks for the info. However numpy and scipy now have minimum python versions of 3.10 in main, so this issue isn't a concern for those projects any more.
@Stefan-Endres, do you have any light on this? I started trying to profile the code but there's a lot of levels to go through in shgo. The alternative is that...
is there anyone to ping on this, multiple warnings whilst building on macOS.
As an outsider to some aspects of the discussion - in many of my own projects I let cython deal with all the hard work of multidimensional array wrangling (strides,...
The best way to troubleshoot moving targets is to get a repeatable issue on either a Linux or macOS CI entry. THen one can use docker/tart to gradually tighten the...
There's a wider question here w.r.t number of wheels that are built for each release. (I think we have had this conversation a little bit before). Making free threaded wheels...
I won't be able to do any deep dive writing for another couple of weeks for any CI dev work. Adding aarch64 should be quite simple for a CI run...
I just re-ran the duration test after the DE tweaks I made. I was surprised to see no change. What's interesting is what happens when the test ran. I expect...