You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -163,9 +163,13 @@ Standard library changes
163
163
164
164
#### SparseArrays
165
165
166
-
* 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.
166
+
* Display large sparse matrices with a Unicode "spy" plot of their nonzero patterns,
167
+
and display small sparse matrices by an `Matrix`-like 2d layout of their contents.
168
+
* New convenient `spdiagm([m, n,] v::AbstractVector)` methods which call
169
+
`spdiagm([m, n,] 0 => v)`, consistently with their dense `diagm` counterparts. ([#37684])
167
170
168
171
#### Dates
172
+
169
173
*`Quarter` period is defined ([#35519]).
170
174
* Zero-valued `FixedPeriod`s and `OtherPeriod`s now compare equal, e.g.,
171
175
`Year(0) == Day(0)`. The behavior of non-zero `Period`s is not changed. ([#37486])
@@ -180,6 +184,7 @@ Standard library changes
180
184
181
185
182
186
#### UUIDs
187
+
183
188
* Change `uuid1` and `uuid4` to use `Random.RandomDevice()` as default random number generator ([#35872]).
0 commit comments