[Numpy-discussion] Re: dropping Intel x86-64 wheels for the next release?

2025-09-10 Thread Hugo van Kemenade
I believe Azure Pipelines and GitHub Actions essentially use the same infra, and Azure Pipelines is also dropping macOS Intel x86-64: > mac-OS 13 Ventura > In accordance with our policy to support the n-1 version of OS images, we > will initiate the deprecation of macOS 13 Ventura starting 1st S

[Numpy-discussion] Re: dropping Intel x86-64 wheels for the next release?

2025-09-10 Thread Nathan via NumPy-Discussion
On Wed, Sep 10, 2025 at 7:02 AM Ralf Gommers via NumPy-Discussion < numpy-discussion@python.org> wrote: > > > On Wed, Sep 10, 2025 at 2:06 PM Hugo van Kemenade wrote: > >> I believe Azure Pipelines and GitHub Actions essentially use the same >> infra, and Azure Pipelines is also dropping macOS In

[Numpy-discussion] Re: dropping Intel x86-64 wheels for the next release?

2025-09-10 Thread Sam Morley
cibuildwheel can indeed perform the cross-compilation on MacOS. It would be a major change to flip over to using that though. S. On 10/09/2025 13:06, Andrew Nelson via NumPy-Discussion wrote: On Wed, Sep 10, 2025, 22:00 Charles R Harris via NumPy-Discussion wrote: I agree it would be

[Numpy-discussion] Re: dropping Intel x86-64 wheels for the next release?

2025-09-10 Thread Andrew Nelson via NumPy-Discussion
On Wed, Sep 10, 2025, 22:00 Charles R Harris via NumPy-Discussion < numpy-discussion@python.org> wrote: > > > I agree it would be nice to support x86_64 for about a year more, but I > don't see how we are going to do it. We may need to leave it to third > parties, as we do other "exotic" hardware

[Numpy-discussion] Re: dropping Intel x86-64 wheels for the next release?

2025-09-10 Thread Ralf Gommers via NumPy-Discussion
On Wed, Sep 10, 2025 at 2:06 PM Hugo van Kemenade wrote: > I believe Azure Pipelines and GitHub Actions essentially use the same > infra, and Azure Pipelines is also dropping macOS Intel x86-64: > I don't think that is correct. They use the same *runner images* and the macos-13 image is indeed d

[Numpy-discussion] ANN: numexpr 2.12.0 released

2025-09-10 Thread Francesc Alted via NumPy-Discussion
= Announcing NumExpr 2.12.0 = Hi everyone, NumExpr 2.12.0 comes with new isnan/isfinite/isinf functions. Most importantly, we have added instructions for adding new functions to the virtual machine. See ADDFUNCS.rst for more details. Thanks to Luk