From abb09f88804c4e74c752a66157e767c9b0f8945d Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 7 Feb 2019 18:35:07 -0500 Subject: [PATCH] NEWS.md item for #29777 (#30997) --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 5c130547c7b78..7b50874313bee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -43,6 +43,8 @@ Standard library changes * Added keyword arguments `rtol`, `atol` to `pinv` and `nullspace` ([#29998]). * `UniformScaling` instances are now callable such that e.g. `I(3)` will produce a `Diagonal` matrix ([#30298]). * Eigenvalues λ of general matrices are now sorted lexicographically by (Re λ, Im λ) ([#21598]). +* `one` for structured matrices (`Diagonal`, `Bidiagonal`, `Tridiagonal`, `Symtridiagonal`) now preserves + structure and type. ([#29777]) #### SparseArrays