Skip to content

Releases: toddrob99/MLB-StatsAPI

v0.1.5

09 Nov 03:00
4c44ca8
Compare
Choose a tag to compare

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
beed79b
Compare
Choose a tag to compare

Standardize code formatting using black, and add flake8 linter config.

v0.1.3

18 Oct 20:05
d262492
Compare
Choose a tag to compare

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
425ee43
Compare
Choose a tag to compare

FIX: Missing new data fields in header row records of boxscore_data() #16

v0.1.1

02 Sep 21:21
2f194cf
Compare
Choose a tag to compare

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
170d4b7
Compare
Choose a tag to compare
  • 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
fc60d56
Compare
Choose a tag to compare

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
96fff84
Compare
Choose a tag to compare
  • 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
cbc29f8
Compare
Choose a tag to compare

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

v0.0.6

02 May 22:02
a5c9b61
Compare
Choose a tag to compare