Skip to content

Releases: dcstats/CBBpy

v2.1.2

20 Jan 06:42
2a6efb3
Compare
Choose a tag to compare

Release Notes

  • Hotfix for #61 where utils folder was not installing with rest of package using pip

v2.1.1

05 Jan 03:56
ff567d8
Compare
Choose a tag to compare

Release Notes

  • Fix for #59 where team map CSVs were not part of the package
  • Use of Apache 2.0 license

v2.1.0

05 Dec 03:46
08ca437
Compare
Choose a tag to compare

Release Notes

Ability to scrape:

  • Team and conference schedules (#33)
  • Games for a team or all teams in a conference (#34)
  • Player biographical information
  • In-progress games
  • Information for cancelled/postponed games
  • Point spread as part of game info

Smaller fixes:

  • Neutral site determination fix (#43, #52)
  • Logging enhancements (#46)
  • Support for NCAAW rule change to quarters instead of halves (#50)
  • DataFrame sorting for consistent outputs across runs

v2.0.2

09 Jan 04:07
eb40dc7
Compare
Choose a tag to compare

Release Notes

  • Fixed issues with requests library compatibility for newer versions #45
  • Added bs4, requests libraries to dependencies

v2.0.1

01 Jan 23:52
67802a2
Compare
Choose a tag to compare

Patch Notes

v2.0.0

27 Dec 22:51
85a7ed8
Compare
Choose a tag to compare

Release Notes

  • Added a scraper for NCAA women's basketball data
  • For games which have shot data available, added shot coordinates to PBP
  • Added multiprocessing to significantly speed up scraping time (speed-up is proportional to number of CPU cores)
  • Miscellaneous improvements and bug fixes

v1.1.0

22 Dec 02:04
e834b04
Compare
Choose a tag to compare

Release Notes

  • Major fix to address ESPN's change to webpage structure
  • Support for Python >= 3.7
  • Added ability to scrape date ranges
  • All functions now allow users to specify if they wish not to scrape either PBP, boxscore, or metadata info

v1.0.5

30 Sep 01:37
a019155
Compare
Choose a tag to compare

Release Notes

  • HOTFIXES: #21, #20 - Fixes for issues with no game location + irregular PBPs

v1.0.4

29 Sep 17:40
73a511d
Compare
Choose a tag to compare

Release notes

  • #17: added booleans is_conference, is_neutral, is_postseason to game info to provide more context
  • #16: added boxscore total row to boxscores to provide extra context and allow ability to resolve instances where the player aggregates don't match the actual team total for the game
  • #19: handling for when game information section looks different
  • better handling of edge cases, like when boxscore has unexpected values or none at all

v1.0.3

10 Sep 05:33
fe0b2d0
Compare
Choose a tag to compare

Release notes

  • MAJOR FIX #13: scraper was previously only scraping top-25 games
  • Addressing #1: addition of rotating headers and added attempts to account for page not loading properly and lessen chance of game not being scraped
  • Fix for #11: accounting for scraper not working properly when PBPs have video replays attached to them
  • Improvement/fix #12: better type handling to avoid mix-typed columns