Skip to content

Commit

Permalink
Add SparseVector to NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman committed Oct 13, 2015
1 parent b53644d commit 12fbcab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Library improvements

* New method for generic QR with column pivoting ([#13480]).

* A new `SparseVector` type allows for one-dimensional sparse arrays. Slicing
and reshaping sparse matrices now return vectors when appropriate. The
`sparsevec` function returns a one-dimensional sparse vector instead of a
one-column sparse matrix.

Deprecated or removed
---------------------

Expand Down

0 comments on commit 12fbcab

Please sign in to comment.