FastF1 v2.2 Pre-Release Versions #105
Replies: 17 comments 69 replies
-
Is event schedule being taken from https://www.formula1.com/en/racing/2022.html or https://api.formula1.com or somewhere else? |
Beta Was this translation helpful? Give feedback.
-
Trying to get the test data from the morning session So I use get_testing_session: using Python 3.9 on Windows 10. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to install the pre release version, however I'm having some issues. However when I try Am I missing a step here? Thanks |
Beta Was this translation helpful? Give feedback.
-
the data will be available at the end of the day? or is the morning data already available |
Beta Was this translation helpful? Give feedback.
-
This returns nan in the Team and Driver columns when calling |
Beta Was this translation helpful? Give feedback.
-
I don't want to open a full discussion for this but is there any way to get the Haas laps after the chequered flag fell for the normal session? I tried yesterday with Magnussen but it gave me no results edit: today i have the data. all solved |
Beta Was this translation helpful? Give feedback.
-
When I try to pick Verstappen I get NaN in the driver column: |
Beta Was this translation helpful? Give feedback.
-
@theOehrly Is the package on track to be released before the first race weekend? |
Beta Was this translation helpful? Give feedback.
-
I get this error when I Try to sort out a list of laps by Time lap value Im a beginner |
Beta Was this translation helpful? Give feedback.
-
Next pre-release version is available. I updated the original post above. Stable will follow later this week, likely only on Thursday. Sorry for being a bit late. Main changes include improved support for loading driver lists and session results. This also fixes the issue with missing driver abbreviations in testing events that was present in the last release. If you already work with the event schedule object directly, here's a short warning: Currently, the dataframe columns are named 'event_name', 'location' and similar. This will be changed to 'EventName', 'Location', ... to match the naming convention that was already used for the Laps object. There will be absolutely no backwards compatibility from stable to alpha! Sorry, this was not well thought through in the first place, but I want to change it now before doing a stable release with this. |
Beta Was this translation helpful? Give feedback.
-
I'm little bit confused about tyre compounds... I guess the raw live timing data could messy. The |
Beta Was this translation helpful? Give feedback.
-
After updating to alpha1, the "Team" values are blank for the laps in Practice 1: |
Beta Was this translation helpful? Give feedback.
-
Any news on the official release of 2.2? |
Beta Was this translation helpful? Give feedback.
-
v2.2.0 stable is now released and can be installed through pip as usual. |
Beta Was this translation helpful? Give feedback.
-
I'm fairly new to the world of Python, and I'm still learning so obviously I don't know everything. I'd like to see how this package works but I'm very confused and lost. I've come across many issues but here is the very first obstacle. I'd appreciate help, and an explanation in simple terms. |
Beta Was this translation helpful? Give feedback.
-
Does python show telemetry? I've seen some people say they can gather data from python and make telemetry, so I was wondering if thats a feature python can has, or if the data is collected from python and taken elsewhere to create a telemetry chart. |
Beta Was this translation helpful? Give feedback.
-
Version 2.2.0 has now been released.
....
FastF1 v2.2 is currently under development and intended to be released before the first race weekend of the 2022 season.
Notable changes and new features so far are:
A first pre-release version is now available for download below. More pre-release versions will be made available. These versions are still very much under development and should be considered as alpha releases. Further changes and improvements will be made.
Some current functionality has been deprecated in v2.2 to facilitate the implementation of new features and improvements. Deprecated functionality will be removed in v2.3.
A few very limited changes required the immediate removal of previous features without a deprecation grace period.
New features, bug fixes, deprecations and breaking changes are listed in the changelog section of the documentation.
The documentation for the most current pre-release version is available here:
Docs: https://theoehrly.github.io/Fast-F1-Pre-Release-Documentation/index.html
Changelog: https://theoehrly.github.io/Fast-F1-Pre-Release-Documentation/changelog.html
Please leave feedback about these changes below. If you find any bugs in these pre-release versions, please also comment below. The issue section should be reserved for bugs related to stable releases.
To install the pre-release version, download the zip file below, extract it and install the wheel using
pip install <filename.whl>
.v2.2.0_alpha0.zip
v2.2.0_alpha1.zip
Beta Was this translation helpful? Give feedback.
All reactions