Skip to content

Commit 40bb29e

Browse files
committed
Add NEWS.md entry for midpoints deprecation (JuliaLang#20058).
1 parent 01fc77c commit 40bb29e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

+6
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,11 @@ Deprecated or removed
573573
* `bitbroadcast` has been deprecated in favor of `broadcast`, which now produces a
574574
`BitArray` instead of `Array{Bool}` for functions yielding a boolean result ([#19771]).
575575
576+
* To complete the deprecation of histogram-related functions, `midpoints` has been
577+
deprecated. Instead use the
578+
[StatsBase.jl package](https://github.com/JuliaStats/StatsBase.jl)'s
579+
`midpoint` function ([#20058]).
580+
576581
Command-line option changes
577582
---------------------------
578583
@@ -691,6 +696,7 @@ Command-line option changes
691696
[#19989]: https://github.com/JuliaLang/julia/issues/19989
692697
[#20009]: https://github.com/JuliaLang/julia/issues/20009
693698
[#20047]: https://github.com/JuliaLang/julia/issues/20047
699+
[#20058]: https://github.com/JuliaLang/julia/issues/20058
694700
[#20079]: https://github.com/JuliaLang/julia/issues/20079
695701
[#20164]: https://github.com/JuliaLang/julia/issues/20164
696702
[#20213]: https://github.com/JuliaLang/julia/issues/20213

0 commit comments

Comments
 (0)