Skip to content

Release v3.5.0

Latest
Compare
Choose a tag to compare
@theOehrly theOehrly released this 01 Mar 17:14
· 3 commits to master since this release
f3906e1

New Features

Bug Fixes

  • Incorrect and inconsistent data types in various places have been fixed. The
    dtypes of all DataFrames after data loading now always match the dtypes that
    are defined in the documentation. Some dtypes may have changed as a result
    of this fix.

  • Fixed lap time alignment failures in some edge cases.

Backwards Incompatible Changes

  • Laps.pick_fastest() will now return None if no fastest lap exists, as
    announced previously.
    Previously, an empty Lap object was returned.

Maintenance

  • Addressed upcoming changes in pandas and fixed a related deprecation warning
    caused by implicit type coercion. (by @Casper-Guo) (#676, #682)

  • Temporarily pinned websockets to version 14 or older to prevent issues
    with live timing recording.