Skip to content

Releases: trevismd/statannotations

v0.6

01 Oct 13:44
8f148c1
Compare
Choose a tag to compare

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

16 Oct 15:57
0ed033d
Compare
Choose a tag to compare
  • Add scipy's Brunner-Munzel test
  • Fix applying statannotations for non-string group labels (Issue #65)
  • Get Zenodo DOI

v0.4.5 - More fixes

16 Oct 12:43
071f126
Compare
Choose a tag to compare
  • 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 - Fixes and doc

28 Feb 13:29
bc0c4b8
Compare
Choose a tag to compare
  • 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 Format correction

23 Nov 07:21
bbab408
Compare
Choose a tag to compare

What's Changed

  • Choose how to format the annotation when the p-value is no longer significant after correction by @trevismd in #31
  • Set verbose flag from parameters by @mxposed in #37

New Contributors

Full Changelog: v0.4.2...v0.4.3

FacetGrid

12 Aug 08:45
6e66059
Compare
Choose a tag to compare
  • Support of FacetGrid with
    • Support empty initialization only defining pairs
    • plot_and_annotate_facets

Horizontal orientation

25 Jul 15:27
3e2bb68
Compare
Choose a tag to compare

Support for horizontally oriented plots !

API change - Robustness

05 Jul 15:25
v0.4.0
284ba0a
Compare
Choose a tag to compare
  • 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

17 Jun 07:45
c4d8f9a
Compare
Choose a tag to compare

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

16 Jun 20:14
cd8dafd
Compare
Choose a tag to compare

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