[Numpy-discussion] ndarray.sort x86 dispatch

2023-01-04 Thread Peter Schneider-Kamp
Hi guys, I am trying to understand how the x86 dispatch for ndarray sort works. The following call in Line 137 of numpy/core/src/npysort/quicksort.cpp returns 0 for my test cases: if (x86_dispatch::quicksort(start, num)) return 0; I have tried to compile with

[Numpy-discussion] Re: ANN: SciPy 1.10.0

2023-01-04 Thread Evgeni Burovski
A heartfelt Thank you Tyler! On Wed, Jan 4, 2023 at 6:11 AM Tyler Reddy wrote: > > Hi all, > > On behalf of the SciPy development team, I'm pleased to announce the release > of SciPy 1.10.0. > > Sources and binary wheels can be found at: > https://pypi.org/project/scipy/ > and at: