zero-sum-seattle / python-mlb-statsapi

Python Wrapper for the MLB's Official Stats API
MIT License
41 stars 10 forks source link

Version 0.5.16 #203

Closed Mattsface closed 5 months ago

Mattsface commented 5 months ago

Why

The BoxScore object had a new attribute added called topperformers. A new object needs to be created called TopPerformers.

Also a few external tests in tests/external_tests/stats/test_player_game_stats.py are failing due to the endpoint returning no data. I've removed these tests.

What

  1. Added TopPerformers dataclass for BoxScore
  2. Removed two failing tests

Tests

How was this tested? Any additional testing done outside automated tests, or no testing needed?

Risk and impact

What is the risk level of the change and why?

What is the impact if something does go wrong with this PR?