- Support of
FacetGridwith- Support empty initialization only defining pairs
plot_and_annotate_facets
- Support for horizontal orientation
- Major refactoring, change to an Annotator
classto 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
- Fix
simpleformat outputs - Fix
ImportErrorwhen applying a multiple comparison correction without statsmodels. - Multiple comparison correction is
Noneby default, asstatsmodelsis an additional dependency.
- Added support of functions returning more than the two expected values when
used in
StatTest - Fix version numbers in CHANGELOG
(Explicitly Requires Python 3.6)
- Refactoring with implementation of
StatTest(#7), removing thestat_funcparameter, andtest_long_name. - Annotations y-positions based on plot coordinates instead of data coordinates (#5 by JosephLalli, fixes webermarcolivier/statannot#21).
- Add this CHANGELOG
- Fix bug on group/box named 0, fixes trevismd#10, originally in webermarcolivier/statannot#78. Independently fixed in webermarcolivier/statannot#73 before this issue.