Skip to content

Releases: theOehrly/Fast-F1

Release v2.2.9

09 Jul 09:57
abc7666
Compare
Choose a tag to compare
  • Fix a typo in :attr:fastf1.plotting.DRIVER_TRANSLATE (#207)

Release v2.2.8

29 May 10:54
59998da
Compare
Choose a tag to compare
  • Ensure that Session.drivers returns a list of
    unique values. This prevents problems that result from drivers being
    incorrectly listed multiple times in the session result information.
    (see #182 for example)

Release v2.2.7

21 May 10:31
e4b3778
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed an issue that prevented merging of car data and position data
    in some cases (see #180)

Release v2.2.6

18 May 15:13
cb3e471
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed incorrect lap start times for first lap after a red flag restart

  • Fixed first lap missing if a driver crashed during the first lap of a
    sprint race (#175)

  • Fixed headshot url missing from result of :func:fastf1.api.driver_info
    (by @bruzie in #173)

New Features:

  • Added a check detect and to remove incorrect lap times in the api parser
    (#167)

Release v2.2.5

04 May 16:15
3270881
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed grid position, position and points missing from Sprint sessions
    result in 2022 (#166)

New Features:

  • Added :func:fastf1.plotting.driver_color to get driver colors which are
    similar to the team color but slightly different between both drivers of
    one team. This way, the drivers can be differentiated better.
    (by @dialtone in #159)

  • Added support for loading race control messages, see
    :attr:fastf1.core.Session.race_control_messages
    (by @bruzie in #163)

Release v2.2.4

24 Apr 11:31
0630f4a
Compare
Choose a tag to compare

Compatibility fixes for supporting 'Sprint' sessions for the 2022 season (see also #160)

Release v2.2.3

08 Apr 22:09
Compare
Choose a tag to compare

Bug Fixes

  • Fixed crash in fastf1.Telemetry.calculate_driver_ahead in case of missing car data (#146)

Release v2.2.2

28 Mar 21:54
8d3e2de
Compare
Choose a tag to compare

Changes:

  • Implement support for reading information about a drivers personal best
    lap from the fastf1.core.Laps.pick_fastest will now by
    default return the quickest lap that is also marked as personal best lap
    of any driver. This fixes the long standing problem that the fastest lap
    returned by this function may actually be a deleted lap.

Bug Fixes:

  • Fixed: data for the 2022 Saudi Arabian Grand Prix can not be loaded (#135)
  • Fixed: incorrect python version check in live timing client, that
    prevented running on actually supported versions of python (#132)

Release v2.2.1

20 Mar 21:27
d063234
Compare
Choose a tag to compare

Changes:

  • Log ergast error tracebacks on level DEBUG instead of WARNING to avoid
    confusion when a failure was to be expected.

Bug Fixes:

  • Fixed: no session results for Verstappen (driver number 1 vs 33)
    (by @vlesierse)
  • Fixed: slicing telemetry by using multiple laps as a reference returns no
    data if some laps have NaT values for 'Time' or 'LapStartTime'
  • Fixed regression: Loading of livetiming no longer possible since v2.2.0 if
    recording does not contain a driver list

Release v2.2.0

17 Mar 21:31
30dfbeb
Compare
Choose a tag to compare

This release introduces a range of new features, bug fixes and improvements. While backwards compatibility has been kept in mind, some breaking changes are required. Read the changelog for detailed information: https://theoehrly.github.io/Fast-F1/changelog.html

Main changes include the introduction of an event schedule and better support for session results.