Skip to content

procyclingstats 0.1.5

Compare
Choose a tag to compare
@themm1 themm1 released this 18 Jun 13:06
· 48 commits to master since this release

Install this version with pip install procyclingstats==0.1.5.
Due to difficult maintenance of Scraper.normalized_relative_url and URL validating, we had to remove these features.

Changes:

  • HTML parsing bugs fixed
  • rider_number field added to Stage table parsing methods
  • Winners of the stages and their nationalities added to table returned by Race.stages
  • distance field removed from table returned by Race.stages
  • Scraper.normalized_relative_url method removed
  • Scraper.__eq__ method removed (it's not possible to compare objects anymore)
  • URL validating is no longer available