Skip to content

Commit a6e6aea

Browse files
committed
Edit release note.
1 parent 30890e7 commit a6e6aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* ``np.linalg.norm`` now yields zero for proper norms of empty vectors and matrices.
1+
* Currently, ``np.linalg.norm``, ``np.linalg.vector_norm``, and ``np.linalg.matrix_norm`` raise errors for some zero-sized inputs. This change ensures that any proper norm of a zero-sized input is zero, which makes it consistent with the mathematical properties of a norm.

0 commit comments

Comments
 (0)