Skip to content

Releases: panzarino/mlbgame

Version 2.5.0

16 Apr 16:31
Compare
Choose a tag to compare

New Features:

  • Add probable starter attributes (#64, fixes #32)
  • Add more attributes to overview (#71, #70, fixes #68)
  • Add important dates feature (#85, fixes #84)

Bug Fixes:

  • Updated README and documentation to show correct output from examples (#75)
  • Fix incorrect date for scoreboard function (#78, fixes #77)

Version 2.4.2

06 Feb 05:55
Compare
Choose a tag to compare
  • Remove unneeded import requests statement, thereby removing requests as an accidental and unlisted dependency
  • Better stats retrieval through rawboxscore.xml (#58, fixes #30)
  • Fix bug which removed away team stats (#58, fixes #57)
  • Fix failing tests

Version 2.4.1

17 Jan 20:12
Compare
Choose a tag to compare
  • Fixes a bug where game data could not be retrieved (#50, #51)
  • Refactor multiple internal methods to reduce duplication

Version 2.4.0

08 Sep 02:29
Compare
Choose a tag to compare

New Features

  • Add ability to get player, coach, and umpire data for game (#43)
  • Add ability to get current roster data (#34, #27)
  • Add ability to get current injury data (#36)
  • Add ability to get current and historical standings data (#33, #31)

Deprecations:

  • Removed ability to locally cache XML data

Developers:

  • Added test cases with 97% coverage
    • Added Travis CI and Coveralls
  • Added code climate
  • Added new dev install requirements
  • Refactored existing code to reduce duplication
  • Added Slack for developers to join

Version 2.3.3

13 May 03:56
Compare
Choose a tag to compare

Fixes a bug where game data would not work for July (month 7) (#29)

Version 2.3.2

18 Apr 01:55
Compare
Choose a tag to compare
  • Fixes a bug where .gz files would not work automatically on Windows machines (#24 fixed in #28, thanks @russodanielp)
  • Fixes a bug where game type would not accurately be reported (name changed from game_type to game_tag)
  • Internal refactoring and miscellaneous documentation changes

Version 2.3.1

23 Nov 02:37
Compare
Choose a tag to compare

Fixes a bug where returned events (from game_events()) would only be from the top of each inning (#19)

Version 2.3.0

09 Nov 22:43
Compare
Choose a tag to compare

New Features

  • mlbgame.day and mlbgame.games now work for games in the future (#16)
  • Overall league information
  • Individual team information (#17)
  • --clear parameter of the update script will remove all cached data
  • Data for the 2016 season is now cached by default (previously was through 2015 season)

Bug Fixes

  • Update now works correctly and more efficiently (#18)
  • Game code has been refactored to work better

Version 2.2.1

30 Jul 17:42
Compare
Choose a tag to compare

Fixes a bug where mlbgame.events was not imported properly and therefore users could not access game events.

Version 2.2.0

19 Jul 18:02
Compare
Choose a tag to compare

New Features

  • Get game overview information (such as venue, thanks to @rationalpastime for the suggestion)
  • Ability to cache this overview information
  • Update now has the option of what extra data to update (-m/--more is no longer an option, please check new documentation)

Bug Fixes

  • Fix bug where s_hr was reported incorrectly in statmap
  • Fix bug where updating events would corrupt both local event data and local stats data