Skip to content

Commit dda1373

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for midpoints deprecation (#20058). (#21930)
(cherry picked from commit f988566)
1 parent 2d9d5d3 commit dda1373

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,11 @@ Deprecated or removed
542542
* `bitbroadcast` has been deprecated in favor of `broadcast`, which now produces a
543543
`BitArray` instead of `Array{Bool}` for functions yielding a boolean result ([#19771]).
544544
545+
* To complete the deprecation of histogram-related functions, `midpoints` has been
546+
deprecated. Instead use the
547+
[StatsBase.jl package](https://github.com/JuliaStats/StatsBase.jl)'s
548+
`midpoint` function ([#20058]).
549+
545550
Command-line option changes
546551
---------------------------
547552
@@ -664,6 +669,7 @@ Command-line option changes
664669
[#19989]: https://github.com/JuliaLang/julia/issues/19989
665670
[#20009]: https://github.com/JuliaLang/julia/issues/20009
666671
[#20047]: https://github.com/JuliaLang/julia/issues/20047
672+
[#20058]: https://github.com/JuliaLang/julia/issues/20058
667673
[#20079]: https://github.com/JuliaLang/julia/issues/20079
668674
[#20164]: https://github.com/JuliaLang/julia/issues/20164
669675
[#20213]: https://github.com/JuliaLang/julia/issues/20213

0 commit comments

Comments
 (0)