Skip to content

Commit 8a2ca1a

Browse files
committed
add NEWS entry
1 parent d12b6e2 commit 8a2ca1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ Standard library changes
9898
* The shape of an `UpperHessenberg` matrix is preserved under certain arithmetic operations, e.g. when multiplying or dividing by an `UpperTriangular` matrix. ([#40039])
9999
* `cis(A)` now supports matrix arguments ([#40194]).
100100
* `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])
101104

102105
#### Markdown
103106

0 commit comments

Comments
 (0)