Skip to content

Release v2.1.9

Compare
Choose a tag to compare
@theOehrly theOehrly released this 24 Oct 10:18
· 432 commits to master since this release

General maintenance/bug fixes

  • switch renamed dependency 'fuzzywuzzy' to new name 'thefuzz'
  • add support for getting team colors from incomplete or partial team
    names or from team names containing typos or extra words
  • make fuzzy string matching for event names case-insensitive
  • set missing lap start times to pit out time where possible (fixes issue #29),
  • add new api function :func:fastf1.api.driver_info
  • support incomplete laps (not timed) caused by drivers crashing/retiring
    during a lap: infer as much information as possible so that telemetry
    can be accessed easily (fixes issues #36 and #41)