Few under the hood changes to tackle deprecation warnings. Note that as of this version support for Python 3.8 has been dropped and a more recent version of scikit-learn is required.
0.4.0
Added uncertainty_plot which allows the uncertainty on group prevalence to be visualized.
0.3.0
Support to handle confounders added
0.2.1
Repo has been restructured (implementing best practice), other changes are at the repo level and won't affect users.
0.2.0
The logistic regression can now be swapped by any classifier that supports .fit() and .predict_proba() e.g. SVC and RandomForest.
0.1.1
Minor bump in version and first version pushed to pypi