-
Notifications
You must be signed in to change notification settings - Fork 2
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
Docs issue #545
Comments
Yes indeed I also noticed that. A release creates the docs, but the latest does not get updated until you push something again to main. We should probably set the official docs link to the "stable" version, i.e. the latest release. This also removes the "unstable" header from the docs.
What exactly does not work there? uv installs into the user space without sudo, I tested this on various machines. I suggest similar to installing poetry with pipx, we do the same for uv (I tested and it works).
Are you sure you have the updated config checked out? For me I am pretty sure this worked with the new pyproject... |
But that is quite unexpected no? That the latest version lags behind main. I can think that we either update the workflow here or create one on docs repo to copy the
I notice that you set dynamic versioning and there's no way to set 1.0? Because it's installing 0.4.1 |
I can change the workflow accordingly. "current" only gets updated by push to main, and not releases, that is why.
With the dynamic versioning, this follows the lastest tag. It will automatically become v1.0.0 once we release. We can also probably create a rc tag to create such a version after we merge v1 branch. |
Somehow the latest docs is 0.3.3 even though v0.4.0 is published to PyPi. Stable seems to be correct but on README, the latest is linked.
Second issue brought up by dima is non-working instructions for developers workflow. The current contributions page with uv needs to be updated as this can't work without sudo access.
I suggest similar to installing poetry with pipx, we do the same for uv (I tested and it works).
also trying
uv pip install -e .[dev,notebook]
leads to a
if i try to install
The text was updated successfully, but these errors were encountered: