Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 1.99 KB

File metadata and controls

57 lines (50 loc) · 1.99 KB

v0.4

v0.4.2

  • Support of FacetGrid with
    • Support empty initialization only defining pairs
    • plot_and_annotate_facets

v0.4.1

  • Support for horizontal orientation

v0.4.0

  • Major refactoring, change to an Annotator class to prepare and add annotations in separate function (now method) calls.
  • Support for violinplot
  • Fixes in rendering of non-significant tests results after multiple comparisons correction
  • Fix the printout of the star annotation legend
  • Fix the failure when providing a dataframe with categories as different columns.
  • Fix a bug where an incorrect xunits calculation resulted in wrong association of points within a box, leading to erroneous max y position for that box.
  • Reduced code complexity, more SOLID.
  • Many unit and integration tests

v0.3

v0.3.2

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

v0.3.1

  • Added support of functions returning more than the two expected values when used in StatTest
  • Fix version numbers in CHANGELOG

v0.3.0

(Explicitly Requires Python 3.6)

  • Refactoring with implementation of StatTest (#7), removing the stat_func parameter, and test_long_name.
  • Annotations y-positions based on plot coordinates instead of data coordinates (#5 by JosephLalli, fixes webermarcolivier/statannot#21).
  • Add this CHANGELOG

v0.2

v0.2.8