Skip to content

Releases: theOehrly/Fast-F1

Release v3.3.7

28 May 16:04
34a1eee
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug that caused the timing data for the first lap of the Monaco GP 2024 to be missing entirely (fixes #594)

Release v3.3.6

16 May 12:08
57111b2
Compare
Choose a tag to compare

Bug Fixes

  • Laps where a driver crashes and retires on track now contain a correct
    track status (fixes #575)

  • Fixed previously incorrect circuit info for Mugello 2020 (fixes #563)

Others

  • Improved a warning message that informs about missing data when calculating
    qualification results

Pre-release v3.4.0 alpha0

12 May 13:39
e2fcf18
Compare
Choose a tag to compare
Pre-release

Alpha pre-release for reimplemented plotting submodule.

Discussion in #585

Release v3.3.5

19 Apr 11:52
bee5c3f
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue that causes no result data to be available for 'Sprint Qualifying' sessions

  • Correctly handle reinstated lap times after they were previously deleted

Release v3.3.4

17 Apr 11:27
43d972a
Compare
Choose a tag to compare

Bug Fixes

  • Correctly support the new "Sprint Qualifying" (#570)

Release v3.3.3

05 Apr 10:03
79a2b93
Compare
Choose a tag to compare

New Features

  • Added support for driver Ayumu Iwasa (IWA)

Release v3.3.2

26 Mar 21:44
9774d1c
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug that caused the track status values for each lap to be sometimes incorrect in the 'TrackStatus' column of the Laps DataFrame (fixes #557 and more).

Release v3.3.1

10 Mar 12:09
61e5ef9
Compare
Choose a tag to compare

Bug Fixes

  • Fix: correctly handle empty strings when parsing them in fastf1.utils.to_datetime (by @erdieee) (#531)

  • Fix: gracefully handle empty strings when parsing datetime values in Ergast responses (by @mdsakalu) (#546). This fixes partially missing data in the results Qualifying and Race results for the 2024 Saudi Arabia GP.

Release v3.3.0

20 Feb 11:22
d1868e9
Compare
Choose a tag to compare

New Features

  • Updated team names and team colors for the 2024 season. (As usual, this means
    that this information is no longer valid for the previous season!
    see note below)

  • Improved the accuracy of fastf1.utils.delta_time (by @grahamjwhite)
    (#512)

Note: The update of the team names and team colors for the 2024 season means that you may no longer be able to visualize data from 2023 correctly. This is a long-standing issue that will most likely be resolved with the next minor release in a few months.

Release v3.2.2

09 Feb 13:56
61829ed
Compare
Choose a tag to compare

Bug Fixes

  • Fixed another bug that caused fastf1.core.Session.get_circuit_info
    to fail only in some cases if the default resampling frequency for
    telemetry data is changed (#455)