Skip to content

Commit

Permalink
Add note to NEWS.md re. setindex! for sparse matrices no longer purgi…
Browse files Browse the repository at this point in the history
…ng allocated entries on zero assignment and mentioning dropstored!.
  • Loading branch information
Sacha0 committed Jul 15, 2016
1 parent 3b91be1 commit 67341bf
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 no longer purge allocated entries on zero
assignment. To drop stored entries from `SparseMatrixCSC`s, 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 67341bf

Please sign in to comment.