File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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+
591596Command-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
You can’t perform that action at this time.
0 commit comments