Skip to content

Commit da60928

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for deprecation of array-reducing isinteger (#19925). (#21856)
1 parent 1c457d8 commit da60928

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,9 @@ Deprecated or removed
464464
`maxabs` and `minabs` have similarly been deprecated in favor of `maximum(abs, x)` and `minimum(abs, x)`.
465465
Likewise for the in-place counterparts of these functions ([#19598]).
466466
467+
* The array-reducing form of `isinteger` (`isinteger(x::AbstractArray)`) has been
468+
deprecated in favor of `all(isinteger, x)` ([#19925]).
469+
467470
* `produce`, `consume` and iteration over a Task object have been deprecated in favor of
468471
using Channels for inter-task communication ([#19841]).
469472
@@ -611,6 +614,7 @@ Command-line option changes
611614
[#19901]: https://github.com/JuliaLang/julia/issues/19901
612615
[#19903]: https://github.com/JuliaLang/julia/issues/19903
613616
[#19919]: https://github.com/JuliaLang/julia/issues/19919
617+
[#19925]: https://github.com/JuliaLang/julia/issues/19925
614618
[#19926]: https://github.com/JuliaLang/julia/issues/19926
615619
[#19931]: https://github.com/JuliaLang/julia/issues/19931
616620
[#19934]: https://github.com/JuliaLang/julia/issues/19934

0 commit comments

Comments
 (0)