Skip to content

Commit

Permalink
Add NEWS.md entry for midpoints deprecation (#20058). (#21930)
Browse files Browse the repository at this point in the history
(cherry picked from commit f988566)
  • Loading branch information
Sacha0 authored and tkelman committed Jun 2, 2017
1 parent 2d9d5d3 commit dda1373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,11 @@ Deprecated or removed
* `bitbroadcast` has been deprecated in favor of `broadcast`, which now produces a
`BitArray` instead of `Array{Bool}` for functions yielding a boolean result ([#19771]).
* To complete the deprecation of histogram-related functions, `midpoints` has been
deprecated. Instead use the
[StatsBase.jl package](https://github.com/JuliaStats/StatsBase.jl)'s
`midpoint` function ([#20058]).
Command-line option changes
---------------------------
Expand Down Expand Up @@ -664,6 +669,7 @@ Command-line option changes
[#19989]: https://github.com/JuliaLang/julia/issues/19989
[#20009]: https://github.com/JuliaLang/julia/issues/20009
[#20047]: https://github.com/JuliaLang/julia/issues/20047
[#20058]: https://github.com/JuliaLang/julia/issues/20058
[#20079]: https://github.com/JuliaLang/julia/issues/20079
[#20164]: https://github.com/JuliaLang/julia/issues/20164
[#20213]: https://github.com/JuliaLang/julia/issues/20213
Expand Down

0 comments on commit dda1373

Please sign in to comment.