File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -443,6 +443,9 @@ Deprecated or removed
443
443
`maxabs` and `minabs` have similarly been deprecated in favor of `maximum(abs, x)` and `minimum(abs, x)`.
444
444
Likewise for the in-place counterparts of these functions ([#19598]).
445
445
446
+ * The array-reducing form of `isinteger` (`isinteger(x::AbstractArray)`) has been
447
+ deprecated in favor of `all(isinteger, x)` ([#19925]).
448
+
446
449
* `produce`, `consume` and iteration over a Task object have been deprecated in favor of
447
450
using Channels for inter-task communication ([#19841]).
448
451
@@ -572,6 +575,7 @@ Deprecated or removed
572
575
[#19901]: https://github.com/JuliaLang/julia/issues/19901
573
576
[#19903]: https://github.com/JuliaLang/julia/issues/19903
574
577
[#19919]: https://github.com/JuliaLang/julia/issues/19919
578
+ [#19925]: https://github.com/JuliaLang/julia/issues/19925
575
579
[#19926]: https://github.com/JuliaLang/julia/issues/19926
576
580
[#19931]: https://github.com/JuliaLang/julia/issues/19931
577
581
[#19934]: https://github.com/JuliaLang/julia/issues/19934
You can’t perform that action at this time.
0 commit comments