summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/22786.new_feature.rst
blob: ccfd3cd5e482a2f10e94cc574dfdb00f3df06584 (plain)
1
2
3
4
5
6
7
8

``np.linalg`` functions return namedtuples
------------------------------------------

``np.linalg`` functions that return tuples now return namedtuples. These
functions are ``eig()``, ``eigh()``, ``qr()``, ``slogdet()``, and ``svd()``.
The return type is unchanged in instances where these functions return
non-tuples with certain keyword arguments (like ``svd(compute_uv=False)``).