Skip to content

Releases: coreyjs/data-golf-api

0.5.1

27 Jun 12:15
5548cdc
Compare
Choose a tag to compare
Update README.md (#6)

0.4.0

12 Jun 21:20
a6bb8d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0: Feature: Model Pred Endpoints (#2)

11 Jun 01:37
4925e44
Compare
Choose a tag to compare
* 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

0.2.1: Feature Update: General Endpoints (#1)

09 Jun 15:11
8b5406f
Compare
Choose a tag to compare
Fixes tour-schedule to allow for parameter 'tour'.

Adds Field Updates endpoint

0.2.0

09 Jun 14:51
Compare
Choose a tag to compare
Updates: Poetry Dev Deps