Casper-Guo / Armchair-Strategist

Strategy dashboard for all F1 races since 2018
https://armchair-strategist.dev/
Apache License 2.0
44 stars 2 forks source link

Better calculations for available sessions #77

Closed Casper-Guo closed 1 month ago

Casper-Guo commented 1 month ago

Finding available sessions in preprocess.py now use proper timezone calculations

Finding available sessions in the dashboard now depends on available data instead of the F1 schedule. In the past, a session whose data is unavailable may still be selectable

Temporarily restrict numpy version to 1.x.x due to potential breaking changes