Skip to content

Commit

Permalink
Add NEWS.md entry for deprecation of array-reducing isinteger (#19925)…
Browse files Browse the repository at this point in the history
…. (#21856)
  • Loading branch information
Sacha0 authored and tkelman committed May 14, 2017
1 parent 1c457d8 commit da60928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,9 @@ Deprecated or removed
`maxabs` and `minabs` have similarly been deprecated in favor of `maximum(abs, x)` and `minimum(abs, x)`.
Likewise for the in-place counterparts of these functions ([#19598]).
* The array-reducing form of `isinteger` (`isinteger(x::AbstractArray)`) has been
deprecated in favor of `all(isinteger, x)` ([#19925]).
* `produce`, `consume` and iteration over a Task object have been deprecated in favor of
using Channels for inter-task communication ([#19841]).
Expand Down Expand Up @@ -611,6 +614,7 @@ Command-line option changes
[#19901]: https://github.com/JuliaLang/julia/issues/19901
[#19903]: https://github.com/JuliaLang/julia/issues/19903
[#19919]: https://github.com/JuliaLang/julia/issues/19919
[#19925]: https://github.com/JuliaLang/julia/issues/19925
[#19926]: https://github.com/JuliaLang/julia/issues/19926
[#19931]: https://github.com/JuliaLang/julia/issues/19931
[#19934]: https://github.com/JuliaLang/julia/issues/19934
Expand Down

0 comments on commit da60928

Please sign in to comment.