Skip to content

Commit

Permalink
Add NEWS.md entry for midpoints deprecation (#20058). (#21930)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and ararslan committed May 20, 2017
1 parent 04a6227 commit f988566
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,11 @@ Deprecated or removed
* `bitbroadcast` has been deprecated in favor of `broadcast`, which now produces a
`BitArray` instead of `Array{Bool}` for functions yielding a boolean result ([#19771]).

* To complete the deprecation of histogram-related functions, `midpoints` has been
deprecated. Instead use the
[StatsBase.jl package](https://github.com/JuliaStats/StatsBase.jl)'s
`midpoint` function ([#20058]).

Command-line option changes
---------------------------

Expand Down Expand Up @@ -711,6 +716,7 @@ Command-line option changes
[#19989]: https://github.com/JuliaLang/julia/issues/19989
[#20009]: https://github.com/JuliaLang/julia/issues/20009
[#20047]: https://github.com/JuliaLang/julia/issues/20047
[#20058]: https://github.com/JuliaLang/julia/issues/20058
[#20079]: https://github.com/JuliaLang/julia/issues/20079
[#20164]: https://github.com/JuliaLang/julia/issues/20164
[#20213]: https://github.com/JuliaLang/julia/issues/20213
Expand Down

2 comments on commit f988566

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels

Please sign in to comment.