Releases: toddrob99/MLB-StatsAPI
Releases · toddrob99/MLB-StatsAPI
v1.4.2
v1.4.2
fix: MLB changed pitchesThrown to numberOfPitches
v1.4.1
fix: box data error if pitcher has 0 pitches
v1.4
fix(endpoints): missing sportId param on teams
new(endpoints): added transactions
Sorry, I forgot to publish release on github for the last couple versions!
v1.3
FIX: last_game() and next_game() should actually work now
FIX: typo in homeRunDerby endpoint URL
ENH: added note to stats endpoint about default limit
v1.2
NEW: Added support for team_stats endpoint …
ENH: Added *.ipynb to .gitignore
VER: 1.2
v1.1
ENH: Python 2 support has been removed
ENH: Added leagueRank and sportRank to standings_data()
VER: 1.1
v1.0.1
FIX: Error in player_stats_data on missing MLB Debut Date #49
REM: Remove Python 2.7 from setup.py in prep for dropped support
v1.0.0
ENH: Raise HTTPError instead of ValueError when API requests fail
ENH: Test improvements
VER: 1.0.0
v0.1.9
FIX: game_scoring_plays() and game_scoring_play_data() broken due to MLB data change #44
v0.1.8
VER: v0.1.8
FIX: Add missing startDate and endDate params to teams_stats endpoint config
ENH: Include venue id and name in the schedule return data
NEW: Support warning for Python 2 - Support will be dropped on/after Jan 1, 2021
v0.1.7
Merge pull request #39 from toddrob99/develop
v0.1.7
v0.1.6
Merge pull request #36 from toddrob99/develop
v0.1.6
FIX: Required params for game_diff endpoint don't match query_params (case sensitivity) #31
NEW: Added batter 2b, 3b, hr, sb to box score data (but not formatted box score) and refactored box score code (thanks @rogerhcheng)
NEW: Wiki added to GitHub, documentation removed from source code including README
NEW: GitHub Sponsors button added to repository