Skip to content

Commit

Permalink
Add NEWS.md entry for deprecation of array-reducing isinteger (JuliaL…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed May 13, 2017
1 parent b1f668d commit 8459648
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 @@ -443,6 +443,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 @@ -572,6 +575,7 @@ Deprecated or removed
[#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 8459648

Please sign in to comment.