File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments