Adding `.mT` and `matrix_transpose` for `scipy.sparse` arrays

PR ENH: sparse: implement `matrix_transpose` and `.mT` by lucascolley · Pull Request #24157 · scipy/scipy · GitHub proposes the addition of the matrix_transpose function and the mT attribute into the sparse array public API. This change brings us further in line with the array API standard. Thoughts welcome!

2 Likes