Skip to content

Releases: keberwein/mlbgameday

mlbgameday 0.2.0

05 Apr 12:36
Compare
Choose a tag to compare

mlbgameday 0.2.0

Enhancements

  • Refactored get_payload() to deal with 2019 schema changes, making it compatible with prior years data.

Bug Fix

  • Added try/catch logic to reconcile columns that no loger exist in the inning_all data set.

  • Added error-handling for bis_boxscore data set, which isn't available after 2018.

Data

  • Updated gids, playerids, and umpireids through Spring Training 2019.

mlbgameday 0.1.2

02 May 15:45
Compare
Choose a tag to compare

mlbgameday 0.1.2

Enhancements

  • Added a data_automation vignette.

Bug Fixes

  • Fixed pitch count logic for the pitch table.

mlbgameday 0.1.1

19 Mar 13:28
Compare
Choose a tag to compare

Enhancements

  • Added overwrite argument to the get_payload() function.

  • Enhanced the logic that ties action nodes to atbat nodes.

Bug Fixes

  • Inconsistent column ordering in linescore dataset caused dbWrite() errors.

0.1.0

28 Feb 13:48
Compare
Choose a tag to compare

mlbgameday 0.1.0

Enhancements

  • Added atbat num to the output of the action table of the innings_all payload.

Bug Fixes

  • Fixed mal-formed urls returned by the make_gids() function.

  • Added error checks to the xml mapping in the transform_payload() function.