You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify plotly code by removing absolute_compound argument from all APIs. This will also enable removing season argument from some plotting functions. (8b6f41e)
Bump Fastf1 version to 3.4.4 so we can get the complete 2024 season schedule data (otherwise rounds 1 to 9 are missing)
Add a function for computing finishing order from the Laps dataframe as a backup to Ergast. Not sure how useful this will be once the Ergast replacement is up
December 2024
Investigate whether ruff rule B905 (use strict keyword argument in zip) can be safely enabled
July 2024
get_driver
supportdrivers=None
to include all drivers (Rewrite get_drivers to accept drivers=None #83)prevent_initial_call
to simplify callbacks that need special handling on initial page loading (Use prevent_initial_call to avoid triggering some dropdowns #81)running
August 2024
absolute_compound
argument from all APIs. This will also enable removingseason
argument from some plotting functions. (8b6f41e)Look at the callback graph and find optimizations. Can probably save some networking time if we skip some data reloadsNovember 2024
Laps
dataframe as a backup to Ergast. Not sure how useful this will be once the Ergast replacement is upDecember 2024
B905
(usestrict
keyword argument inzip
) can be safely enabledapp.py - set_event_options
needed to preventKeyError
)The text was updated successfully, but these errors were encountered: