Skip to content

Releases: trevismd/statannotations

v0.7.2

22 Mar 13:36
77747db

Choose a tag to compare

v0.7.2

Features

  • Option to capitalise "p" in p-values by @Pentabyteman in #172
  • Option to configure separators for annotations by @trevismd in #173

Dev & others

New Contributors

  • @Pentabyteman made their first contribution in #172

Full Changelog: v0.7.1...v0.7.2

v0.7.1

25 Nov 09:14
2bb0296

Choose a tag to compare

v0.7.1

Fixes

  • Fix minimum Python version (3.8) in setup.py 🙏 @getzze

v0.7

19 Nov 13:36
a8af9cb

Choose a tag to compare

v0.7

v0.7.0

Features

  • Compatibility with pandas v2+ and seaborn v0.12+ (PR #155 by getzze) 🚀

v0.6

01 Oct 13:44
8f148c1

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

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

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

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

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

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

Choose a tag to compare

Support for horizontally oriented plots !