- 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