JuliaMath / IntervalSets.jl

Interval Sets for Julia
https://juliamath.github.io/IntervalSets.jl/
Other
99 stars 26 forks source link

add geomean(interval) + reduce deps #171

Closed aplavin closed 7 months ago

aplavin commented 8 months ago

Statistics.mean(interval) already works, so it's only natural to add StatsBase.geomean(interval) – that's what I do here.

Also reduce deps on stdlibs:

So, now IntervalSets is completely dependency-free (on 1.9+), even regarding stdlibs!

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6545e5d) 99.10% compared to head (f12cfd7) 99.11%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #171 +/- ## ======================================= Coverage 99.10% 99.11% ======================================= Files 4 6 +2 Lines 224 225 +1 ======================================= + Hits 222 223 +1 Misses 2 2 ```

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