Skip to content

Commit

Permalink
MNT: relase v3.1.4 + finalize changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Oct 26, 2023
1 parent 12a52f0 commit ee4435f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions docs/changelog/v3.1.x.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion fastf1/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.3'
__version__ = '3.1.4'

0 comments on commit ee4435f

Please sign in to comment.