From ca0532f24ea861c9171fc1e801fe3a0c24ee69df Mon Sep 17 00:00:00 2001 From: Lyndon White Date: Fri, 18 Sep 2020 12:51:30 +0100 Subject: [PATCH] update News.md re issparse --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index eafec374d5a0e..d93e4d2d5f968 100644 --- a/NEWS.md +++ b/NEWS.md @@ -117,7 +117,7 @@ Standard library changes * new `sizehint!(::SparseMatrixCSC, ::Integer)` method ([#30676]). * `cholesky()` now fully preserves the user-specified permutation. ([#40560]) - +* `issparse` now applies consistently to all wrapper arrays, including nested, by checking `issparse` on the wrapped parent array ([#37644]). #### Dates