JuliaStats / Distributions.jl

A Julia package for probability distributions and associated functions.
Other
1.08k stars 410 forks source link

Replace deprecated lfact(x) #1857

Closed THargreaves closed 1 month ago

THargreaves commented 1 month ago

lfact has been replaced by logfactorial since at least version 1.2 of SpecialFunctions.jl, which is the earliest compatible version with Distributions.jl.

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 85.96%. Comparing base (f852803) to head (3a9cfb8).

Files Patch % Lines
src/univariate/continuous/ksdist.jl 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1857 +/- ## ======================================= Coverage 85.96% 85.96% ======================================= Files 144 144 Lines 8647 8647 ======================================= Hits 7433 7433 Misses 1214 1214 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.