Skip to content

Commit

Permalink
v3.1.2 (build_docs) ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 31, 2023
1 parent 11a8991 commit d50080e
Show file tree
Hide file tree
Showing 115 changed files with 533 additions and 7,723 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 047249c98f39d6598c764a4f48058d9f
config: 2b82c19eb0686a76b375ecc9afa64428
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/changelog/index.doctree
Binary file not shown.
Binary file modified .doctrees/changelog/v3.1.x.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_annotate_corners.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_annotate_speed_trace.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_driver_laptimes.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_gear_shifts_on_track.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_laptimes_distribution.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_position_changes.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_qualifying_results.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_results_tracker.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_speed_on_track.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_speed_traces.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_strategy.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_team_pace_ranking.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/plot_who_can_still_win_wdc.doctree
Binary file not shown.
Binary file modified .doctrees/examples_gallery/sg_execution_times.doctree
Binary file not shown.
10 changes: 5 additions & 5 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />

<!-- Generated with Sphinx 7.2.4 and Furo 2023.08.19 -->
<title>Overview: module code - FastF1 3.1.0</title>
<!-- Generated with Sphinx 7.2.5 and Furo 2023.08.19 -->
<title>Overview: module code - FastF1 3.1.2</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css?v=7f9a90b1" />
Expand Down Expand Up @@ -128,7 +128,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">FastF1 <small>3.1.0</small></div></a>
<a href="../index.html"><div class="brand">FastF1 <small>3.1.2</small></div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -151,7 +151,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">


<span class="sidebar-brand-text">FastF1 <small>3.1.0</small></span>
<span class="sidebar-brand-text">FastF1 <small>3.1.2</small></span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -291,7 +291,7 @@ <h1>All modules for which code is available</h1>

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=dd1205ac"></script>
</div><script src="../_static/documentation_options.js?v=4e920bdf"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
22 changes: 22 additions & 0 deletions _sources/changelog/v3.1.x.rst.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
What's new in v3.1.2
--------------------

(released 31/08/2023)

Bug Fixes
^^^^^^^^^

- temporarily restrict Pandas<2.1.0 due to unexpected API changes



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

(released 29/08/2023)


Hotfix to correct incorrect package definition that prevented import of FastF1.



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

Expand Down
65 changes: 2 additions & 63 deletions _sources/examples_gallery/plot_annotate_corners.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,67 +52,6 @@ track map. (You could also use any other lap instead.)
.. rst-class:: sphx-glr-script-out

.. code-block:: none
Request for URL https://ergast.com/api/f1/2023/10/qualifying.json failed; using cached response
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 467, in _make_request
self._validate_conn(conn)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1092, in _validate_conn
conn.connect()
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connection.py", line 642, in connect
sock_and_verified = _ssl_wrap_socket_and_match_hostname(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connection.py", line 783, in _ssl_wrap_socket_and_match_hostname
ssl_sock = ssl_wrap_socket(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/util/ssl_.py", line 469, in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/util/ssl_.py", line 513, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/ssl.py", line 501, in wrap_socket
return self.sslsocket_class._create(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/ssl.py", line 1041, in _create
self.do_handshake()
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/ssl.py", line 1310, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 790, in urlopen
response = self._make_request(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 491, in _make_request
raise new_e
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/requests/adapters.py", line 486, in send
resp = conn.urlopen(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 844, in urlopen
retries = retries.increment(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/util/retry.py", line 515, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='ergast.com', port=443): Max retries exceeded with url: /api/f1/2023/10/qualifying.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/requests_cache/session.py", line 255, in _resend
response = self._send_and_cache(request, actions, cached_response, **kwargs)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/requests_cache/session.py", line 229, in _send_and_cache
response = super().send(request, **kwargs)
File "/home/runner/work/Fast-F1/Fast-F1/fastf1/req.py", line 124, in send
return super().send(request, **kwargs)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/requests/adapters.py", line 517, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='ergast.com', port=443): Max retries exceeded with url: /api/f1/2023/10/qualifying.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)')))
Expand Down Expand Up @@ -178,7 +117,7 @@ the track map is oriented correctly. After that, plot the rotated track map.
.. code-block:: none
[<matplotlib.lines.Line2D object at 0x7fecc123a370>]
[<matplotlib.lines.Line2D object at 0x7f954b990f10>]
Expand Down Expand Up @@ -267,7 +206,7 @@ so that the track is not distorted and show the plot.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 3.224 seconds)
**Total running time of the script:** (0 minutes 4.074 seconds)


.. _sphx_glr_download_examples_gallery_plot_annotate_corners.py:
Expand Down
63 changes: 1 addition & 62 deletions _sources/examples_gallery/plot_annotate_speed_trace.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,67 +45,6 @@ Plot the speed over the course of a lap and add annotations to mark corners.
.. rst-class:: sphx-glr-script-out

.. code-block:: none
Request for URL https://ergast.com/api/f1/2021/4/qualifying.json failed; using cached response
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 467, in _make_request
self._validate_conn(conn)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1092, in _validate_conn
conn.connect()
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connection.py", line 642, in connect
sock_and_verified = _ssl_wrap_socket_and_match_hostname(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connection.py", line 783, in _ssl_wrap_socket_and_match_hostname
ssl_sock = ssl_wrap_socket(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/util/ssl_.py", line 469, in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/util/ssl_.py", line 513, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/ssl.py", line 501, in wrap_socket
return self.sslsocket_class._create(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/ssl.py", line 1041, in _create
self.do_handshake()
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/ssl.py", line 1310, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 790, in urlopen
response = self._make_request(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 491, in _make_request
raise new_e
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/requests/adapters.py", line 486, in send
resp = conn.urlopen(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/connectionpool.py", line 844, in urlopen
retries = retries.increment(
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/urllib3/util/retry.py", line 515, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='ergast.com', port=443): Max retries exceeded with url: /api/f1/2021/4/qualifying.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/requests_cache/session.py", line 255, in _resend
response = self._send_and_cache(request, actions, cached_response, **kwargs)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/requests_cache/session.py", line 229, in _send_and_cache
response = super().send(request, **kwargs)
File "/home/runner/work/Fast-F1/Fast-F1/fastf1/req.py", line 124, in send
return super().send(request, **kwargs)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/requests/adapters.py", line 517, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='ergast.com', port=443): Max retries exceeded with url: /api/f1/2021/4/qualifying.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)')))
Expand Down Expand Up @@ -203,7 +142,7 @@ markers.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 3.041 seconds)
**Total running time of the script:** (0 minutes 2.663 seconds)


.. _sphx_glr_download_examples_gallery_plot_annotate_speed_trace.py:
Expand Down
Loading

0 comments on commit d50080e

Please sign in to comment.