Releases: toddrob99/MLB-StatsAPI
Releases · toddrob99/MLB-StatsAPI
v0.1.6
09 May 01:21
Compare
Sorry, something went wrong.
No results found
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
v0.1.5
09 Nov 03:00
Compare
Sorry, something went wrong.
No results found
FIX :
Update required params for team_roster endpoint #29
Leading & trailing slashes not honored in endpoint config #28
ENHANCE :
Testing #22
Add requirements.txt files
Clean up code formatting
v0.1.4
25 Oct 19:31
Compare
Sorry, something went wrong.
No results found
Standardize code formatting using black, and add flake8 linter config.
v0.1.3
18 Oct 20:05
Compare
Sorry, something went wrong.
No results found
FIXED:
#18 Definition for seasons endpoint is missing season parameter
#20 Update endpoint requirements for stats_streaks
ENHANCED:
#19 Use logging module instead of print for debug info
Added more fields to boxscore and standings data functions
v0.1.2
03 Sep 19:11
Compare
Sorry, something went wrong.
No results found
FIX: Missing new data fields in header row records of boxscore_data() #16
v0.1.1
02 Sep 21:21
Compare
Sorry, something went wrong.
No results found
Include more data in boxscore_data(). For pitchers, include p:pitchesThrown and s:strikes. For batters, include: obp, slg, name, position, note, substitution (true/false), battingOrder, and personId.
v0.1.0
02 Sep 21:20
Compare
Sorry, something went wrong.
No results found
Added some functions to return data instead of only formatted text
Fixed league_leaders() and example code that stopped working due to MLB removing support for the statsSingleSeason statType (now using career leaders instead of single season leaders) #12
v0.0.9
28 Jun 21:06
Compare
Sorry, something went wrong.
No results found
FIX: season param should not be required for standings endpoint
FIX: protect against missing decisions data in schedule()
v0.0.8
08 May 17:46
Compare
Sorry, something went wrong.
No results found
FIX: Error in schedule() when probable pitcher is missing #6
FIX: Error in schedule() when linescore is missing (postponed games) #7
v0.0.7
04 May 22:07
Compare
Sorry, something went wrong.
No results found
v0.0.7
Added MLB copyright notice to README
Added ability to call schedule() for specific game_id(s) (comma separated string)
Added current inning to summary for schedule() when game is in progress, and status will now always be included
Added ability to get standings for a given division, and to exclude wildcard standings