Skip to content

Releases: jaebradley/basketball_reference_web_scraper

Fix advanced player statistics returning 0 games played and remove the last "League Average" row

28 Nov 14:18
Compare
Choose a tag to compare

Resolves #295 due to non-backwards-compatible HTML data-stat value changes to the "Games" field on the Advanced Player Stats page.

image

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

image

Fix players_season_totals final list element is the "League Average" row

20 Nov 23:23
cc71014
Compare
Choose a tag to compare

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

20 Nov 21:42
2320dfd
Compare
Choose a tag to compare

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

17 Nov 23:44
Compare
Choose a tag to compare

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

15 Nov 03:37
Compare
Choose a tag to compare

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.

image

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

12 Nov 04:01
Compare
Choose a tag to compare

Description

The players_season_totals method was not returning any values. This issue (#275) was resolved by #277.

Update dependencies

28 Mar 02:49
Compare
Choose a tag to compare

Description

Releases dependency-related changes from #260 that upgrades several dependencies to their latest versions and removes unused dependencies.

Fix lxml-related installation issues

08 Mar 03:36
Compare
Choose a tag to compare

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

14 Nov 01:26
Compare
Choose a tag to compare

Publishes fixes in #242 (thanks @krlu!)

Add missing division

16 Jun 03:50
Compare
Choose a tag to compare

Thanks to @allanbelliti for adding a missing division in #218