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 @@ -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+
545550Command-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
You can’t perform that action at this time.
0 commit comments