Version 0.4.0
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 theRoster
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.