Release v3.1.5
Bug Fixes
-
Fixed a bug that caused inconsistent behaviour in
fastf1.core.Laps.pick_fastest
in some cases were there was no lap
that met the criteria for a fastest lap. Now, an empty
fastf1.core.Lap
object will always be returned when there is no
fastest lap. (Note that this will change in the future, see 'Deprecations'
below (#476) (by @Casper-Guo) -
Fixed a bug that prevented some sessions of the Las Vegas Grand Prix from
being loaded (#481)