From 5e09639b23cd7cf0368f4b55e1ccf89f7d4c0045 Mon Sep 17 00:00:00 2001 From: Antoine Levitt Date: Tue, 1 Mar 2022 17:11:39 +0100 Subject: [PATCH] Update NEWS --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 1ce80e71dd90c..a898d496c4991 100644 --- a/NEWS.md +++ b/NEWS.md @@ -42,6 +42,9 @@ Standard library changes #### LinearAlgebra +* The methods `a / b` and `b \ a` with `a` a scalar and `b` a vector, + which were equivalent to `a * pinv(b)`, have been removed due to the + risk of confusion with elementwise division ([#44358]). * We are now wholly reliant on libblastrampoline (LBT) for calling BLAS and LAPACK. OpenBLAS is shipped by default, but building the system image with other BLAS/LAPACK libraries is not