Skip to content

Commit 8459648

Browse files
committed
Add NEWS.md entry for deprecation of array-reducing isinteger (JuliaLang#19925).
1 parent b1f668d commit 8459648

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
@@ -443,6 +443,9 @@ Deprecated or removed
443443
`maxabs` and `minabs` have similarly been deprecated in favor of `maximum(abs, x)` and `minimum(abs, x)`.
444444
Likewise for the in-place counterparts of these functions ([#19598]).
445445
446+
* The array-reducing form of `isinteger` (`isinteger(x::AbstractArray)`) has been
447+
deprecated in favor of `all(isinteger, x)` ([#19925]).
448+
446449
* `produce`, `consume` and iteration over a Task object have been deprecated in favor of
447450
using Channels for inter-task communication ([#19841]).
448451
@@ -572,6 +575,7 @@ Deprecated or removed
572575
[#19901]: https://github.com/JuliaLang/julia/issues/19901
573576
[#19903]: https://github.com/JuliaLang/julia/issues/19903
574577
[#19919]: https://github.com/JuliaLang/julia/issues/19919
578+
[#19925]: https://github.com/JuliaLang/julia/issues/19925
575579
[#19926]: https://github.com/JuliaLang/julia/issues/19926
576580
[#19931]: https://github.com/JuliaLang/julia/issues/19931
577581
[#19934]: https://github.com/JuliaLang/julia/issues/19934

0 commit comments

Comments
 (0)