Skip to content

Commit

Permalink
Note in NEWS.md that setindex! for sparse matrices and vectors no lon…
Browse files Browse the repository at this point in the history
…ger purges allocated entries on zero assignment and that dropstored! now exists to drop stored entries.
  • Loading branch information
Sacha0 committed Jul 15, 2016
1 parent b15de79 commit 5f0cd08
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 @@ -196,6 +196,10 @@ Library improvements
* All `sparse` methods now retain provided numerical zeros as structural nonzeros; to
drop numerical zeros, use `dropzeros!` ([#14798], [#15242]).

* `setindex!` methods for sparse matrices and vectors no longer purge allocated entries
on zero assignment. To drop stored entries from sparse matrices and vectors, use
`Base.SparseArrays.dropstored!` ([#17404]).

* New `foreach` function for calling a function on every element of a collection when
the results are not needed ([#13774]).

Expand Down Expand Up @@ -343,3 +347,4 @@ Deprecated or removed
[#17323]: https://github.com/JuliaLang/julia/issues/17323
[#17374]: https://github.com/JuliaLang/julia/issues/17374
[#17402]: https://github.com/JuliaLang/julia/issues/17402
[#17404]: https://github.com/JuliaLang/julia/issues/17404

0 comments on commit 5f0cd08

Please sign in to comment.