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 7, 2015
1 parent 9195b30 commit 3fc4b78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Library improvements
* The function `remotecall`, `remotecall_fetch`, and `remotecall_wait` now have the
the function argument as the first argument to allow for do-block syntax ([#13338]).

* A new `SparseVector` type allows for one-dimensional sparse arrays. Slicing
and reshaping sparse matrices now can return a vector when appropriate.

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

Expand Down

0 comments on commit 3fc4b78

Please sign in to comment.