Skip to content

Lahman data, BWar, Docs, and Bug Fixes

Compare
Choose a tag to compare
@jldbc jldbc released this 18 Dec 03:40
· 170 commits to master since this release
  • Added functions to pull data from the Lahman database (docs)
  • Added functions to pull BWar and other useful metrics from Baseball Reference (bwar_bat, bwar_pitch)
  • Added a playerid_reverse_lookup function to retrieve player names and ids from other data sources given a list of player ids (docs)
  • Fixed bugs causing FanGraphs scrapes to fail
  • Fixed issue causing standings function to fail when no season was provided
  • All data acquisition functions are now documented in the docs folder

Thanks to jelloslinger and jfreynolds for contributing to this release!