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.
  • Loading branch information
Sacha0 committed Jul 15, 2016
1 parent 0922f73 commit 370ee47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ 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 ([#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 +346,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 370ee47

Please sign in to comment.