fitzRoy 1.0.0
New Features
- Added a new group of
fetch_*functions to provide a common API to various data sources. Each function has common arguments and provides consistent behaviour fetch_fixtureand associated helper functionsfetch_fixture_afl,fetch_fixture_footywireandfetch_fixture_squigglewill return the fixture for a particular season and roundfetch_resultsand associated helper functionsfetch_results_afl,fetch_results_footywire,fetch_results_sqiggleandfetch_results_afltableswill return the results for a particular season and roundfetch_ladderand associated helper functionsfetch_ladder_afl,fetch_ladder_sqiggleandfetch_ladder_afltableswill return the ladder for a particular season and round.fetch_player_statsand associated helper functionsfetch_player_stats_footywire,fetch_player_stats_afltablesandfetch_player_stats_fryziggwill return the match stats for a particular season and round.fetch_lineupand associated helper functionfetch_lineup_aflwill return the lineup for a particular season and round, including upcoming matches if teams have been announced
Deprecated functions
The following have all been soft deprecated. They will still work but likely be removed in a future version.
- Deprecated
get_afl_fixture- please usefetch_fixture_afl - Deprecated
get_fixture- usefetch_fixture_footywire - Deprecated
get_match_results- usefetch_results_afltables - Deprecated
get_footywire_match_results- usefetch_results_footywire - Deprecated
return_ladder- usefetch_ladder_afltables - Deprecated
get_footywire_stats- usefetch_footywire_stats - Deprecated
get_fryzigg_stats- usefetch_player_stats_fryzigg - Deprecated
get_afltables_stats- usefetch_player_stats_afltables - Deprecated
update_footywire_stats- usefetch_player_stats_footywire - Deprecated
get_footywire_betting_odds- usefetch_betting_odds_footywire - Deprecated
get_score_progression_raw- no replacement - Deprecated
get_footywire_match_ids- usefetch_footywire_match_ids - Deprecated
get_aflw_cookie- useget_afl_cookie - Deprecated
get_aflw_match_data- usefetch_results_afl - Deprecated
get_aflw_player_stats- usefetch_player_stats_fryzigg
Minor changes and bug fixes
- Fixed issue with master branch being renamed to main
- Fixed issue with
fetch_betting_oddsnot working in new season - Fixed issue with
fetch_ladderwhere it was returning only latest season #145 - Various fixes to data sources have been made on the data repo