Skip to content

Releases: theOehrly/Fast-F1

v2.1.3 - Error handling for invalid json in car and position data

14 Mar 18:50
Compare
Choose a tag to compare
error handling for invalid json -> v2.1.3

v2.1.2 fixes for live timing data

13 Mar 18:23
Compare
Choose a tag to compare
  • Fix loading of live timing data
  • Improve loading of track status from live timing data

v2.1.1 Add support for live timing data

13 Mar 11:17
Compare
Choose a tag to compare

This release mainly adds support for recording live timing data and using it as a data sources.
(consider this beta functionality)

Additionally, timing data is now loaded without telemetry by default when calling Session.load_laps.
Telemetry data is usually not available anymore. Therefore, this prevents a confusing error.
You will need to record live timing data during a session if you want to have access to telemetry data.
(At least it looks like that. Whether this will change again, I don't know.)

Release of FastF1 v2.1

10 Mar 21:22
Compare
Choose a tag to compare

Major changes, improvements and updates for the 2021 season.

Read the change log and the documentation for detailed information on what is new.

Have fun with this year's season!

Fast-F1 v2.1-rc

04 Mar 22:27
Compare
Choose a tag to compare
Fast-F1 v2.1-rc Pre-release
Pre-release

Pre-release for v2.1

Use the provided wheel to install.
(pip install fastf1-2.1rc0-py3-none-any.whl)

Additionally, the cached data for the 2020 Race of the Belgian GP is available below. You can use this if you want to try loading of car telemetry data as this is no longer available from the API for last year's sessions.

Using the cached data:

  • extract the zip file in your working directory
  • make sure that the directory structure of the cache relative to your working directory is
    ./cache/2020/2020-08-30_Belgian_Grand_Prix/2020-08-30_Race
  • enable the new cache functionality when using fastf1

Example:

  import fastf1
  fastf1.Cache.enable_cache('cache')  # 'cache' is the relative path to the cache directory
  session = fastf1.get_session(2020, 'Belgian GP', 'R')
  session.load_laps()

Fast-F1 v2.0.2

27 Aug 22:11
Compare
Choose a tag to compare

This release mainly fixes some existing bug and tries to be more robust and correct when processing API data.

Changelog: https://theoehrly.github.io/Fast-F1/changelog.html#v2-0-2-api-code-overhaul