- Added a simple scatterplot function in `viz/scatterplot`. Import using `from not_again_ai.viz.scatterplot import scatterplot_basic`
- Added the `data_analysis` module which includes computing the Peason Correlation between two variables and a function to compute the asymmetric predictive power score between any variable against a categorical variable. Function available from `not_again_ai.data_analysis.dependence`
- Updated to latest package dependencies
Available on [PyPI](https://pypi.org/project/not-again-ai/).