[Numpy-discussion] NumPy 1.26.1 released

2023-10-14 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.26.1. NumPy 1.26.1 is a maintenance release that fixes bugs and regressions discovered after the 1.26.0 release. In addition, it adds new functionality for detecting BLAS and LAPACK when building from source. Highl

[Numpy-discussion] Preserving subclass on concatenation

2023-10-14 Thread Dom Grigonis
Hi everyone, Quick question. Is there a way to concatenate arrays while preserving subclasses or is it left for custom implementation due to ambiguities of this operation? Regards, DG ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To