File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,10 @@ Library improvements
196
196
* All ` sparse ` methods now retain provided numerical zeros as structural nonzeros; to
197
197
drop numerical zeros, use ` dropzeros! ` ([ #14798 ] , [ #15242 ] ).
198
198
199
+ * ` setindex! ` methods for sparse matrices no longer purge allocated entries on zero
200
+ assignment. To drop stored entries from ` SparseMatrixCSC ` s, use
201
+ ` Base.SparseArrays.dropstored! ` ([ #17404 ] ).
202
+
199
203
* New ` foreach ` function for calling a function on every element of a collection when
200
204
the results are not needed ([ #13774 ] ).
201
205
@@ -343,3 +347,4 @@ Deprecated or removed
343
347
[ #17323 ] : https://github.com/JuliaLang/julia/issues/17323
344
348
[ #17374 ] : https://github.com/JuliaLang/julia/issues/17374
345
349
[ #17402 ] : https://github.com/JuliaLang/julia/issues/17402
350
+ [ #17404 ] : https://github.com/JuliaLang/julia/issues/17404
You can’t perform that action at this time.
0 commit comments