Releases: jaebradley/basketball_reference_web_scraper
Fix advanced player statistics returning 0 games played and remove the last "League Average" row
Resolves #295 due to non-backwards-compatible HTML data-stat
value changes to the "Games" field on the Advanced Player Stats page.

This also resolves a bug that was returning the last row, which was the "League Average" row

Fix players_season_totals final list element is the "League Average" row
Publishes work in #292 which fixes an issue where the client. players_season_totals
method returns the "League Average" row as the final list element.
Update Advanced Player Box Score Statistic Parsing
Description
Basketball Reference changed the HTML attributes in the Advanced Player Box Score table.
#291 merged changes to update the parsing of this table.
Adds Plus Minus Statistics to Player Box Scores
Release of PR #278 that adds plus / minus statistics to the output of the player_box_scores
client method.
This PR was authored by @benjaminmesser.
Fixes fetching play-by-play data for Hornets vs. Hawks on 11/16/1999
Description
PR #282 closed issue #281 which summarized an error when fetching play-by-play data for a game between the Hornets and the Hawks that took place on November 16th, 1999.
Specifically, there's an event at the 10:00.0
mark in the 1st quarter that was causing the problem.

The existing logic was erroneously assuming each play-by-play row had at least two cells, when in fact, this "event" had only one cell.
Fixes Player Season Totals not returning values
Update dependencies
Description
Releases dependency-related changes from #260 that upgrades several dependencies to their latest versions and removes unused dependencies.
Fix lxml-related installation issues
Publishes changes made in #250 (thanks @aaronbannin !) to resolve #239 and some lxml
-related issues when installing this package.
Fix broken parser, add deprecated teams
Add missing division
Thanks to @allanbelliti for adding a missing division in #218