From 6618fbf0430971388919783e0548d8b5b23d2bf2 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Mon, 12 Dec 2022 18:32:09 -0700 Subject: Add a changelog entry for #22786 --- doc/release/upcoming_changes/22786.new_feature.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/release/upcoming_changes/22786.new_feature.rst (limited to 'doc/release') diff --git a/doc/release/upcoming_changes/22786.new_feature.rst b/doc/release/upcoming_changes/22786.new_feature.rst new file mode 100644 index 000000000..ccfd3cd5e --- /dev/null +++ b/doc/release/upcoming_changes/22786.new_feature.rst @@ -0,0 +1,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)``). -- cgit v1.2.1