File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -573,6 +573,11 @@ Deprecated or removed
573
573
* `bitbroadcast` has been deprecated in favor of `broadcast`, which now produces a
574
574
`BitArray` instead of `Array{Bool}` for functions yielding a boolean result ([#19771]).
575
575
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
+
576
581
Command-line option changes
577
582
---------------------------
578
583
@@ -691,6 +696,7 @@ Command-line option changes
691
696
[#19989]: https://github.com/JuliaLang/julia/issues/19989
692
697
[#20009]: https://github.com/JuliaLang/julia/issues/20009
693
698
[#20047]: https://github.com/JuliaLang/julia/issues/20047
699
+ [#20058]: https://github.com/JuliaLang/julia/issues/20058
694
700
[#20079]: https://github.com/JuliaLang/julia/issues/20079
695
701
[#20164]: https://github.com/JuliaLang/julia/issues/20164
696
702
[#20213]: https://github.com/JuliaLang/julia/issues/20213
You can’t perform that action at this time.
0 commit comments