Skip to content

Commit

Permalink
MNT: release v3.1.5 + finalize changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Nov 17, 2023
1 parent b0bd95e commit ac1e5aa
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/changelog/v3.1.x.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
What's new in v3.1.5
--------------------

(released 17/11/2023)

Bug Fixes
^^^^^^^^^

- Fixed a bug that caused inconsistent behaviour in
:func:`~fastf1.core.Laps.pick_fastest` in some cases were there was no lap
that met the criteria for a fastest lap. Now, an empty
:class:`~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)

Deprecations
^^^^^^^^^^^^

- In cases were no lap meets the criteria for a fastest lap,
:func:`~fastf1.core.Laps.pick_fastest` currently returns an empty
:class:`~fastf1.core.Lap` object. Starting from version 3.3, this will
return ``None`` instead


What's new in v3.1.4
--------------------

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.4'
__version__ = '3.1.5'

0 comments on commit ac1e5aa

Please sign in to comment.