Statannotations Versions Save

add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.

v0.6.0

7 months ago

v0.6.0

Features

  • Add option to skip annotation of non-significant results (PR #95 by sepro)

Fixes

  • Fix keeping annotation with reduced ylim (PR #116 by amkorb)
  • Fix pvalue legend (usually for NS range)

Additional testing and documentation:

v0.5

1 year ago
  • Add scipy's Brunner-Munzel test
  • Fix applying statannotations for non-string group labels (Issue #65)
  • Get Zenodo DOI

v0.4.5

1 year ago
  • Add MANIFEST.IN (PR #56 by Matt Chan)
  • Limit supported Seaborn version to v.0.11.x
  • Fix adding annotations with hue if data is passed as arrays (PR #64 by getzze)

v0.4.4

2 years ago
  • Fix custom annotations order with respect to the given pairs (Issue #45)
  • The label for Kruskal-Wallis test explicitly states that it is run pairwise (PR #40 by sepro)
  • Fix broken link in readme (PR #43 by orena1)

v0.4.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/trevismd/statannotations/compare/v0.4.2...v0.4.3

v0.4.2

2 years ago
  • Support of FacetGrid with
    • Support empty initialization only defining pairs
    • plot_and_annotate_facets

v0.4.1

2 years ago

Support for horizontally oriented plots !

v0.4.0

2 years ago
  • New API separating calls to generate the annotations and to annotate the plot.
  • More robust support for barplot, violinplot, swarmplot, stripplot.
  • Decreased complexity and increased maintainability of code base.
  • Fixes
  • See the changelog for more details.

v0.3.2

2 years ago

v0.3.2

  • Fix simple format outputs
  • Fix ImportError when applying a multiple comparison correction without statsmodels.
  • Multiple comparisons correction is None by default, as statsmodels is an additional dependency.

v0.3.1

2 years ago

Supports functions returning more than (stat, pval) for StatTest.