-
-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MNT: switch to pyproject.toml, PEP-518 build system and improve CI #498
Conversation
@daylinmorgan if I remember correctly, the conda-forge package relies on the source distribution. Can you verify that the changes here don't cause any issues? I have uploaded a developement release to the PyPI test index (https://test.pypi.org/project/fastf1/3.2.0.dev35/) using the new automated release process. Can you use that for testing? Else, what do you need? @pbulsink @SCasanova I don't know how the R wrapper interacts with FastF1. Is there any potential for issues here? There are no API changes. How FastF1 internally provides the In case anyone wants to install the development release, use the following commands to install using pip:
Alternatively, you can download the wheel build or a source distribution from the PyPI test index (see link above). |
We do have a version check that I think uses |
If it doesn't work, that would likely be an issue on my side. But please have a look at it so we could figure out any issues already. |
Great work! These changes should have no effect on the conda-forge packaging. |
No change in how things worked for > get_fastf1_version()
$major
[1] 3
$minor
[1] 2 |
Great, thank you both for checking! |
be1c3f4
to
bc55200
Compare
This pull request
TBD: