Skip to content

Commit

Permalink
NEWS.md item for #29777 (#30997)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcognetta authored and ararslan committed Feb 7, 2019
1 parent 2ecc499 commit abb09f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit abb09f8

Please sign in to comment.