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 @@ -427,6 +427,9 @@ Deprecated or removed
427
427
`maxabs` and `minabs` have similarly been deprecated in favor of `maximum(abs, x)` and `minimum(abs, x)`.
428
428
Likewise for the in-place counterparts of these functions ([#19598]).
429
429
430
+ * The array-reducing form of `isinteger` (`isinteger(x::AbstractArray)`) has been
431
+ deprecated in favor of `all(isinteger, x)` ([#19925]).
432
+
430
433
* `produce`, `consume` and iteration over a Task object have been deprecated in favor of
431
434
using Channels for inter-task communication ([#19841]).
432
435
@@ -574,6 +577,7 @@ Command-line option changes
574
577
[#19901]: https://github.com/JuliaLang/julia/issues/19901
575
578
[#19903]: https://github.com/JuliaLang/julia/issues/19903
576
579
[#19919]: https://github.com/JuliaLang/julia/issues/19919
580
+ [#19925]: https://github.com/JuliaLang/julia/issues/19925
577
581
[#19926]: https://github.com/JuliaLang/julia/issues/19926
578
582
[#19931]: https://github.com/JuliaLang/julia/issues/19931
579
583
[#19934]: https://github.com/JuliaLang/julia/issues/19934
You can’t perform that action at this time.
0 commit comments