From ee4435f88ae63a87d80a55e61fadd995c6414e82 Mon Sep 17 00:00:00 2001 From: theOehrly <23384863+theOehrly@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:23:54 +0200 Subject: [PATCH] MNT: relase v3.1.4 + finalize changelog --- docs/changelog/v3.1.x.rst | 27 +++++++++++++++++++++++++-- fastf1/version.py | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/docs/changelog/v3.1.x.rst b/docs/changelog/v3.1.x.rst index 9d0318212..a7b498dba 100644 --- a/docs/changelog/v3.1.x.rst +++ b/docs/changelog/v3.1.x.rst @@ -1,15 +1,38 @@ What's new in v3.1.4 -------------------- -(released ??/??/2023) +(released 26/10/2023) Bug Fixes ^^^^^^^^^ -- fixed a bug that caused :func:`~fastf1.core.Telemetry.add_driver_ahead` to +- Fixed a bug that caused :func:`~fastf1.core.Telemetry.add_driver_ahead` to only work with telemetry data that matches the sampling timebase of the car data (#430) +- Improved robustness of the Ergast API parser to prevent crashes caused by some + empty values in the API response (#433) (by @harningle) + +- Fixed: some laps that were generated by FastF1 had incorrect lap numbers + +- Fixed: pit out times from the lap onto the grid are no longer shown for the + first lap of a race-like session. The first lap will only have a pit out time + if a driver started from the pit lane or pitted on the formation lap. + (#467) (by @Casper-Guo) + +- Improved robustness of the 'f1timing' schedule backend to prevent a crash + caused by partially incorrect data for the schedule of the Qatar GP + +- Fixed: laps for all drivers were marked as inaccurate if the lap accuracy + check could not be performed for one driver + + +New Features +^^^^^^^^^^^^ + +- Added driver colors for VES, POU, HAD, DOO and BEA + (#471) (by @pesaventofilippo) + What's new in v3.1.3 diff --git a/fastf1/version.py b/fastf1/version.py index dc0a25b72..a7f6b6dac 100644 --- a/fastf1/version.py +++ b/fastf1/version.py @@ -1 +1 @@ -__version__ = '3.1.3' +__version__ = '3.1.4'