Skip to content

Commit

Permalink
Undeprecate quantile.()
Browse files Browse the repository at this point in the history
Needed by StatsBase.jl for arrays

More info: JuliaStats/StatsBase.jl#586 (comment)
  • Loading branch information
ron-wolf authored Aug 17, 2020
1 parent 253c3a0 commit 8792108
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/deprecates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ end


# vectorized versions
# N.B. quantile.() excluded; see #1150
for fun in [:pdf, :logpdf,
:cdf, :logcdf,
:ccdf, :logccdf,
:invlogcdf, :invlogccdf,
:quantile, :cquantile]
:cquantile]

_fun! = Symbol('_', fun, '!')
fun! = Symbol(fun, '!')
Expand Down

0 comments on commit 8792108

Please sign in to comment.