Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@roclark roclark released this 08 Feb 16:22
· 464 commits to master since this release
38fcc20

Enhancements

  • Individual player stats are now included with boxscores to allow users to see metrics for every player that participated in a game.
  • Added an optional slim parameter to the Roster classes to retrieve just the names and player ID's for every member of a team instead of pulling all of their stats. If just the names and ID's are desired, this significantly reduces the amount of time required to retrieve results.
  • Updated documentation to include more advanced examples of ways to use sportsreference.

Fixes

  • Fixed issues with integration tests attempting to test features that were out-of-scope. Now, tests are significantly faster.