Releases: panzarino/mlbgame
Releases · panzarino/mlbgame
Version 2.5.0
Version 2.4.2
Version 2.4.1
Version 2.4.0
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
Fixes a bug where game data would not work for July (month 7) (#29)
Version 2.3.2
- 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
togame_tag
) - Internal refactoring and miscellaneous documentation changes
Version 2.3.1
Fixes a bug where returned events (from game_events()
) would only be from the top of each inning (#19)
Version 2.3.0
New Features
mlbgame.day
andmlbgame.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
Fixes a bug where mlbgame.events
was not imported properly and therefore users could not access game events.
Version 2.2.0
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 instatmap
- Fix bug where updating events would corrupt both local event data and local stats data