georgebv / pyextremes

Extreme Value Analysis (EVA) in Python
https://georgebv.github.io/pyextremes/
MIT License
240 stars 47 forks source link

1.0.0 rc1 #2

Closed georgebv closed 4 years ago

georgebv commented 4 years ago

Release of version 1.0.0

codecov-commenter commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@8c4e239). Click here to learn what that means. The diff coverage is 13.16%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #2   +/-   ##
=========================================
  Coverage          ?   48.62%           
=========================================
  Files             ?       22           
  Lines             ?     1238           
  Branches          ?        0           
=========================================
  Hits              ?      602           
  Misses            ?      636           
  Partials          ?        0           
Impacted Files Coverage Δ
pyextremes/plotting/extremes.py 16.00% <0.00%> (ø)
pyextremes/plotting/mcmc.py 8.33% <0.00%> (ø)
pyextremes/plotting/return_values.py 26.66% <ø> (ø)
pyextremes/eva.py 8.84% <2.70%> (ø)
pyextremes/plotting/porbability_plots.py 22.58% <10.00%> (ø)
pyextremes/tuning/threshold_selection.py 13.63% <13.63%> (ø)
pyextremes/models/mle.py 86.44% <14.28%> (ø)
pyextremes/models/emcee.py 81.70% <45.83%> (ø)
pyextremes/models/distribution.py 88.40% <75.00%> (ø)
pyextremes/__init__.py 100.00% <100.00%> (ø)
... and 24 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8c4e239...3ec9ac9. Read the comment docs.