[Numpy-discussion] GSOD-NumPy 2023: Review at next Community Meeting

2023-12-06 Thread Mars Lee
Hi all! I'll be hosting Review #3 for the 'NumPy Contributor Comics'. It will be hosted at the next NumPy Community Meeting on Dec 6. It will take about 15 minutes. You can also comment on Github: https://github.com/numpy/numpy/issues/25318. The review will be open for the next two weeks and c

[Numpy-discussion] Re: Telling meson build which CBLAS/LAPACK (LAPACKE?) to use via pkgconfig module

2023-12-06 Thread Ralf Gommers
On Wed, Dec 6, 2023 at 1:32 AM Dr. Thomas Orgis wrote: > Am Sun, 3 Dec 2023 19:54:10 +0100 > schrieb "Dr. Thomas Orgis" : > > > > You have to go through a "build frontend" to produce a wheel, which > then > > > gets installed/repackaged for your distro. > > > > This is obviously happening in pkgs

[Numpy-discussion] Re: complex_ imported by numexpr, but seems no longer supported by numpy

2023-12-06 Thread 腾刘
Ah, sorry I don't know why I searched in the documentation but it didn't come out or something went wrong to my eyes , anyways I searched in doc now and it's right there. The reason numexpr.test() fails is because I'm using numpy 2.0.0.dev where complex_ has been removed. So problem solved, I sho