[Numpy-discussion] ANN: SciPy 1.2.1

2019-02-08 Thread Tyler Reddy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, On behalf of the SciPy development team I'm pleased to announce the release of SciPy 1.2.1, 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

[Numpy-discussion] New sorting routines.

2019-02-08 Thread Charles R Harris
Hi All, I've put up gh-12945 that preserves forward compatibility of NumPy after the addition of timsort by reusing the mergesort slot in PyArray_ArrFuncs for stable sorts in general, not just mergesort. The same method can be used when we add radixsort