Skip to content

0.3.0: Feature: Model Pred Endpoints (#2)

Compare
Choose a tag to compare
@coreyjs coreyjs released this 11 Jun 01:37
· 4 commits to main since this release
4925e44
* Feature: Model Pred Endpoints

Adds model.rankings() : Player Rankings
Adds model.pre_tournament_pred : Pre Tournament Model Predictions

* Feature - Model Prediction Endpoints

Adds model.pre_tournament_pred_archive, model.player_skill_decompositions, model.player_skill_ratings, model.detailed_appraoch_skill, model.fantasy_projection.

Change: Changes how the query_parameters are passed to the HTTP client and helpers, this is no longer a big ugly string, but a dict.  Adds helpers in http.py to build final query parameter


* version bump to 0.3.0