trevismd / statannotations

add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
Other
624 stars 67 forks source link

v0.4.3 #35

Closed trevismd closed 2 years ago

trevismd commented 2 years ago

From changelog:

codecov[bot] commented 2 years ago

Codecov Report

Merging #35 (ec1384c) into master (c4704fb) will increase coverage by 0.04%. The diff coverage is 97.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   96.96%   97.01%   +0.04%     
==========================================
  Files          29       29              
  Lines        1845     1874      +29     
==========================================
+ Hits         1789     1818      +29     
  Misses         56       56              
Impacted Files Coverage Δ
tests/test_pvalue_format.py 100.00% <ø> (ø)
statannotations/PValueFormat.py 97.24% <95.45%> (+0.61%) :arrow_up:
statannotations/Annotator.py 91.60% <100.00%> (ø)
statannotations/_version.py 100.00% <100.00%> (ø)
statannotations/format_annotations.py 100.00% <100.00%> (ø)
statannotations/stats/StatResult.py 91.48% <100.00%> (+0.79%) :arrow_up:
tests/test_format_annotations.py 100.00% <100.00%> (ø)
tests/test_integrate_annotator.py 100.00% <100.00%> (ø)
tests/test_integrate_format_multiple.py 100.00% <100.00%> (ø)

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 c4704fb...ec1384c. Read the comment docs.