Skip to content

Commit 3fc4b78

Browse files
committed
Add SparseVector to NEWS.md
1 parent 9195b30 commit 3fc4b78

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
@@ -24,6 +24,9 @@ Library improvements
2424
* The function `remotecall`, `remotecall_fetch`, and `remotecall_wait` now have the
2525
the function argument as the first argument to allow for do-block syntax ([#13338]).
2626

27+
* A new `SparseVector` type allows for one-dimensional sparse arrays. Slicing
28+
and reshaping sparse matrices now can return a vector when appropriate.
29+
2730
Deprecated or removed
2831
---------------------
2932

0 commit comments

Comments
 (0)