- `EloEstimator` is now `scikit-learn` compatible - `EloEstimator` has a `track_rating_history` flag to track rating history via the 'rating_history` attribute - `EloEstimator` has a `plot` method to plot rating history
0.1.0
Introduce `EloEstimator` to apply Elo rating system to a pandas DataFrame, producing expected scores and ratings.