Releases: dcstats/CBBpy
Releases · dcstats/CBBpy
v2.1.2
v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
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
v1.0.5
v1.0.4
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
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