You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,9 @@ Standard library changes
98
98
* The shape of an `UpperHessenberg` matrix is preserved under certain arithmetic operations, e.g. when multiplying or dividing by an `UpperTriangular` matrix. ([#40039])
99
99
*`cis(A)` now supports matrix arguments ([#40194]).
100
100
*`dot` now supports `UniformScaling` with `AbstractMatrix` ([#40250]).
101
+
*`qr[!]` and `lu[!]` now support `Symbol` values as their optional `pivot` argument:
102
+
defaults are `qr(A, :none)` (vs. `qr(A, :colnorm)` for pivoting) and `lu(A, :rowmax)`
103
+
(vs. `lu(A, :none)` without pivoting); the former `Val{true/false}`-based calls are deprecated. ([#40623])
0 commit comments