Skip to content

Releases: toddrob99/MLB-StatsAPI

v1.4.2

08 Apr 17:26
Compare
Choose a tag to compare

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

09 Jul 01:16
Compare
Choose a tag to compare

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

09 May 17:28
Compare
Choose a tag to compare

NEW: Added support for team_stats endpoint …
ENH: Added *.ipynb to .gitignore
VER: 1.2

v1.1

03 Apr 18:09
Compare
Choose a tag to compare

ENH: Python 2 support has been removed
ENH: Added leagueRank and sportRank to standings_data()
VER: 1.1

v1.0.1

28 Aug 02:13
Compare
Choose a tag to compare

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

13 Aug 01:10
83e35ce
Compare
Choose a tag to compare

ENH: Raise HTTPError instead of ValueError when API requests fail
ENH: Test improvements
VER: 1.0.0

v0.1.9

26 Jul 02:53
f4f7ebd
Compare
Choose a tag to compare

FIX: game_scoring_plays() and game_scoring_play_data() broken due to MLB data change #44

v0.1.8

19 Jul 16:38
7b25339
Compare
Choose a tag to compare

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

09 May 01:26
d180c4a
Compare
Choose a tag to compare
Merge pull request #39 from toddrob99/develop

v0.1.7

v0.1.6

09 May 01:21
670afdf
Compare
Choose a tag to compare
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