Publishes changes made in https://github.com/jaebradley/basketball_reference_web_scraper/pull/250 (thanks aaronbannin !) to resolve https://github.com/jaebradley/basketball_reference_web_scraper/issues/239 and some `lxml`-related issues when installing this package.
4.13.0
Publishes fixes in 242 (thanks krlu!)
4.12.1
Thanks to allanbelliti for adding a missing division in https://github.com/jaebradley/basketball_reference_web_scraper/pull/218
4.12.0
Added by 204.
Also includes integration test fixes from 210
4.11.0
203 added a `standings` client method to retrieve the standings for a given season.
The data it returns is the `team`, its `wins` and `losses`, and the `division`, and `conference` the team was in.
The main input is the season end year.
This should resolve 198.
4.10.0
PR 200 resolved 194 by adding the `playoff_player_box_scores` method that gets box score statistics from playoff games.
This release also includes a refactoring of the output logic (186) that should not have any breaking changes but hopefully consolidates the existing output logic.