Version 0.4.2
Fixes
- Fixed an error that was thrown when attempting to pull any data just prior to the beginning of a new season.
- Fixed an issue pulling NBA schedules for that qualified for the playoffs prior to the end of the regular season.
- Fixed an issue pulling historical NCAAB data prior to the 2009 season for fields that need to be calculated arithmetically (such as
defensive_rebounds
,opp_defensive_rebounds
, andnet_rating
).
Dependency Updates
- Updated pytest to 4.4.1
- Updated numpy to 1.16.3
- Updated urllib3 to 1.25.2
- Updated pytz to 2019.1
- Updated pyparsing to 2.4.0
- Updated jinja to 2.10.1
- Updated lxml to 4.3.3
- Updated flexmock to 0.10.4