Skip to content

Version 0.4.6

Compare
Choose a tag to compare
@roclark roclark released this 07 Oct 01:22
· 279 commits to master since this release
3e6690e

Enhancements

  • Switched support from Travis-CI to GitHub Actions for more comprehensive, reliable, and robust tests (#208)

Fixes

  • Fixed an issue where the home and away scores were identical for NBA games (#207)
  • Fixed an issue with the exhaustive tests running duplicate actions (#213)
  • Added support for Peru to the MLB to resolve an error for an unsupported nationality (#212)
  • Fixed HTTP redirect issues in NCAAB module (#216)
  • Fixed an issue iterating over NFL schedules during the current season (#220)
  • Fixed an error that was thrown while attempting to pull empty NBA stats pages for future seasons (#218)
  • Fixed an issue where no players would be listed in NBA boxscores for older games (#223)
  • Resolved an error which was thrown when attempting to pull an NBA team's roster with an empty row (#228)

Dependency Updates

  • Updated pytest to 5.2.0
  • Updated attrs to 19.2.0
  • Updated urllib3 to 1.25.6