Updates
Major updates to incorporate [statannotations](https://github.com/trevismd/statannotations) v0.7! This includes
compatibility with recent versions of pandas and seaborn.
- Included statannotations v0.7 as a dependency.
- Removed py50-statannotations as a dependency.
- Refactored single_curve_plot() to curve_plot()
- For dose-response curves, response_col can now be a string or a list of strings (column headers). This will average
the values internally before performing the IC50 calculations.
Bug fixes 🪲
- Reformated code under stats.py for readability
- Updated code in _lineplot for future use
- Corrected warning messages appearing in stats.py
- Refactored param "output_file" to "savefig" for curve plots