[Numpy-discussion] Re: Curious performance different with np.unique on arrays of characters

2023-09-27 Thread Lyla Watts
Could you share the processor you're currently running this on? I ask because np.sort leverages AVX-512 acceleration for sorting np.int32, and I'm curious if that could be contributing to the observed difference in performance. https://apkhexo.com/koloro-mod-apk/

[Numpy-discussion] ANN: SciPy 1.11.3

2023-09-27 Thread Tyler Reddy
Hi all, On behalf of the SciPy development team, I'm pleased to announce the release of SciPy 1.11.3, which is a bug fix release. Sources and binary wheels can be found at: https://pypi.org/project/scipy/ and at: https://github.com/scipy/scipy/releases/tag/v1.11.3 One of a few ways to install th