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 @@ -464,6 +464,9 @@ Deprecated or removed
464
464
`maxabs` and `minabs` have similarly been deprecated in favor of `maximum(abs, x)` and `minimum(abs, x)`.
465
465
Likewise for the in-place counterparts of these functions ([#19598]).
466
466
467
+ * The array-reducing form of `isinteger` (`isinteger(x::AbstractArray)`) has been
468
+ deprecated in favor of `all(isinteger, x)` ([#19925]).
469
+
467
470
* `produce`, `consume` and iteration over a Task object have been deprecated in favor of
468
471
using Channels for inter-task communication ([#19841]).
469
472
@@ -611,6 +614,7 @@ Command-line option changes
611
614
[#19901]: https://github.com/JuliaLang/julia/issues/19901
612
615
[#19903]: https://github.com/JuliaLang/julia/issues/19903
613
616
[#19919]: https://github.com/JuliaLang/julia/issues/19919
617
+ [#19925]: https://github.com/JuliaLang/julia/issues/19925
614
618
[#19926]: https://github.com/JuliaLang/julia/issues/19926
615
619
[#19931]: https://github.com/JuliaLang/julia/issues/19931
616
620
[#19934]: https://github.com/JuliaLang/julia/issues/19934
You can’t perform that action at this time.
0 commit comments