Skip to content

Commit

Permalink
update News.md re issparse
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Sep 18, 2020
1 parent aff007f commit ee61eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Standard library changes
#### SparseArrays

* Display large sparse matrices with a Unicode "spy" plot of their nonzero patterns, and display small sparse matrices by an `Matrix`-like 2d layout of their contents.
* `issparse` now applies consistently to all wrapper arrays, including nested, by checking `issparse` on the wrapped parent array ([#37644]).

#### Dates
* `Quarter` period is defined ([#35519]).
Expand Down

0 comments on commit ee61eab

Please sign in to comment.