Skip to content

Commit f2fcc03

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for deprecation of array-reducing isinteger (#19925). (#21856)
(cherry picked from commit da60928)
1 parent 72cf3fe commit f2fcc03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,9 @@ Deprecated or removed
427427
`maxabs` and `minabs` have similarly been deprecated in favor of `maximum(abs, x)` and `minimum(abs, x)`.
428428
Likewise for the in-place counterparts of these functions ([#19598]).
429429
430+
* The array-reducing form of `isinteger` (`isinteger(x::AbstractArray)`) has been
431+
deprecated in favor of `all(isinteger, x)` ([#19925]).
432+
430433
* `produce`, `consume` and iteration over a Task object have been deprecated in favor of
431434
using Channels for inter-task communication ([#19841]).
432435
@@ -574,6 +577,7 @@ Command-line option changes
574577
[#19901]: https://github.com/JuliaLang/julia/issues/19901
575578
[#19903]: https://github.com/JuliaLang/julia/issues/19903
576579
[#19919]: https://github.com/JuliaLang/julia/issues/19919
580+
[#19925]: https://github.com/JuliaLang/julia/issues/19925
577581
[#19926]: https://github.com/JuliaLang/julia/issues/19926
578582
[#19931]: https://github.com/JuliaLang/julia/issues/19931
579583
[#19934]: https://github.com/JuliaLang/julia/issues/19934

0 commit comments

Comments
 (0)