@@ -38,7 +38,7 @@ Language changes
38
38
* The default random number generator has changed, so all random numbers will be different (even with the
39
39
same seed) unless an explicit RNG object is used.
40
40
See the section on the ` Random ` standard library below ([ #40546 ] ).
41
- * ` Iterators.peel(itr) ` now returns ` nothing ` when ` itr ` is empty instead of throwing a ` BoundsError ` ([ #39569 ] ).
41
+ * ` Iterators.peel(itr) ` now returns ` nothing ` when ` itr ` is empty instead of throwing a ` BoundsError ` ([ #39607 ] ).
42
42
* Multiple successive semicolons in an array expresion were previously ignored (e.g., ` [1 ;; 2] == [1 ; 2] ` ).
43
43
This syntax is now used to separate dimensions (see ** New language features** ).
44
44
@@ -76,7 +76,7 @@ New library functions
76
76
---------------------
77
77
78
78
* Two argument methods ` findmax(f, domain) ` , ` argmax(f, domain) ` and the corresponding
79
- ` min ` versions ([ #27613 ] ).
79
+ ` min ` versions ([ #35316 ] ).
80
80
* ` isunordered(x) ` returns true if ` x ` is a value that is normally unordered, such as
81
81
` NaN ` or ` missing ` ([ #35316 ] ).
82
82
* New ` keepat!(vector, inds) ` function which is the inplace equivalent of ` vector[inds] `
@@ -302,7 +302,6 @@ Tooling Improvements
302
302
303
303
304
304
<!-- - generated by NEWS-update.jl: -->
305
- [ #27613 ] : https://github.com/JuliaLang/julia/issues/27613
306
305
[ #29901 ] : https://github.com/JuliaLang/julia/issues/29901
307
306
[ #30676 ] : https://github.com/JuliaLang/julia/issues/30676
308
307
[ #31829 ] : https://github.com/JuliaLang/julia/issues/31829
@@ -340,9 +339,9 @@ Tooling Improvements
340
339
[ #39436 ] : https://github.com/JuliaLang/julia/issues/39436
341
340
[ #39455 ] : https://github.com/JuliaLang/julia/issues/39455
342
341
[ #39463 ] : https://github.com/JuliaLang/julia/issues/39463
343
- [ #39569 ] : https://github.com/JuliaLang/julia/issues/39569
344
342
[ #39588 ] : https://github.com/JuliaLang/julia/issues/39588
345
343
[ #39594 ] : https://github.com/JuliaLang/julia/issues/39594
344
+ [ #39607 ] : https://github.com/JuliaLang/julia/issues/39607
346
345
[ #39710 ] : https://github.com/JuliaLang/julia/issues/39710
347
346
[ #39758 ] : https://github.com/JuliaLang/julia/issues/39758
348
347
[ #39794 ] : https://github.com/JuliaLang/julia/issues/39794
0 commit comments