Releases: themm1/procyclingstats
Releases · themm1/procyclingstats
procyclingstats 0.2.1
Install this version with pip install procyclingstats==0.2.1
Changes:
- Average temperature during stage parsing added: #35
Stage.winning_attack_length
method removed (was returning alwaysNone
before)
Issues fixed:
procyclingstats 0.2.0
procyclingstats 0.1.10
Install this version with pip install procyclingstats==0.1.10
Changes:
- Winners of stages of a race are parsed from
Race.stages_winners
method, not fromRace.stages
method as previously. Stage.avg_speed_winner
,Stage.avg_temperature
,Stage.start_time
,Stage.race_category
metohds added: #19Rider.image_url
method added: #22- Bonus is parsed in time format (
H:MM:SS
, not as number of seconds): #19
Issues fixed:
- Bike parsing
Team.bike()
method fixed: #25
procyclingstats 0.1.8
procyclingstats 0.1.7
Install this version with pip install procyclingstats==0.1.7
Changes:
Rider.points_per_speciality
method added: #13
Issues fixed:
procyclingstats 0.1.6
Install this version with pip install procyclingstats==0.1.6
.
Changes:
Rider.weight
method returns a float now, since some riders weights are given as floats
procyclingstats 0.1.5
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 toStage
table parsing methods- Winners of the stages and their nationalities added to table returned by
Race.stages
distance
field removed from table returned byRace.stages
Scraper.normalized_relative_url
method removedScraper.__eq__
method removed (it's not possible to compare objects anymore)- URL validating is no longer available