From 2416220011972cc6f9a20f3dbd8dc93bba0a47ca Mon Sep 17 00:00:00 2001 From: theOehrly Date: Sat, 13 Mar 2021 12:16:39 +0100 Subject: [PATCH] update readme --- README.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.rst b/README.rst index d3de5572c..c2324f315 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Fast F1 A python package for accessing F1 historical timing data and telemetry. -IMPORTANT NOTE: Status of the project (Update 2: 10th March 2021) +IMPORTANT NOTE: Status of the project (Update 3: 13th March 2021) ================================================================= **FastF1 v2.1 is now available for installation through pip. @@ -46,15 +46,6 @@ Consider all live timing related functionality as beta-grade at best. For usage see the documentation. -Previous Seasons ----------------- - -You will need FastF1 v2.1 to load the 2019/2020 seasons easily. Previous -versions do not allow for loading laps data and car telemetry separately. Use -the new argument ``with_telemetry=False`` when calling -``Session.load_laps()`` to prevent the loading of unavailable telemetry data. - - Changes -------