Skip to content

Commit f988566

Browse files
Sacha0ararslan
authored andcommitted
Add NEWS.md entry for midpoints deprecation (#20058). (#21930)
1 parent 04a6227 commit f988566

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
@@ -588,6 +588,11 @@ Deprecated or removed
588588
* `bitbroadcast` has been deprecated in favor of `broadcast`, which now produces a
589589
`BitArray` instead of `Array{Bool}` for functions yielding a boolean result ([#19771]).
590590
591+
* To complete the deprecation of histogram-related functions, `midpoints` has been
592+
deprecated. Instead use the
593+
[StatsBase.jl package](https://github.com/JuliaStats/StatsBase.jl)'s
594+
`midpoint` function ([#20058]).
595+
591596
Command-line option changes
592597
---------------------------
593598
@@ -711,6 +716,7 @@ Command-line option changes
711716
[#19989]: https://github.com/JuliaLang/julia/issues/19989
712717
[#20009]: https://github.com/JuliaLang/julia/issues/20009
713718
[#20047]: https://github.com/JuliaLang/julia/issues/20047
719+
[#20058]: https://github.com/JuliaLang/julia/issues/20058
714720
[#20079]: https://github.com/JuliaLang/julia/issues/20079
715721
[#20164]: https://github.com/JuliaLang/julia/issues/20164
716722
[#20213]: https://github.com/JuliaLang/julia/issues/20213

0 commit comments

Comments
 (0)